Concatenate, formatting numbers within

  • Thread starter Thread starter ofcoursejohns
  • Start date Start date
O

ofcoursejohns

Anyone know how to format a number, (resulting from cell
reference) that appears in a Concatenate string of both
text and explicit cell references.
 
You can use TEXT function,

=A2&B2&TEXT(C2,"$#,##0.00")

as an example for currency format
 

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