displaying text & value in same cell

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

Roland

How can I display text such as "Today's total is:"
followed by the result from another cell or from a
formula, all within that same cell?
 
try this
="the ans is "&R2*2
or leave off the *2 for just cell r2
 
Roland, some examples:

="Today's total is: "&G7

="Today's total is: "&SUM(B2:B4)

The ampersand (&) ties them together.
 
Thank you for the info. 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
 

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