Past due dates

Problownchild

New Member
Joined
Mar 11, 2009
Messages
4
Hello all, i am using a simple spread sheet to show upcoming due dates for renewals, that part i have, but i need a formula to show past due dates. thanks for any and all responses.
Michael
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hello all, i am using a simple spread sheet to show upcoming due dates for renewals, that part i have, but i need a formula to show past due dates. thanks for any and all responses.
Michael

Assuming that Past due means that the date due is less than the current date...

If my Due date were in C1

=IF(C1 < TODAY(),"Past Due","OK")

If you are going to do a lot of these, you may want to put =TODAY() in a cell somewhere and then reference that instead.

So if we pretend that I put =TODAY() in D1, the formula becomes

=IF(C1 < D1,"Past Due","OK")
 
Upvote 0
thanks for the reply, but to no avail....i am using 3 conditions, 1 was using your formula, 2 was =(j8-today())<30, and 3 was =(j8-today())<90. when i use your formula i get an error message and the cell does not change to red. i know that it is something that i am missing, sorry for being slow.
Michael
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

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