Conditional Fromatting/Leaving cells blank

uncharch7

New Member
Joined
Oct 11, 2006
Messages
2
Here's what I would like to do:

If there is a date entered (cell E26), then background stays white.

If there is no date entered in E26 and today's date is between cell E8+7 and E8+14, then background turns grey in cell E26.

If there is no date entered in E26 and today's date is between cell E8+14 and infinity (or 100 days, the value won't ever go over E8+100), then the background turns red in cell E26.

I did a conditional format w/ 3 conditions but I can't get it to work out how I would like.

Please help...Thanks!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi

1. Formula Is .... =AND(E26="",TODAY()<=$E$8+14,TODAY()>=$E$8+8)

Format as Grey

2. Formula Is ... =AND(E26="",TODAY()>$E$8+14)

Format as Red

Best regards

Richard

EDIT: mistake in first formula, now corrected
 
Upvote 0

Forum statistics

Threads
1,214,858
Messages
6,121,960
Members
449,057
Latest member
FreeCricketId

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