Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I want to write a short sentance that includes data from a cell on my spreadsheet, is there any way of doing this? for example I want to say; "The number of women giving birth this year is (the value in cell C1)" Can anyone help? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() ="The number of women giving birth this year is" & C1 hope this helps -- tony h ------------------------------------------------------------------------ tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074 View this thread: http://www.excelforum.com/showthread...hreadid=555907 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
And if you wanted it formatted:
="The number of women giving birth this year is " & text(C1,"#,##0") & "." Blades wrote: Hi, I want to write a short sentance that includes data from a cell on my spreadsheet, is there any way of doing this? for example I want to say; "The number of women giving birth this year is (the value in cell C1)" Can anyone help? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A cell displays many ###'s instead of the text data. | Excel Discussion (Misc queries) | |||
Inputting data to one worksheet for it effect another | Excel Discussion (Misc queries) | |||
Cell data not visible (I have wrapped text & resized) | Excel Worksheet Functions | |||
Using a Text / Data output as a cell reference | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |