COUNTIF or COUNTIFS formula for a date column, criteria based off MONTH and YEAR
Answers
-
says #
unparseable under the formula.
-
@Sue Hill You are missing the comma after the first range.
-
Thank you!
Also, is there a way to add a 2nd item in the Review Status , like "Resolved" , "Closed" ?
-
Yes. You would do the regular range
=COUNTIFS({Range},
Then the criteria will be an OR function with @cell references.
=COUNTIFS({Range}, OR(@cell = "This", @cell = "That"), .................
-
YES! got it!
-
Great! Happy to help. 👍️
-
How to count blanks similarly ... Review Status column has "Pending Resolution" or "" as blanks...
=COUNTIFS({Review Status}, OR(@cell = "Pending Resolution", (@cell = ""), {Year}, @cell = 2021, {Month Number}, @cell = 1))
-
Too many parenthesis. Try this one...
=COUNTIFS({Review Status}, OR(@cell = "Pending Resolution", @cell = ""), {Year}, @cell = 2021, {Month Number}, @cell = 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!