Multiple formats in the same cell

  • Thread starter Thread starter jimmcfarlin
  • Start date Start date
J

jimmcfarlin

Is it possible for me to have multiple formats in the same cell?

For example, I'm wanting to display = "Priority: "&A14 where the text
"Priority:" is bold and the value in A14 is not bold.
 
You can do this in TEXT but not in a formula. However, you could have the
value created with a macro and use "characters" to do it.
 
Not in a cell containing a formula.

Change the result to a value by Copy>Paste Special>Value and you can do this
manually or by code.


Gord Dibben MS Excel MVP
 
Back
Top