Countifs for two criteria
Hi! I'm trying to do countifs for two different columns on a sheet, to account for how many of each Project Status type (In Progress, Backlog, Not Started, etc) there are for each Project Lead in my sheet.
I'm wanting to use this info so I can create a dashboard chart based off of the data. I tried the following, but keep getting unparseable.
=COUNTIFS({Reporting Request Tracking Range 4}, "Alex", [{Reporting Request Tracking Range 6}, "In Progress"])
Best Answer
-
=COUNTIFS({Reporting Request Tracking Range 4}, "Alex", {Reporting Request Tracking Range 6}, "In Progress")
Answers
-
=COUNTIFS({Reporting Request Tracking Range 4}, "Alex", {Reporting Request Tracking Range 6}, "In Progress")
-
You don't need those [Square Brackets] in there.
The help article that shows them uses them to indicate that the second range/criteria set is optional, but they should not be included in the actual formula itself.
-
Amazing, thank you both!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!