Need Formula for Dates that are 7 Days or More Past Due

dsy12345

New Member
Joined
Aug 17, 2011
Messages
16
Hello can someone please help me come up with a formula that will calculate dates that are 7 days or more past due. They can highlight them or mark them with a x or whatever at this point. I just need it to simply identify out of a group of dates which are 7 days or more past due.

Can someone please help me with this?:confused:
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
DUE DATES in Col A, Actual dates in Col B
in cell C2 enter...=IF(B2-A2>=7,"PAST DUE","")...run down the column as far as you need.
 
Upvote 0
I was doing this, but how can I do all the due dates at 1 time. This will only tell me for 1 due date at a time, right?:confused:
 
Upvote 0
Good catch, jgrillo....makes it all inclusive without there being an actual date. But if there are actual dates of payment that have come in late...then we should use both:

=IF(B1="",IF(A1<=TODAY()-7,"PAST DUE",IF(B1-A1>=7,"PAST DUE","")
 
Upvote 0
Thank you all for your help. The dates will always be 7 days or more past due and will never include an actual "date" just always 7 days or more past due. Does that change the formula any. I'm having a little trouble with the b1-a1 because I am processing dates down a column and not across, so how would I set that up.

Good catch, jgrillo....makes it all inclusive without there being an actual date. But if there are actual dates of payment that have come in late...then we should use both:

=IF(B1="",IF(A1<=TODAY()-7,"PAST DUE",IF(B1-A1>=7,"PAST DUE","")
 
Upvote 0
Please let me clarify. I have the dates going down a column A2-A13 and those are the dates that out of those dates I need to identify which are 7 days or older past due. The formula you all provided doesn't seem to be capturing that.

Can you help me to identify what I am doing wrong?:confused:


Good catch, jgrillo....makes it all inclusive without there being an actual date. But if there are actual dates of payment that have come in late...then we should use both:

=IF(B1="",IF(A1<=TODAY()-7,"PAST DUE",IF(B1-A1>=7,"PAST DUE","")
 
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,153
Members
452,891
Latest member
JUSTOUTOFMYREACH

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