Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi everyone, I've been struggling with this next request.
Is it possible to color a row with a specific color based on finding a specific word? If in row 5 the word engineer shows up I would like to turn the whole row green. No matter where in row 5 the word shows up. I've tried =IF(5:5="engineer",MOD(ROW(),2)=1,) and this works only for a word in A5. I can't seem to use A5:IV5 Any help would be appreciated. Gilles |
#2
![]() |
|||
|
|||
![]()
Try putting your "condition" inside an IF statement in a helper
cell.......... making the true condition=1 and the false condition=0 Then apply your conditional formatting based on that helper cell being 1 or 0 Vaya con Dios, Chuck, CABGx3 "Gilles Desjardins" wrote in message ... Hi everyone, I've been struggling with this next request. Is it possible to color a row with a specific color based on finding a specific word? If in row 5 the word engineer shows up I would like to turn the whole row green. No matter where in row 5 the word shows up. I've tried =IF(5:5="engineer",MOD(ROW(),2)=1,) and this works only for a word in A5. I can't seem to use A5:IV5 Any help would be appreciated. Gilles |
#3
![]() |
|||
|
|||
![]()
Hi!
Select row 5 Conditional Formatting Formula is: =OR(5:5="engineer") Biff -----Original Message----- Hi everyone, I've been struggling with this next request. Is it possible to color a row with a specific color based on finding a specific word? If in row 5 the word engineer shows up I would like to turn the whole row green. No matter where in row 5 the word shows up. I've tried =IF(5:5="engineer",MOD(ROW(),2)=1,) and this works only for a word in A5. I can't seem to use A5:IV5 Any help would be appreciated. Gilles . |
#4
![]() |
|||
|
|||
![]()
If you wanted the whole sheet like that then select the whole sheet and use
=COUNTIF(1:1,"*engineer*")0 else select row 5 and use =COUNTIF(5:5,"*engineer*")0 -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "Gilles Desjardins" wrote in message ... Hi everyone, I've been struggling with this next request. Is it possible to color a row with a specific color based on finding a specific word? If in row 5 the word engineer shows up I would like to turn the whole row green. No matter where in row 5 the word shows up. I've tried =IF(5:5="engineer",MOD(ROW(),2)=1,) and this works only for a word in A5. I can't seem to use A5:IV5 Any help would be appreciated. Gilles |
#5
![]() |
|||
|
|||
![]()
Thank you all for your suggestions. Biff's suggestions is the one that hits
the nail on the head. Gilles "Gilles Desjardins" wrote in message ... Hi everyone, I've been struggling with this next request. Is it possible to color a row with a specific color based on finding a specific word? If in row 5 the word engineer shows up I would like to turn the whole row green. No matter where in row 5 the word shows up. I've tried =IF(5:5="engineer",MOD(ROW(),2)=1,) and this works only for a word in A5. I can't seem to use A5:IV5 Any help would be appreciated. Gilles |
#6
![]() |
|||
|
|||
![]()
So there is no chance that the word engineer will be part of a sentence, or
have any other characters in the cell with it, it will ALWAYS be the ONLY entry in the cell yes? -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "Gilles Desjardins" wrote in message ... Thank you all for your suggestions. Biff's suggestions is the one that hits the nail on the head. Gilles "Gilles Desjardins" wrote in message ... Hi everyone, I've been struggling with this next request. Is it possible to color a row with a specific color based on finding a specific word? If in row 5 the word engineer shows up I would like to turn the whole row green. No matter where in row 5 the word shows up. I've tried =IF(5:5="engineer",MOD(ROW(),2)=1,) and this works only for a word in A5. I can't seem to use A5:IV5 Any help would be appreciated. Gilles |
#7
![]() |
|||
|
|||
![]()
Now THAT is really cool Ken...............well done!
Vaya con Dios, Chuck, CABGx3 "Ken Wright" wrote in message ... If you wanted the whole sheet like that then select the whole sheet and use =COUNTIF(1:1,"*engineer*")0 else select row 5 and use =COUNTIF(5:5,"*engineer*")0 -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 -------------------------------------------------------------------------- -- It's easier to beg forgiveness than ask permission :-) -------------------------------------------------------------------------- -- "Gilles Desjardins" wrote in message ... Hi everyone, I've been struggling with this next request. Is it possible to color a row with a specific color based on finding a specific word? If in row 5 the word engineer shows up I would like to turn the whole row green. No matter where in row 5 the word shows up. I've tried =IF(5:5="engineer",MOD(ROW(),2)=1,) and this works only for a word in A5. I can't seem to use A5:IV5 Any help would be appreciated. Gilles |
#8
![]() |
|||
|
|||
![]()
To tell you the truth I don't know if that situation will arise. Your
solution is definitely more flexible. Thanks again. Gilles "Ken Wright" wrote in message ... So there is no chance that the word engineer will be part of a sentence, or have any other characters in the cell with it, it will ALWAYS be the ONLY entry in the cell yes? -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- "Gilles Desjardins" wrote in message ... Thank you all for your suggestions. Biff's suggestions is the one that hits the nail on the head. Gilles "Gilles Desjardins" wrote in message ... Hi everyone, I've been struggling with this next request. Is it possible to color a row with a specific color based on finding a specific word? If in row 5 the word engineer shows up I would like to turn the whole row green. No matter where in row 5 the word shows up. I've tried =IF(5:5="engineer",MOD(ROW(),2)=1,) and this works only for a word in A5. I can't seem to use A5:IV5 Any help would be appreciated. Gilles |
#9
![]() |
|||
|
|||
![]()
No problem - just wanted you to be aware of the implications of one way over
another :-) -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission :-) ---------------------------------------------------------------------------- <snip |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting based on month name | Excel Discussion (Misc queries) | |||
Conditional Formatting of Text... | Excel Discussion (Misc queries) | |||
Conditional formatting based on if statement. | Excel Worksheet Functions | |||
How to do a conditional formatting based on an adjacent cell | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) |