PC Review


Reply
Thread Tools Rate Thread

Display contents of cell in another cell as part of text string?

 
 
mschmidt@carolina.rr.com
Guest
Posts: n/a
 
      8th Jul 2006
How can I display the contents of a cell in another as part of a text
string.

Such as... "The answer is "B4""

where B4 is the contents of cell B4?

Thanks

 
Reply With Quote
 
 
 
 
RagDyeR
Guest
Posts: n/a
 
      8th Jul 2006
Try this:

="The answer is "&B4

Note <space> after "is".
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
How can I display the contents of a cell in another as part of a text
string.

Such as... "The answer is "B4""

where B4 is the contents of cell B4?

Thanks


 
Reply With Quote
 
SteveW
Guest
Posts: n/a
 
      8th Jul 2006
On Sat, 08 Jul 2006 19:32:21 +0100, <(E-Mail Removed)> wrote:

> How can I display the contents of a cell in another as part of a text
> string.
>
> Such as... "The answer is "B4""
>
> where B4 is the contents of cell B4?
>
> Thanks
>


="The answer is " & B4

--
Steve (3)
 
Reply With Quote
 
daddylonglegs
Guest
Posts: n/a
 
      8th Jul 2006

Try

="The answer is "&B4

or, if you want to format B4 in a specific way e.g. with 2 decimal
places something like

="The answer is "&TEXT(B4,"###.00")


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=559641

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lookup part of a cell's contents and return value of entire cell Terri Microsoft Excel Misc 2 21st Feb 2008 03:53 AM
How do I include part of a cell in text (string?) in another cell? Chris Mitchell Microsoft Excel Worksheet Functions 2 25th Jun 2007 10:08 AM
removing part of text string to another cell jamie_k Microsoft Excel Misc 2 24th Jul 2006 10:57 AM
How do I delete part of a text string in every cell it appears in =?Utf-8?B?Q2hhY2t5?= Microsoft Excel Misc 3 9th Dec 2005 07:06 PM
Re: countif text-string in one cell is part of text in array Bernie Deitrick Microsoft Excel Worksheet Functions 0 9th Sep 2004 04:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:24 PM.