Join, Collect functions

Hi All
I am trying to retrieve results from several columns on a seperate sheet into 1 cell on another sheet. This formula works -
=IF(INDEX({SUS Badge}, MATCH([Full Name]@row, {SM Name}, 0)) = "Not achieved", "SUS Core", " ")
But as soon as I add more columns -
=JOIN(
IF(INDEX({SUS Badge}, MATCH([Full Name]@row, {SM Name}, 0)) = "Not achieved", "SUS Core", ""),
IF(INDEX({HSE 1}, MATCH([Full Name]@row, {SM Name}, 0)) = "Not achieved", "HSE1", ""),
", ")
I get an error. I potentially want to add in a total of 13 columns where in each column it is looking for Not Achieved and then returning the name of the column
Each column is a unit standard for internal training and I am wanting to have in one place which unit standards still need to be completed for the badge.
Above is the source sheet, imagine there is employee names off to the side. The destination sheet also has name column and then a column called Site Manager Certified and in the one cell I want to list all the Not achieved competencies.
Best Answer
-
OK I figured it out. In the source sheet I have added a hidden column for the following -
=IF([Sus badge]@row = 0, "Sus Badge, ", "") + IF([HSE 1]@row = 0, "HSE 1, ", "") + IF([HSE 2]@row = 0, "HSE 2, ", "") + IF([OPS core]@row = 0, "OPS Core, ", "") etc etc
Then in the destination sheet used =INDEX(COLLECT
Answers
-
OK I figured it out. In the source sheet I have added a hidden column for the following -
=IF([Sus badge]@row = 0, "Sus Badge, ", "") + IF([HSE 1]@row = 0, "HSE 1, ", "") + IF([HSE 2]@row = 0, "HSE 2, ", "") + IF([OPS core]@row = 0, "OPS Core, ", "") etc etc
Then in the destination sheet used =INDEX(COLLECT
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!