Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can I use conditional formatting to color a cell if the cell "contains"
certain text. I need excel to be able to read "vac" at the end of someones name, and then color that cell for me. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try:
Formula is: =FIND("vac",A1) Change A1 to your column All occurences of "vac" will be highlighted e.g vacation. HTH " wrote: Can I use conditional formatting to color a cell if the cell "contains" certain text. I need excel to be able to read "vac" at the end of someones name, and then color that cell for me. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use "formula is" and enter this formula
=RIGHT(A1,3)="vac" where A1 is the upper left cell in your selection. " wrote: Can I use conditional formatting to color a cell if the cell "contains" certain text. I need excel to be able to read "vac" at the end of someones name, and then color that cell for me. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting a range with conditional formatting | Excel Worksheet Functions | |||
conditional formatting glitches | Excel Discussion (Misc queries) | |||
Keeping conditional formatting when sorting | Excel Discussion (Misc queries) | |||
conditional formatting | Excel Discussion (Misc queries) | |||
cannot use ISEVEN or ISODD functions in Conditional Formatting | Excel Worksheet Functions |