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?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
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")))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
That worked!! Thanks Paul
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!