Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Text and Formula in one cell

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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Text and Formula in one cell

If the cell returns a number:

=a1+a2 +N("this is a comment describing the function")

if the cell returns text:

=a1&": "&text(a2,"mm/dd/yyyy") & text("this is a comment",";;;")



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?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Concatenate text cell and formula cell result GoinCrazy Excel Worksheet Functions 4 November 26th 08 04:27 PM
Formula with cell column from cell text mjones Excel Discussion (Misc queries) 3 April 25th 08 01:17 AM
Insert text from one cell into formula in another cell. Deserthawk99 Excel Discussion (Misc queries) 2 March 1st 08 05:02 PM
Excel Formula if cell is empty then no if text in cell then yes Kathy Excel Worksheet Functions 2 December 20th 06 05:24 PM
match cell text with text in formula Todd L. Excel Worksheet Functions 3 December 9th 04 08:11 PM


All times are GMT +1. The time now is 11:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"