Hello All,
Is there a way to collect information using a JOIN COLLECT formula?
Column 2 is Name
Column 3 thru 5 ASL.
Columns 6 thru 8 is are the names I want to populate based on the checkboxes (ASL).
Column 3 can have two checkboxes versus 1. Ultimately I would like all checkboxes that are checked to populate names in Column 6.
Column 3 with checkboxes marked to populate names in Column 7
Column 4 with checkboxes marked to populate names in Column 8.
I am using =JOIN(COLLECT{[COLUMN2:COLUMN2], [COLUMN3:COLUMN3], 1 "Support")], CHAR(10))
Am I totally missing something? Thank you in advance for your help!