Creating conditional formula to calculate how many days past due

HardWorkingMomma

New Member
Joined
Jan 27, 2015
Messages
2
I have a spread sheet for our Board of Directors to keep track of deadlines.
In cell G1 is the DUE DATE
In cell H1 is a place to record date accomplished, and will be left blank until accomplished
Cell I1 is where i want a formula to calculate days past due. If the item is not past due yet, because the due date has not passed how can i show a DAYS LEFT TO COMPLETE? (in another cell? or will the formula show a result that indicates days remaining?)


Ideally I assume that if a task in G1 has a due date of 1/1/2015 and the item is completed on 1/10/2015 then that calulation will show that it was completed 9 days past the due date.

Do you have any formulas that i can try?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Those formulas are not working.
Here is what I have
G1=due date
H1=days remaining (I guess a countdown)
I1=Days past Due
J1=Date accomplished (I suppose once this field is filled, it would "stop" the days remaining or past due cells?
 
Upvote 0
This is the formula that I linked to! Tweaked to fit (hopefully)
=IF(J2<>"","Completed",IF((G2-NOW())<=0,TEXT(NOW()-G2,0)&" Days Overdue","Due in "&TEXT(G2-NOW(),"dd")&" Days"))

Let me know if it works?
 
Upvote 0

Forum statistics

Threads
1,214,589
Messages
6,120,416
Members
448,960
Latest member
AKSMITH

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