How to Format a Nested Function (Bold)

G

GabrielN

Is there a way to bold a nested function? I.E. I have the fuction like below:

="Emerging Markets"& " "&TEXT(BL962,"###.##")

Which ends up being:
Emerging
Markets
24.92

I would like to just bold the 24.92 and nothing else in the cell. Is there
anyway to do this in excel?
 
G

Gord Dibben

Copy and paste special as value then select the 24.92 and format to bold.

Cannot be done in a formula.


Gord Dibben MS Excel MVP
 
B

Bill Sharpe

GabrielN said:
Is there a way to bold a nested function? I.E. I have the fuction like below:

="Emerging Markets"& " "&TEXT(BL962,"###.##")

Which ends up being:
Emerging
Markets
24.92

I would like to just bold the 24.92 and nothing else in the cell. Is there
anyway to do this in excel?
Why not put "Emerging Markets" in one cell and the text formula in another?

Bill
 
Top