Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I insert a formula in a cell,which contains some text
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can have a formula or you can have some text. Can't be both at the same
time, although a formula may generate text. Tell us more about what needs to be in that cell during different situations and maybe we can work out a solution. "Smitha Roney" wrote: How do I insert a formula in a cell,which contains some text |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the N Function
Eg. =1500+N("This was paid in May")+500+N("This was Paid in June") Will give you 2000 IS this what you are looking for "JLatham" wrote: You can have a formula or you can have some text. Can't be both at the same time, although a formula may generate text. Tell us more about what needs to be in that cell during different situations and maybe we can work out a solution. "Smitha Roney" wrote: How do I insert a formula in a cell,which contains some text |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
OR Is this what you are looking for?
Example: ="Date of Issue: "&TEXT(TODAY(),"dd-mmm-yy") Result: Date of Issue: 09-Jul-07 "claude jerry" wrote: Use the N Function Eg. =1500+N("This was paid in May")+500+N("This was Paid in June") Will give you 2000 IS this what you are looking for "JLatham" wrote: You can have a formula or you can have some text. Can't be both at the same time, although a formula may generate text. Tell us more about what needs to be in that cell during different situations and maybe we can work out a solution. "Smitha Roney" wrote: How do I insert a formula in a cell,which contains some text |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Very good example, from you and Qull666 - that's kind of what I had in mind
when I said there could be a formula that returns some text - also, possibly and IF() statement. Just depends on description the OP provides back to us of the exact need. "claude jerry" wrote: Use the N Function Eg. =1500+N("This was paid in May")+500+N("This was Paid in June") Will give you 2000 IS this what you are looking for "JLatham" wrote: You can have a formula or you can have some text. Can't be both at the same time, although a formula may generate text. Tell us more about what needs to be in that cell during different situations and maybe we can work out a solution. "Smitha Roney" wrote: How do I insert a formula in a cell,which contains some text |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if you want just a display of a number with text,
="text"&formula() if you want it to act as a number, use custom formating but you have to add the text in the custom format. "Smitha Roney" wrote: How do I insert a formula in a cell,which contains some text |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert text in a formula | Excel Worksheet Functions | |||
Need a macro to insert text in a cell that already has text.Excel | Excel Discussion (Misc queries) | |||
How to insert text into a cell | Excel Discussion (Misc queries) | |||
Need macro to insert text string while inside cell (formula) | Excel Discussion (Misc queries) | |||
How do I set up a formula to insert text in excel? | Excel Discussion (Misc queries) |