Countif

Joined
May 26, 2018
Messages
2
Reaction score
0
I am trying to count dates that are approaching a due date within the next 30 days, I have tried multiply ways but am just forgetting something. Any help would be greatly appreciated.
 
So you have a list of dates and you want to count how many fall within the next 30 days? You can use this formula for that:

=COUNTIF(A1:A10,"<"&(TODAY()+30))

Just replace A1:A10 with your range and you're good to go :)
 
Thank you Becky, that is one of the several ways I tried and it doesn't seam to work. It is counting everything in the column.
 
Back
Top