Sheet Summary not matching actual with multiple criteria
Hello,
I am new to smartsheet formulas and have a problem that needs to be solved. I am trying to capture a count of sites that have 2 criteria. Completed in one column and counting if the dropdown is "Full Install" "Pre Cabled UPS Only" and "Revisit". On my sheet summary, I get a total of 14 using the below formula but my actual count in filtered view is 17. I used HAS, OR and CONTAINS but can't get the numbers to match. I am sure its something simple for the pros. Also would appreciate if someone can link a resource to a formula class session.
=COUNTIFS([Progress Status]:[Progress Status], "Complete", [Install Type]:[Install Type], OR(@cell = "Full Install", @cell = "Pre-Cabled UPS Only", @cell = "Revisit"))
Best Answer
-
That worked!! Thanks Paul
Answers
-
Is the [Install Type] column a multi-select?
-
Yes, that column is a multi-select/dropdown option
-
Try this:
=COUNTIFS([Progress Status]:[Progress Status], "Complete", [Install Type]:[Install Type], OR(HAS(@cell, "Full Install"), HAS(@cell, "Pre-Cabled UPS Only"), HAS(@cell, "Revisit")))
-
That worked!! Thanks Paul
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!