Pull a List into a Dashboard
I am creating a dashboard to summarize the work being done across multiple different projects. One metric I want to include is a list of the program officers. I have pulled a list of all the project lead names and identified the duplicate values (when a project lead is assigned to multiple different projects), but now I am stuck on how to create an equation to pull a list of only the non-duplicates or the "1" values. Any advice?
This is the formula I am using to determine the duplicate values: =IF(COUNTIF([Project Lead Name]$1:[Project Lead Name]@row, [Project Lead Name]@row) <> 1, 0, 1)
Best Answers
-
Hi @Andrée Starå ,
I was actually able to figure it out by using the JOIN function w/ the COLLECT function:
=JOIN(COLLECT([Project Lead Name]:[Project Lead Name], Duplicate:Duplicate, 1), ",")
This produced a list of all the Project Lead names while removing any duplicates.
Thanks for your help!
-
Excellent!
Happy to help!
✅Please support the Community by marking your post with the accepted answer/helpful. 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.
Answers
-
Hi @Mia Colson
I hope you're well and safe!
You could use the DISTINCT function.
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 help the Community by marking it as the accepted answer/helpful. 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.
-
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.
-
Hi @Andrée Starå ,
I was actually able to figure it out by using the JOIN function w/ the COLLECT function:
=JOIN(COLLECT([Project Lead Name]:[Project Lead Name], Duplicate:Duplicate, 1), ",")
This produced a list of all the Project Lead names while removing any duplicates.
Thanks for your help!
-
Excellent!
Happy to help!
✅Please support the Community by marking your post with the accepted answer/helpful. 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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!