CountIf with Multiple Criteria + Mutli-Sheet Reference
Hello,
I am trying to count total items in "Medium" item in PRIORITY Column that also have a status of "Done" in the STATUS Column. Both PRIORITY and STATUS columns are in the SCRUM: Communications sheet.
Here's my current formula (which is reciving a #INCORRECT ARGUMENT SET error):
=COUNTIF({ SCRUM: Communications PRIORITY Column}, "Medium", { SCRUM: Communications STATUS Column}, "Done")
Any pointers?
Tags:
Best Answer
-
Just missing the "S" on COUNTIFS
=COUNTIFS(PRIORITY:PRIORITY, "Medium", STATUS:STATUS, "Done")
Answers
-
Just missing the "S" on COUNTIFS
=COUNTIFS(PRIORITY:PRIORITY, "Medium", STATUS:STATUS, "Done")
-
HA! Thank you, @David Lee. So easy.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 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!