BradleyS
Active Member
- Joined
- Oct 28, 2006
- Messages
- 351
- Office Version
- 2010
- Platform
- Windows
I have a list of numbers in column A which are all sorted as follows, and there is other data in columns B to E
43
43
43
56
76
76
83
83
83
83
I only want to see the earliest 2 unique numbers of each. Where there is more than 2 the remaining matching ROWS (A to E)need to be deleted. Therefore in the example above is should look like:
43
43
56
76
76
83
83
Having less than 2 is fine, but no more than 2. Is this possible?
43
43
43
56
76
76
83
83
83
83
I only want to see the earliest 2 unique numbers of each. Where there is more than 2 the remaining matching ROWS (A to E)need to be deleted. Therefore in the example above is should look like:
43
43
56
76
76
83
83
Having less than 2 is fine, but no more than 2. Is this possible?