Hello:
I'm using a JOIN to collect values from another sheet. The range includes two columns on the other sheet. I am collecting the first column, so long as the first column contains a string and the second column is not blank.
I have this but it isn't working:
JOIN(COLLECT({PB-CMR-Master}, {PB-CMR-URL}, CONTAINS(<>"", @cell), {PB-CMR-Master}, CONTAINS([CUR-MOD]@row, @cell)), " / ")
{PB-CMR-Master} is the first column, which I am collecting, if it contains a string [CUR_MOD}@row
{PB-CMR-URL} is the second column in the other sheet, which should NOT be blank, to collect the first column
I am not sure if I set up the criterion that evaluates the second column to NOT be blank.