JOIN COLLECT with multiple criteria including star - need help!
Options

Robin Sugiura
✭✭✭
Trying to do a JOIN COLLECT to collect multiple data points from one column (candidate full name) when there is a match to the current row (faculty@row) and the row is starred (cohort@row). Formula below, getting #INCORRECT ARGUMENT SET error. When I test only the Faculty@row range/criteria, the formula works. When I test the starred column range/criteria, it doesn't.
=JOIN(COLLECT([Candidate Full Name]:[Candidate Full Name], Cohort@row, 1, Faculty:Faculty, Faculty@row), ", ")
Any suggestions?
Best Answer
-
The Cohort range needs to be a full column range the same as the other two ranges.
Answers
-
The Cohort range needs to be a full column range the same as the other two ranges.
-
Of course. I was too close to see it -- thanks for the perspective, Paul! Works now.