Thanks Dave
I have looked at this site, but cannot get the formula to work?
Must be doing something wrong. Have you tried it?
Do you have a working spreadsheet wtih this formula?
First, that's not the formula you want to use. But if you just wanted to check
to see if all the entries were unique, you'd change range1 to A1:A100 (or some
other range).
I think the formula you want (if your data is in A1:Axx) is this:
=if(countif($a$1:a1,a1)=1,"First Occurrence","Duplicate")
Then the first occurrence is marked differently.
If you're looking for just any old duplicate.
=if(countif(a:a,a1)=1,"unique","duplicate")
And drag done the column.
Julie said:
Dave
I tried the following formula in a test worksheet using one column named
Range with same data as displayed on the website
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.