Countifs for due and overdue dates and times

b19upj

New Member
Joined
Oct 3, 2014
Messages
34
Office Version
  1. 365
Platform
  1. Windows
Hi,


I want to create a formulae to see how many things are due and overdue by 24h/48h/72h/5d/10d/>10days.
All things due or overdue will say "In Progress" in column AD and the Completion Due Date and Time is in column U.
My formulae for Due in 24h is: =COUNTIFS(Data!$AD:$AD,"In Progress",Data!$U:$U,">="&NOW()+1)
My formulae for Overdue in 24h is: =COUNTIFS(Data!$AD:$AD,"In Progress",Data!$U:$U,">="&NOW()-1)
To change to 24/48/72/5/10/>10 I change the end number to +1/+2/+3 etc and for overdue -1/-2/-3 etc.
I want to know what is due/overdue in 24h, 48h, 72h in those times but my formulae is giving me the total that say "In Progress" without taking the date and time into account.


Any ideas what im doing wrong?


TIA
 

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.
Hi,

At a first glace there nothing wrong with your formula.
Care to share some sample data and an expected result?
 
Upvote 0

Forum statistics

Threads
1,223,889
Messages
6,175,226
Members
452,620
Latest member
dsubash

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