View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Text and Formula in one cell

Use the "&" symbol
E.g.,
="The value of the first cell is "&A1
or
=A1&" is the value of first cell, and the second cell is "&B2

Simply change the text to whatever you want, and replace cell references
with your formula.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Tracy" wrote:

I have a spreadsheet that has a cell with the answer to a formula, I would
like to add some text to this cell explaining what the answer is??

Does anyone have any ideas, I've tried changing the format to text and
simply just typing it but have had no success??

HELP?