Displaying text and Value with correct format

  • Thread starter Thread starter Roland Moessner
  • Start date Start date
R

Roland Moessner

Thank you for the help from all of you. When I concatenate
how can I keep the formating used in the value cell, ie.
$5,455.55. Presently, I get Today's total is: 5455.55. I
can include the $ in the " marks but I can't figure out
how to keep the currency formating. Thanks for any help.

Roland Moessner
 
Use

=A1&" "&TEXT(C1,"$#,##0.00")

or

CONCATENATE(A1," ",TEXT(C1,"$#,##0.00"))
 
Roland... Try editing the formula to read within the cell as follows: (CONCATENATE(A1,etc, etc,etc))*1 and format the cell as needed.
 

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