View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default Formatting when using concatenation.

You can specify the numeric format using the text function; ex:
=TEXT(A1,"$#,##0.00") & " USD"
I don't believe you can set colors, bold, etc.

"Softley" wrote:

Is there a way to format a component of a concatenated string. i.e. make a
value read as currency, or make it bolded?--
DS