I have successfully used the excel advanced filter for creating unique values for a one-column list. But how I can make the unique values in a multi-column list. I mean making the unique list by the values of one column only (not the whole row).
Example
I want to make the unique list by the values of column B only. I want to remove the row 3 in this example; but excel treats it as a unique row.
Example
Code:
Column A | Column B
1: TEST1 | VALUE1
2: TEST2 | VALUE2
3: TEST3 | VALUE1
I want to make the unique list by the values of column B only. I want to remove the row 3 in this example; but excel treats it as a unique row.