Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello All,
Kind of stuck. Looking for a formula in conditional format to color rows where entries does not contain the starting word is Americas. I tried to do less than Americas, which it colors the rows but it seems to color the Whole Column. I don't want whole column just those rows. any help would be very appreciated. Thanks, Juan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try the formula =ISERROR(SEARCH("Americas",A1)) -- Regards Frank Kabel Frankfurt, Germany "Juan" schrieb im Newsbeitrag ... Hello All, Kind of stuck. Looking for a formula in conditional format to color rows where entries does not contain the starting word is Americas. I tried to do less than Americas, which it colors the rows but it seems to color the Whole Column. I don't want whole column just those rows. any help would be very appreciated. Thanks, Juan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Frank,
thanks. But doesn't seem to work. It does colors the cell but not the complete row, which is what I want to do. Plus it still colors the Whole Column. I'll continue playign around with this and see if I'm able to get it to work. Any other ideas would be great. Thanks for your time Juan -----Original Message----- Hi try the formula =ISERROR(SEARCH("Americas",A1)) -- Regards Frank Kabel Frankfurt, Germany "Juan" schrieb im Newsbeitrag ... Hello All, Kind of stuck. Looking for a formula in conditional format to color rows where entries does not contain the starting word is Americas. I tried to do less than Americas, which it colors the rows but it seems to color the Whole Column. I don't want whole column just those rows. any help would be very appreciated. Thanks, Juan . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
lets say you want to color row 1 if cell A1 contains this text. - select the entire row - goto the conditional formating dialog - enter the following formula: =ISERROR(SEARCH("Americas",$A1)) You can even select more rows and enter the same formula or copy this format to other rows -- Regards Frank Kabel Frankfurt, Germany "Juan" schrieb im Newsbeitrag ... Hello Frank, thanks. But doesn't seem to work. It does colors the cell but not the complete row, which is what I want to do. Plus it still colors the Whole Column. I'll continue playign around with this and see if I'm able to get it to work. Any other ideas would be great. Thanks for your time Juan -----Original Message----- Hi try the formula =ISERROR(SEARCH("Americas",A1)) -- Regards Frank Kabel Frankfurt, Germany "Juan" schrieb im Newsbeitrag ... Hello All, Kind of stuck. Looking for a formula in conditional format to color rows where entries does not contain the starting word is Americas. I tried to do less than Americas, which it colors the rows but it seems to color the Whole Column. I don't want whole column just those rows. any help would be very appreciated. Thanks, Juan . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Frank,
I think my brain is fried or something. I have other spreadsheet that seem to be fine, but now that I'm doing different file having problems. I think I need to relax Thanks alot for your help. Really aprreciated. Thanks, Juan -----Original Message----- Hi lets say you want to color row 1 if cell A1 contains this text. - select the entire row - goto the conditional formating dialog - enter the following formula: =ISERROR(SEARCH("Americas",$A1)) You can even select more rows and enter the same formula or copy this format to other rows -- Regards Frank Kabel Frankfurt, Germany "Juan" schrieb im Newsbeitrag ... Hello Frank, thanks. But doesn't seem to work. It does colors the cell but not the complete row, which is what I want to do. Plus it still colors the Whole Column. I'll continue playign around with this and see if I'm able to get it to work. Any other ideas would be great. Thanks for your time Juan -----Original Message----- Hi try the formula =ISERROR(SEARCH("Americas",A1)) -- Regards Frank Kabel Frankfurt, Germany "Juan" schrieb im Newsbeitrag ... Hello All, Kind of stuck. Looking for a formula in conditional format to color rows where entries does not contain the starting word is Americas. I tried to do less than Americas, which it colors the rows but it seems to color the Whole Column. I don't want whole column just those rows. any help would be very appreciated. Thanks, Juan . . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional format formula | Excel Discussion (Misc queries) | |||
Conditional Format & Formula | Excel Worksheet Functions | |||
Conditional format formula | Excel Discussion (Misc queries) | |||
Multiple conditional on conditional format formula | Excel Programming | |||
Multiple conditional on conditional format formula | Excel Programming |