CountIFS Multi-Select Criteria
Smartsheet Community:
My Change Type Column Allows Multiple Values. Therefore, my Formula is Looking to See if it Has Scope or Time. If it does, then it Should Count. I Think The HAS Part of My Formula is Out of Place.
Current Formula:
=COUNTIFS(Project:Project, "OPAL", [Change Type]:[Change Type], HAS(@cell, "Scope")), [Change Type]:[Change Type], HAS(@cell, "Time"))
Thanks
Best Answer
-
It's because I can't type - Try this hopefully no typos
=COUNTIFS(Project:Project,"opal",[Change Type]:[Change Type],OR(Has(@cell,"Scope),Has(@cell,"time"))
Answers
-
Hello,
The HAS() should be like this:
HAS("scope", @cell)
and you have an extra ")" after the first HAS
The below should work, let me know!
=COUNTIFS(Project:Project, "OPAL", [Change Type]:[Change Type], HAS("Scope",@cell)
), [Change Type]:[Change Type], HAS("Time",@cell)) -
You are missing the OR formula.
=COUNTIFS(Project:Project,"opal,[Change Type]:[Change Type],OR(Has@cell,"Scope),Has(@cell,"time"))
-
Both Formula UNPARSEABLE
-
It's because I can't type - Try this hopefully no typos
=COUNTIFS(Project:Project,"opal",[Change Type]:[Change Type],OR(Has(@cell,"Scope),Has(@cell,"time"))
-
That Worked, Thanks! You were Missing a Quotation on Scope
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!