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
- 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!