Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi all,
I am trying to get a cell to change color when: D5 contains "/" in the form of for example: CM/F/CM or C/C I tried different variations of: Formula Is------------------$D$5= "*/*" but it does not work, any ideas? Thanks for nay help, Emilio |
#2
![]() |
|||
|
|||
![]()
Hi!
Try this: Formula Is: =ISNUMBER(SEARCH("/",A1)) Biff -----Original Message----- Hi all, I am trying to get a cell to change color when: D5 contains "/" in the form of for example: CM/F/CM or C/C I tried different variations of: Formula Is------------------$D$5= "*/*" but it does not work, any ideas? Thanks for nay help, Emilio . |
#3
![]() |
|||
|
|||
![]()
Thanks a lot,
Emilio "Biff" wrote: Hi! Try this: Formula Is: =ISNUMBER(SEARCH("/",A1)) Biff -----Original Message----- Hi all, I am trying to get a cell to change color when: D5 contains "/" in the form of for example: CM/F/CM or C/C I tried different variations of: Formula Is------------------$D$5= "*/*" but it does not work, any ideas? Thanks for nay help, Emilio . |
#4
![]() |
|||
|
|||
![]()
Try
=ISNUMBER(FIND("/",$D$5)) -- HTH RP (remove nothere from the email address if mailing direct) "Wind54Surfer" wrote in message ... Hi all, I am trying to get a cell to change color when: D5 contains "/" in the form of for example: CM/F/CM or C/C I tried different variations of: Formula Is------------------$D$5= "*/*" but it does not work, any ideas? Thanks for nay help, Emilio |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Effect of Conditional Formatting, Data Validation | Excel Discussion (Misc queries) | |||
conditional formatting conflict? | Excel Worksheet Functions | |||
Copy conditional formatting across multiple rows? | Excel Discussion (Misc queries) | |||
Determine cells that drive conditional formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) |