Return results from multiple values- JOIN COLLECT HAS

Ann M
Ann M
edited 10/02/24 in Formulas and Functions

I need to return data from column5 separated by comma if a record appears in column6 which is a drop down list that can have multiple values per cell.

This is the formular that works only when there is one value in the cell..

=JOIN(COLLECT([Column5]:[Column5], [Column6]:[Column6], "2"), ", ")

This formular gives me INCORRCET ARGUMENT SET =JOIN(COLLECT([Column5]:[Column5], [Column6]:[Column6], HAS([Column6]:[Column6], "2"), ","))

I want results to be "Test, this, should, works, truly"

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!