mixed font styles in the output of a formula?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do i get the solution to a function to display in the correct font
styles? I am using formulas to create long strings of text based on if/then
statements. I would like the output to use different kinds of fonts such as
italics, bold, or greek symbols mixed with standard font displays. Is there
a way to set the font style for the output in the formula?
 
If you're gonna keep the formula, then xl won't support it.

If you convert to values, then you can do what you want (if the value isn't a
real number, that is).
 
Back
Top