Countif/And/Or

Smarty
✭✭✭✭
Trying to Count, by State, if multiple criteria is met. I think I am close....but don't have something in the right place! Any help is appreciated!
=COUNTIFS(AND({State}, "FL", ({Activity}, OR(@cell = "ASA", @cell = "ASA (Multiple Systems)"))))
Answers
-
Hi @Smarty ,
You can do this as a sum of the 2 conditions:
=COUNTIFS({State},"FL", {Activity},"ASA")+COUNTIFS({State},"FL", {Activity},"ASA (Multiple Systems")
Or combine them into a single statement:
=COUNTIFS({State}, "FL", {Activity}, OR(@cell = "ASA", @cell = "ASA (Multiple Systems)"))
Hope this helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 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!