Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I need to figure out how to bold the contents of cell S2 if a key word is present in cell W2. The key word is "resolution". But there may be many words in cell W2 Any help is appreciated. Regards |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Apply a conditional format formula to S2 =ISNUMBER(SEARCH("Resolution",W2)) I assume e2003 to do this Format-Conditional format - Select formula is and enter the formula above - Format tab - Fonts tab and select BOLD -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Max" wrote: Hello, I need to figure out how to bold the contents of cell S2 if a key word is present in cell W2. The key word is "resolution". But there may be many words in cell W2 Any help is appreciated. Regards |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select S2
Data|Conditional formatting (in xl2003 menus) Formula is: =search("resolution",w2) Conditional formatting will treat an error (if it's not found) as false. Max wrote: Hello, I need to figure out how to bold the contents of cell S2 if a key word is present in cell W2. The key word is "resolution". But there may be many words in cell W2 Any help is appreciated. Regards -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dave,
That works fine. Many thanks Max "Dave Peterson" wrote: Select S2 Data|Conditional formatting (in xl2003 menus) Formula is: =search("resolution",w2) Conditional formatting will treat an error (if it's not found) as false. Max wrote: Hello, I need to figure out how to bold the contents of cell S2 if a key word is present in cell W2. The key word is "resolution". But there may be many words in cell W2 Any help is appreciated. Regards -- Dave Peterson . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
check text in cell for at least one keyword from a list on anothersheet | Excel Worksheet Functions | |||
How can I see if a cell contains a keyword from a list? | Excel Worksheet Functions | |||
Insert text in Cell A1 based on keyword criteria | Charts and Charting in Excel | |||
Finding a Keyword in a Cell | Excel Discussion (Misc queries) | |||
Join bold and non-bold text in one cell | Excel Discussion (Misc queries) |