COUNTIF referencing another sheet with one criteria and date range
Hi,
I'm creating a metric sheet that will pull data from a source sheet. I'd like to count the number of times a certain category is listed within a given month.
So far, I have =COUNTIF({Grievance Category}, "Appeal") and now I need to add the criteria of Date Received = January.
Any help is appreciated!
Julie
Best Answer
-
=COUNTIFS( {Grievance Category}, "Appeal", {Date Received}, IFERROR(MONTH(@cell), 0) = 1)
Then you can swap out the = 1 to other months as needed.
...
Answers
-
=COUNTIFS( {Grievance Category}, "Appeal", {Date Received}, IFERROR(MONTH(@cell), 0) = 1)
Then you can swap out the = 1 to other months as needed.
...
-
Perfect! Thank you so much. I don't pretend to understand the IFERROR function. 😁
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!