Hello,

Could you please help me to get the unique list of values from a row, say F7:XFD7 and get that as a list in a column?

for example, if the data of F7 to J7 is

A,1,A,2,3

then from C2 to C7, it should look like

A
1
2
3

Thanks in advance