Count IFS
I am trying to build a formula that will count the number first based one the COE name, then to give a number on each disposition status. I thought it would be something like:
=COUNTIF({Policy Project Status Report Range 3}, "Global Rewards"),({Policy Project Status Report Range 1}, "Keep/Enterprise")
OR
=COUNTIFS([Assigned To]:[Assigned To], "Global Rewards"), AND([Document Disposition Status]:[Document Disposition Status], "Keep/Enterprise"))
But that isn’t working.
Answers
-
You don't need the AND statement in your COUNTIFS and it is all one function so no need for the early closing parenthesis.
=COUNTIFS([Assigned To]:[Assigned To], "Global Rewards", [Document Disposition Status]:[Document Disposition Status], "Keep/Enterprise")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!