Conditional formatting set up

John Louis

New Member
Joined
Aug 10, 2018
Messages
45
Office Version
  1. 365
Platform
  1. Windows
Hi everyone,
i have a worksheet and would like to apply conditional formatting for the rows and columns below any input is appreciated very much.
I want this to be applied to my entire worksheet & also to work if I add rows.

If my first cell A3 (& for all rows in column A)is greater than zero, turn columns D,N,O,P,Q,R,S for that corresponding row to yellow.

The last thing I would like to do is...Once cell S3 (& for all rows in column S) is populated with a date turn the columns we turned to yellow above to " no fill"

thanks very much.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Follow these steps:
1. Highlight the following columns (the entire column): D,N,O,P,Q,R,S
2. Go to Conditional Formatting and select the "Use a formula to determine which cells to format" option
3. Enter the following CF formula:
=AND($A3>0,$S3=0)
4. Choose the yellow fill option

This should do what you want.
 
Last edited:
Upvote 0
Hi Joe,
thanks very much that formula worked like a champ!! I really appreciate your help.

Thanks John
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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