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
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!