Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you're using xl2007, you get more than the 3 conditional formats that you get
in xl2003 (and before). And you can use: formula is: =isnumber(search("retirement",A1)) or formula is: =isnumber(find("retirement",A1)) or formula is: =countif(a1,"*retirement*")0 (where A1 is the activecell) (=search() and =countif() are not case sensitive. =Find() is case sensitive.) Brian wrote: I have a spreadsheet with text, dates and numbers. I want to change the color of the cell if a specific word is present within the cell. For example. Mr Smith's Retirement. Conditional formatting only works if the only word in the cell is exactly retirement. I want the cell to turn green if the word retirement is present. Need about 4-5 differnt colors for specific words. thanks -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |