conditional formatting with due dates

Gealer

New Member
Joined
Sep 19, 2018
Messages
19
I need a quick formula to rag status a date that goes amber when it gets to 9 months old and then red when it hits 11 months.

requirement is to monitor when a test needs to be competed again.
eg. 22/11/18 test taken - so test to be done again before 22/11/19. Date would go amber when 9 months have past and then when its in the final month.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Try following CF conditions
=and(B1>=EDATE(A1,9),<edate(a1,11)) for="" amber
B1<=edate(A1,11)) for amber
=B1>=edate(a1,11) for red
where A1 has the last test date and b1 is =today()</edate(a1,11))>
 
Last edited:
Upvote 0
Hi,

You could use these two conditions:

=TODAY()>=EDATE(A2,11)
=TODAY()>=EDATE(A2,9)

...you'll need the red one on top or else only orange will ever show.

Tai
 
Upvote 0

Forum statistics

Threads
1,213,565
Messages
6,114,338
Members
448,570
Latest member
rik81h

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