Conditional Format Several Cells Based on Content of Another Cell

JScotty317

New Member
Joined
Jan 11, 2016
Messages
7
I've searched the stickies and FAQs and haven't found anything -- after 20+ hours of dedicated research I HAVE to ask you folks how to do this...

Initially, I was searching for a formula to set the format of Cell H3 if Cell C3 contains "0 - Completed" as a text string. Then if C4 contained "0 - Completed", set the formatting of H4 and so on. I got this to work:


  • =ISNUMBER(SEARCH("0 - Completed", C1))=TRUE
  • Applies to Column H only

However, now I would like this rule to apply to an entire row -- Column A through Column O -- instead of just Column H. I used the same formula and applied it to the whole worksheet (=$1:$1048576) and this formula clearly doesn't work for this.

Does anyone have any input on how to set this up? I'm at my wits end.

Thanks!

- Justin
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Try blocking column C in your formula: =ISNUMBER(SEARCH("0 - Completed", $C1))=TRUE

You are the best -- thank you for the speedy response! Such a simple fix, clearly my brain is shot to have missed that one. This is why forums are the way to go.

Cheers!
- Justin
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,175
Members
449,071
Latest member
cdnMech

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top