COUNTIF not counting when two dropdowns selected
I am trying to use countif to tally the number of tasks assigned to each teammate using the following formula:
=COUNTIF([People & Culture Owner]:[People & Culture Owner], "Gracie Englebert")
However, some tasks are shared by multiple teammates, so 2+ dropdowns are selected. The problem is, this function does not count the names in any cells that are shared by multiple teammates.
Does anyone know how I can fix this?
Answers
-
Try and see if this works:
=COUNTIFS([People & Culture Owner]:[People & Culture Owner], CONTAINS("Gracie Englebert", @cell))
Ricky T
Gov Contractor for USSF
-
@RickyT Still not counting those cells :/
-
Are the [People & Culture Owner]:[People & Culture Owner] highlighted a Color? Probably pink or blue @gracieenglebert
Ricky T
Gov Contractor for USSF
-
@RickyT I found one that works!
=COUNTIFS([People & Culture Owner]:[People & Culture Owner], FIND("Gracie Englebert", @cell) > 0)
this highlights [People & Culture Owner]:[People & Culture Owner] in blue and ("Gracie Englebert", @cell) in pink
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!