Feb 13 2024 02:23 PM
Hello,
I have 3 columns. For all of the values in column A that have the same value i want to look at the matching values in column b and c. Of those, for each individual value in column b i want to remove the duplicates in column c. Is this possible? Thank you in advance.
Feb 13 2024 08:39 PM
Hi,
Are you saying an entry can only be counted as "Duplicates" when all three columns (A, B, C) are exactly the same?
If so, I think you can use UNIQUE to remove duplicates: