Xperts -
I've 2 columns in excel namely - column1 and column2 and both have numbers in them. I need to eliminate all the duplicates from both the columns and just find out the remaining unique ones from column1.
Example -
Column 1 Column 2
1 1
2 7
3 10
4 100
5 6
7 4
Output should be -
Column 3
2
3
5
Any questions, plz let me know.
Thank You,
Start Free Trial