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 as in example below:
thanks in advance!
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 as in example below:
A | B | C | D |
Item1 | Country1 | Yes | Country1, Country5 |
Item2 | Country2 | No | |
Item3 | Country3 | Yes | |
Item4 | Country4 | No | |
Item1 | Country5 | Yes | Country1, Country5 |
Item2 | Country6 | No | |
Item3 | Country7 | Yes | |
Item4 | Country8 | No | |
Item1 | Country9 | No | |
Item2 | Country10 | No | |
Item3 | Country11 | Yes | |
Item4 | Country12 | No |
thanks in advance!