Hi everyone,
I have a Developer column in Smartsheet that is of the "Contact List" type, where multiple names are repeated across rows. I want to create a list of unique or distinct developer names that I can use as a metric on a Smartsheet Dashboard. Instead of displaying the names in a comma-separated string, I need them listed vertically in a column like this:
Example Data: If the Developer column looks like this:
Developer |
|---|
John |
Zack |
John |
Eric |
John |
I need the Dashboard Metric to display the unique names in a column like this:
What I’ve Tried So Far:
- I searched for a function like
UNIQUE, but Smartsheet doesn't seem to have that functionality. - I tried using
COLLECT, COUNTIF, and IF functions, but I couldn’t figure out how to return only distinct values in a column format. - I also explored using helper columns, but I’m unsure how to use those to create a metric on the dashboard.
- I used
distinct funtion as well but not usefull.
My End Goal:
I need a vertical list of unique developers that I can display on the Smartsheet Dashboard as a Metric. This will show all the distinct developers working on the project. I would appreciate any guidance or workarounds for this!
Thanks in advance for your help!