Hi,
I am trying to find the way to obtain a list of values in same cell, based on 2 conditions.
I seem to be struggling with the right way based on below formula:
=TEXTJOIN(", ",TRUE,UNIQUE(FILTER(ColumnB,(ColumnA=A2)*(ColumnC="Yes"),"")))
for some reason i obtain only 1 result instead of...