Count Ifs AND
lesmickin
✭✭
Im trying to do a count that captures criteria where both the Status is makred as closed and the TEA Jurisdiction is marked as yes.
=COUNTIF(AND([Status]:[Status], "Closed", [TEA Jurisdiction]:[TEA Jurisdiction], "yes"))
I keep getting the incorrect argument set error.
Thanks for any help
Answers
-
You don't need the AND. Just a COUNTIFS (with the S on the end).
=COUNTIFS([Status]:[Status], "Closed", [TEA Jurisdiction]:[TEA Jurisdiction], "yes")
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 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