Formula for "Allow Multiple Contacts per Cell"
I have been tasked with creating a dashboard with some metrics on it. Below is an example of what I am looking to have created.
On one of my smartsheet columns is an "Assigned to" section. There are 3 people in that list.
Bob, Jan, and Jill.
Bob has 1 row assigned to him.
Jan has 1 row assigned to her.
Jill has 1 row assigned to her.
This is the formula I used to show me how many rows are assigned to each person. =COUNTIF({Test example range 1}, [Primary Column]@row).
The formula does the calculation and everyone has 1. Perfect.
The problem is there is a 4th row. On the 4th row, it is assigned to Bob, Jan, AND Jill.
So, my goal is to find a formula that would show that they each have 2 rows assigned to them, not 1.
Any help would be greatly appreciated.
Best Answer
-
Hello @WesMcNally
Multiselect columns need the functions HAS, CONTAINS or FIND. Try this
=COUNTIFS({Test example range 1}, HAS(@cell,[Primary Column]@row))
Does this work for you?
Kelly
Answers
-
Hello @WesMcNally
Multiselect columns need the functions HAS, CONTAINS or FIND. Try this
=COUNTIFS({Test example range 1}, HAS(@cell,[Primary Column]@row))
Does this work for you?
Kelly
-
That did the trick! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!