COUNTIF multiple Criterias
Hello there,
i am trying to count the number of time certain names have been selected in a multi drop down list, in a specific range of time, while referencing another sheet.
I've tried the formula below and getting an error
=COUNTIFS({Phase}, CONTAINS("Complete", @cell), {Go live date}, >=[Column10]@row, {Go live date}, <[Column10]3, {PM}, ="Rebecca", {PM}, ="Caroline", {PM}, "Abigail")
Answers
-
Hi Noble,
Does it work if you only use 1 name in the formula?
I've found that I can't use countifs with multiple values in the same cell but you can add multiple countifs together.
It would probably look like this
=COUNTIFS({Phase}, CONTAINS("Complete", @cell), {Go live date}, >=[Column10]@row, {Go live date}, <[Column10]3, {PM}, ="Rebecca")
+ COUNTIFS({Phase}, CONTAINS("Complete", @cell), {Go live date}, >=[Column10]@row, {Go live date}, <[Column10]3, {PM}, ="Caroline")
+COUNTIFS({Phase}, CONTAINS("Complete", @cell), {Go live date}, >=[Column10]@row, {Go live date}, <[Column10]3, {PM}, "Abigail")
I didn't test this one but I did run into a similar problem today. Hope that helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!