Count of units in a date range
I am looking to see if someone can help me add the total number of deliverable's in a given month. I have product being delivered in April, May, June, July and so on but, I want to create a dashboard from my master sheet that will tell me how many deliverable's I have in each month.
I am trying to use a countifs formula but I am not getting the results I am looking for. I have a date column and have a screenshot here.
Best Answers
-
Try something along the lines of
=COUNTIFS([Delivery Date]:[Delivery Date], AND(IFERROR(MONTH(@cell), 0) = ##, IFERROR(YEAR(@cell), 0) = ####))
Just change the bold portions to whatever month and year you are wanting to count.
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response as "helpful". This will let others searching for a similar solution know that one may be found here.
Answers
-
Try something along the lines of
=COUNTIFS([Delivery Date]:[Delivery Date], AND(IFERROR(MONTH(@cell), 0) = ##, IFERROR(YEAR(@cell), 0) = ####))
Just change the bold portions to whatever month and year you are wanting to count.
-
Minor tweaks and I got it working. Thank you for pointing me in the right direction!
-
Happy to help! 👍️
Please don't forget to mark the most appropriate response as "helpful". This will let others searching for a similar solution know that one may be found here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!