Multiple Countif
Hi all,
I am trying to count how many specific instances are happening within a year, for a particular dept, AND specific status. Below is what i have so far:
=COUNTIFS($Year$1:$Year$39, "2020", $Area$1:$Area$39, "Dept", ([Sub-Status]1:[Sub-Status]59, "Past Due")
Thank you!
Best Answer
-
Removing the ( prior to [Sub-Status]1:[Sub-Status]59 should help.
Also watch out your ranges because the first 2 goes from 1 to 39 and the last one goes from 1 to 59. This probably won't be good for Smartsheet. Make them the same :)
Answers
-
Removing the ( prior to [Sub-Status]1:[Sub-Status]59 should help.
Also watch out your ranges because the first 2 goes from 1 to 39 and the last one goes from 1 to 59. This probably won't be good for Smartsheet. Make them the same :)
-
You can set this formula up horizontally on your sheet and foot it to sum up the instances: =IF(AND(Year@row = "2020", Area@row = "Dept", [Sub-Status]@row = "Past Due"), 1, "")
-
Thank you all! Problem solved.
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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!