Column A Column B Column C Column D
a a a, a, b, c, c a, b, c
a b
b c
c
c
Can anybody please help me with my problem? I need unique values in one cell.
B2=INDEX($A$2:$A$6, MATCH(0, COUNTIF($B$1:B1, $A$2:$A$6), 0))
So far I've found how to make list separated with commas.
C2 = {=TEXTJOIN(", ", TRUE, A2:A6)}
How to apply Index or other function to get unique values in D2 ?