Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default function to display contents of a cell

I would like to create a an if function that would display the contents of a
cell. I have only been able to get the function to display the text I typed
in the formula but not the value of the cell. Example: Value of cell B5 is
50. I want the the if function in cell D5 to display "The result is 50" and
not "The result is B5." How do I do this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default function to display contents of a cell

One way:

="The result is " & B5

In article ,
ronald wrote:

I would like to create a an if function that would display the contents of a
cell. I have only been able to get the function to display the text I typed
in the formula but not the value of the cell. Example: Value of cell B5 is
50. I want the the if function in cell D5 to display "The result is 50" and
not "The result is B5." How do I do this?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default function to display contents of a cell

I'm not sure what IF has to do with anything but just write the following
formula: =CONCATENATE("The result is ",B5)

Dave
--
Brevity is the soul of wit.


"ronald" wrote:

I would like to create a an if function that would display the contents of a
cell. I have only been able to get the function to display the text I typed
in the formula but not the value of the cell. Example: Value of cell B5 is
50. I want the the if function in cell D5 to display "The result is 50" and
not "The result is B5." How do I do this?

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
How to Enter data and Function in same cell [email protected] Excel Discussion (Misc queries) 3 October 2nd 06 07:10 PM
Display contents of cell in another cell as part of text string? [email protected] New Users to Excel 3 July 8th 06 07:44 PM
display contents of cell Joseph Excel Discussion (Misc queries) 0 October 7th 05 11:26 PM
How do I display contents of an adjoining cell? Sue Smith Excel Worksheet Functions 3 September 24th 05 05:07 AM
Display ALL text contents in cell Flipper1067 Excel Discussion (Misc queries) 10 July 27th 05 02:22 PM


All times are GMT +1. The time now is 08:14 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"