Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
My spreadsheet is set up like this. B1 C1 Cell phone is 50%. Home is 50 mi. away. 80% was rate at this time. I want to automatically add the text "80% was the rate at this time" in cell C1 only if there is text in cell B1 that says "cell phone". Can anyone help? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try either in C1:
=IF(COUNTIF(B1,"*cell phone*"),"80% was the rate at this time","") =IF(ISNUMBER(SEARCH("*cell phone*",B1)),"80% was the rate at this time","") -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Studebaker" wrote in message ... Hello, My spreadsheet is set up like this. B1 C1 Cell phone is 50%. Home is 50 mi. away. 80% was rate at this time. I want to automatically add the text "80% was the rate at this time" in cell C1 only if there is text in cell B1 that says "cell phone". Can anyone help? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you! I only used the 1st formula and it worked.
"RagDyeR" wrote: Try either in C1: =IF(COUNTIF(B1,"*cell phone*"),"80% was the rate at this time","") =IF(ISNUMBER(SEARCH("*cell phone*",B1)),"80% was the rate at this time","") -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Studebaker" wrote in message ... Hello, My spreadsheet is set up like this. B1 C1 Cell phone is 50%. Home is 50 mi. away. 80% was rate at this time. I want to automatically add the text "80% was the rate at this time" in cell C1 only if there is text in cell B1 that says "cell phone". Can anyone help? Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome, and thank you for the feed-back.
-- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Studebaker" wrote in message ... Thank you! I only used the 1st formula and it worked. "RagDyeR" wrote: Try either in C1: =IF(COUNTIF(B1,"*cell phone*"),"80% was the rate at this time","") =IF(ISNUMBER(SEARCH("*cell phone*",B1)),"80% was the rate at this time","") -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Studebaker" wrote in message ... Hello, My spreadsheet is set up like this. B1 C1 Cell phone is 50%. Home is 50 mi. away. 80% was rate at this time. I want to automatically add the text "80% was the rate at this time" in cell C1 only if there is text in cell B1 that says "cell phone". Can anyone help? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
grab cell text from multi-tab workbook, show text in another workb | Excel Worksheet Functions | |||
Sumif text is contained winthin a longer text string in a cell | Excel Worksheet Functions | |||
How do I convert a text array to a concatenated text cell? Excel. | Excel Worksheet Functions | |||
Text not continuing to wrap for large block of text in Excel cell | Charts and Charting in Excel | |||
merged cells into one text cell, size varies dependant on text dat | Excel Discussion (Misc queries) |