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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!