Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is is possible to use Wildcards with Conditional Formatting? I would like to
highlight cells that contain a particular text string, but not necessarily contain just the text string. I know that I can do this with an =IF function or with filtering, but I'd like to do this with Conditional Formatting. Thanks so much. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes it is.
Using A1 In the conditional formatting wizard select formula is and enter =ISNUMBER(SEARCH("dog",A1)) The format you select will now be displayed if the text dog appears in the cell i.e. Bulldog dogs dog eared etc Mike "Kokomojo" wrote: Is is possible to use Wildcards with Conditional Formatting? I would like to highlight cells that contain a particular text string, but not necessarily contain just the text string. I know that I can do this with an =IF function or with filtering, but I'd like to do this with Conditional Formatting. Thanks so much. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
something like this in the conditional format formula:
=NOT(ISERROR(FIND("sometext", A1, 1))) "Kokomojo" wrote: Is is possible to use Wildcards with Conditional Formatting? I would like to highlight cells that contain a particular text string, but not necessarily contain just the text string. I know that I can do this with an =IF function or with filtering, but I'd like to do this with Conditional Formatting. Thanks so much. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One mo
=countif(a1,"*particular text string*")0 Kokomojo wrote: Is is possible to use Wildcards with Conditional Formatting? I would like to highlight cells that contain a particular text string, but not necessarily contain just the text string. I know that I can do this with an =IF function or with filtering, but I'd like to do this with Conditional Formatting. Thanks so much. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
conditional formating - wildcards | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions | |||
Can conditional sum use wildcards in the formula? | Excel Worksheet Functions | |||
Can Conditional Sum use wildcards? | Excel Worksheet Functions |