Formatting when using concatenation.

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

Guest

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
 
A1=123
B1=45
C1= ="$"&(A1&B1)/100 returns display of $123.45 as TEXT

Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top