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"