Is this possible in Smartsheet?
I want to create a report where I can use a formula that lists the projects associated with a particular benefit. Example, I want Smartsheet to list if project x, project y and project z have the efficiency gain benefit under the benefits column.
Answers
-
Are you able to provide screenshots of the source data for reference/context?
-
You would create a sheet that has each benefit listed out and then use a JOIN/COLLECT to pull in the various projects, etc. associated with that benefit.
-
when using the Joint/collect formula, would it be something like the one below?
=JOIN(COLLECT({MH-Work Prioritization Log Range 2}]:{MH-Work Prioritization Log Range 2}, {Benefits}:{Benefits}, "Efficiency Gain"), ",")
-
When using a cross sheet reference, you only need to enter the range once.
=JOIN(COLLECT({MH-Work Prioritization Log Range 2}, {Benefits}, "Efficiency Gain"), ",")
-
This is the formula I am inputting...
=JOIN(COLLECT({MH-Work Prioritization Log Range 2}, {Benefits}, "Efficiency Gain),{Status}, "Prioritized Not Started","))
-
Now you have a misplaced parenthesis and missing quote at the end.
Started"), ",")
-
Its still not working.
=JOIN(COLLECT({MH-Work Prioritization Log Range 2}, {Benefits}, "Efficiency Gain), {Status}, "Prioritized Not Started"), ",")
-
Replace the closing parenthesis after Efficiency Gain with a quote.
-
I get the error message Unparseable when I use the formula below.
=JOIN(COLLECT({MH-Work Prioritization Log Range 2}, {Benefits}, "Efficiency Gain), {Status}, "Prioritized Not Started", ",")
-
The closing parenthesis after Efficiency Gain needs to be replaced with a quote.
-
Its giving me an error or INVALID REFERENCE
=JOIN(COLLECT({MH-Work Prioritization Log Range 2}, {Benefits}, "Efficiency Gain", {Status}, "Prioritized Not Started", ","))
-
Make sure you are following the proper steps to create each of the cross sheet references.
-
-
Not necessarily because you cannot group a report by a multi-select column.
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!