Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
How to do the conditional formatting if I want in A3:P200 the back ground color of a cell to be yellow if it contains JSO. Example, cells may look like ABC/DEF/JSO/HIJ in which case I want the back ground yellow. I tried a lot, but =$A$3="*JSO*" or =$A$3="*"$"JSO"&"*" etc. won't work. I use Excel 2k. TIA Jack Sons The Netherlands |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I got the expected results with
=NOT(ISERROR(SEARCH("JSO",C5,1))) .... assuming the cell containing JSO is cell C5. (You'll need to change the formula so it's appropriate to your application.) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=ISNUMBER(SEARCH("JSO",A3)) Biff "Jack Sons" wrote in message ... Hi all, How to do the conditional formatting if I want in A3:P200 the back ground color of a cell to be yellow if it contains JSO. Example, cells may look like ABC/DEF/JSO/HIJ in which case I want the back ground yellow. I tried a lot, but =$A$3="*JSO*" or =$A$3="*"$"JSO"&"*" etc. won't work. I use Excel 2k. TIA Jack Sons The Netherlands |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could try this:
=COUNTIF(A3,"*JSO*") as the formula in your conditional formatting condition. Apply this to A3 then use the Format Painter to apply it to your other cells. Hope this helps. Pete Jack Sons wrote: Hi all, How to do the conditional formatting if I want in A3:P200 the back ground color of a cell to be yellow if it contains JSO. Example, cells may look like ABC/DEF/JSO/HIJ in which case I want the back ground yellow. I tried a lot, but =$A$3="*JSO*" or =$A$3="*"$"JSO"&"*" etc. won't work. I use Excel 2k. TIA Jack Sons The Netherlands |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks a lot Gentlemen.
Jack. "Jack Sons" schreef in bericht ... Hi all, How to do the conditional formatting if I want in A3:P200 the back ground color of a cell to be yellow if it contains JSO. Example, cells may look like ABC/DEF/JSO/HIJ in which case I want the back ground yellow. I tried a lot, but =$A$3="*JSO*" or =$A$3="*"$"JSO"&"*" etc. won't work. I use Excel 2k. TIA Jack Sons The Netherlands |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional format in merged cells. | Excel Discussion (Misc queries) | |||
Conditional Format | Excel Discussion (Misc queries) | |||
#N/A conditional format | Excel Worksheet Functions | |||
Conditional Format Not Working | Excel Discussion (Misc queries) | |||
Conditional format problem | Excel Discussion (Misc queries) |