Using Countifs Formulas to Count Number of Dates in a Date Range
Hello - Hoping for some help on my formula below.
I am trying to count the number of dates (at a specific location) that are between 30 and 60 days from today.
Here is my current formula:
=COUNTIFS({BTP MASTER 2024 Range 1}, [Location Name]@row, {BTP MASTER 2024 Range 3}, "",{BTPMASTER 2024 Range 4}, <TODAY(+60), {BTP MASTER 2024 Range 4}, >TODAY(+30), {BTP MASTER 2024 Range 5}, 0)
The first part of the formula is referencing a master sheet, and searching for a specific location. Then it is searching for blanks in another range on that sheet (that signifies the item is open). That is all working fine. My issue is on the last half of the formula where I'm trying to see what is open between 30 and 60 days.
The current formula is returning a number but I know that number is incorrect when I manually count the dates.
For reference, I'm also using the below formula to count items open in the last 7 days and it's working correctly.
=COUNTIFS({BTP MASTER 2024 Range 1}, [Location Name]@row, {BTP MASTER 2024 Range 3}, "", {BTP MASTER 2024 Range 4}, >TODAY(-8), {BTP MASTER 2024 Range 4}, <TODAY(+1), {BTP MASTER 2024 Range 5}, 0)
Thanks in advance for any help!
-Nick
Answers
-
Was this a direct copy/paste? If so, this will cause an issue: ,{BTPMASTER 2024 Range 4}
-
Hi Carson,
Thanks for the quick reply. That was a direct copy and paste. But I'm not sure I follow what's wrong with the ",{BTPMASTER 2024 Range 4}" you referenced? That range is the column that contains the created dates on the master sheet. Sorry if I'm missing something there.
The formula is "working" with no errors but it is not pulling the correct counts between the date ranges. So my thought is that I don't have something typed correctly in this portion of the formula:
{BTPMASTER 2024 Range 4}, <TODAY(+60), {BTP MASTER 2024 Range 4}, >TODAY(+30)
Thanks,
Nick
-
{BTPMASTER 2024 Range 4}
{BTP MASTER 2024 Range 4}
You have both of those references in your formula, I had assumed one was not correct.
-
Hi Carson,
It's referencing the same column that has the created date in it. So I don't think that's the problem but I could be wrong.
Thanks,
Nick
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!