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
Roger Govier - 08 Jul 2006 22:35 GMT
Hi
Try
="the answer is "&B4

Signature
Regards
Roger Govier
> How can I display the contents of a cell in another as part of a text
> string.
[quoted text clipped - 4 lines]
>
> Thanks
news.comcast.net - 08 Jul 2006 22:39 GMT
Try:
="The answer is "&B4
Don't forget the space after the is/before end quote or it will look line
The answer is72 versus what you want.
Brian
> How can I display the contents of a cell in another as part of a text
> string.
[quoted text clipped - 4 lines]
>
> Thanks