Hi, i'm trying to do a simple COUNTIF for one column, to see how many of each group exist
I'm trying to pull how many of each group are listed in the column Current Owner, and keep returning a message of #blocked.
=COUNTIFS([Current Owner]:[Current Owner], "PDT", "Team Healy")
Thoughts?
Answers
-
You have one too many criterion for the one column you are referencing, OR you are missing a column reference.
Are PDT and Team Healy within the same Current Owner column? If so, then you could do a =COUNTIF([Current Owner]:[Current Owner], "PDT")+COUNTIF([Current Owner]:[Current Owner],"Team Healy")
If either PDT or Team Healy are in different columns then you will need to add that other column in your COUNTIFS, so it would be =COUNTIFS([Current Owner]:[Current Owner], "PDT",[The other column]:[The other column], "Team Healy")
Does that make sense?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 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
Check out the Formula Handbook template!