How can I remove duplicates and unique values all in one go?
Example:
Before:
A
C
D
E
B
B
D
After:
B
D
Any help is appreciated.
How can I remove duplicates and unique values all in one go?
Example:
Before:
A
C
D
E
B
B
D
After:
B
D
Any help is appreciated.
In other words, you want to keep only one instance of any value that repeats?
Yes, that's what I'm looking for.
look at attachment
empty cells delete manually
Last edited by tom1977; 03-28-2012 at 04:48 PM.
Regards
tom1977
If You are satisfied with my solution click the small star icon on the left to say thanks.
@tom1977
thats a strange if
should be=IF(COUNTIF($A$2:$A2,A2)=2,$A$2:$A2,"")
=IF(COUNTIF($A$2:$A2,A2)=2,A2,"")
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
true strangebut results are the same
See attached modified workbook.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks