If preferred, nest an ISERROR or something to remove error messages when the number passes the no of unique values.
// Patrik
______________________________
To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the IT Professional, the glass is twice as big as it needs to be.
Sorry, I missed that you had duplicates that you wanted to keep. You could do something like this:
Assuming your data are in A2:A9 (with a column heading in A1), you can put this formula in B2:
[tt]
=IF(A2=A1,0,1)
[/tt]
and copy down thru B9. Then set an automatic data filter and select where the value (for column B) is 1. You can either stop there and view the results as filtered, or you can select the data that is showing and copy/paste to put it somewhere else.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.