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
- 66.5K Get Help
- 433 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!