COUNT that CONTAINS
How do I create a formula that COUNTS all the submissions that CONTAIN (using the Facility column):
COUNT all that CONTAIN = DFW then provide a total count for just DFW
COUNT all that CONTAIN = EP then provide a total count for just EP
COUNT all that CONTAIN = LV then provide a total count for just LV
COUNT all that CONTAIN = OK then provide a total count for just OK
COUNT all that CONTAIN = PA then provide a total count for just PA
COUNT all that CONTAIN = SA then provide a total count for just SA
COUNT all that CONTAIN = WI then provide a total count for just WI
I want to use this on a separate SHEET for a Dashboard quick count check.
Best Answer
-
=COUNTIF([Column Name]:[Column Name], CONTAINS("DFW",[cell]@row))
Answers
-
Try this:
=COUNTIF([Column Name]:[Column Name], CONTAINS("DFW",@cell)) to get all that contain DFW and just repeat the formula replacing the DFW with others.
-
Hi Sameer,
This is what I put together based on your suggestion (thank you for the assistance):
but I get the #UNPARSEABLE error message. Am I missing a () somewhere?
-
=COUNTIF([Column Name]:[Column Name], CONTAINS("DFW",[cell]@row))
-
Hi @HardWork
I hope you're well and safe!
Try something like this.
=COUNTIF({QA LEAD EVALUATION (WITH FORM) Range 1}, CONTAINS ("DFW", @cell)
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
That one worked. Thank you very much for your assistance!
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!