Formula Help For Multiple Tags Within The Same Cell
Hey All!
First time posting... so here goes... I am attempting to write a formula that references another sheet, looks at a specific column, and then 'finds and counts' all the instances of a specific tag.
For example, the intake form allows multiple 'characteristics' to be chosen when describing a call. These characteristics populate within the tracking sheet in the column entitled 'Call Characteristics'. Then, the Dashboard Metrics sheet aggregates the data in various ways that show on the dashboard. **Please note! I am not the creator of this. I was asked to continue/maintain it's current state (which is NOT recommended as all these metrics should belong in various reports).**
I digress...
Is there a formula I can use that will reference another sheet, count all the categories with a specific label (even if there are multiple categories within a cell) and return an accurate count? i.e =COUNTIF({Client Business Sim LIVE Call Characteristic}, Description@row)
Any help/suggestion(s) is incredibly appreciated!
Best Answer
-
Hi @EmRo ,
Trying using the HAS() function in your formula.
=COUNTIF({Client Business Sim LIVE Call Characteristic}, HAS(@cell, Description@row))
Hope this helps,
Dave
Answers
-
Hi @EmRo ,
Trying using the HAS() function in your formula.
=COUNTIF({Client Business Sim LIVE Call Characteristic}, HAS(@cell, Description@row))
Hope this helps,
Dave
-
You need a COUNTIF/CONTAINS formula:
=COUNTIF({named range on sheet you want to cross reference}, CONTAINS("Warm Transfer", @cell))
(I don't know the name of the sheet that has the data you want to count, but that's what goes in the {})
For more on the CONTAINS function: https://help.smartsheet.com/function/contains
-
Thanks Dave and Danielle! The HAS function worked perfectly! Super appreciate the feedback! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!