Conditional Formatting

ExcelRoy

Well-known Member
Joined
Oct 2, 2006
Messages
2,540
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I am looking to add a warning light on my data to show which rows of data when it will be nearing the expected dates

I would like an yellow indicator if it is within 5 days of the delivery date, orange within 3 days, green within 1 day and red if it goes over the delivery date

I have a delivery date in L10 and M" has the =now() for todays date

Any help many thanks
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
I would change your =now() to =today() otherwise you're fooling around with timey wimey stuff.
Select the column of dates you want to format
In your conditional formatting window, choose the 2nd option (Format only cells that contain)
you'll set up 4 conditionals:

If Cell Value > $L$10, format RED
If Cell Value between $L$10-1 and $L$10, format GREEN
If Cell Value between $L$10-3 and $L$10-2, format ORANGE
If Cell Value between $L$10-5 and $L$10-4, format YELLOW
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,323
Members
452,635
Latest member
laura12345

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