Count unique entries in excel

S

Skippy1

Hi,
Have checked other threads and cannot see a specific response to a quer
like this. Appreciate any assistance out there.
I have put a sample of dataset - it is over 15K rows in total & has man
other columns.

Issue: I would like to add a column next to the machine name whic
enters a number assigned to only unique number of machine names tha
exist - i.e. 1 next to the first entry BTLP0010 and next one down woul
be 0 as is a duplicate.
Is it possible to do this via formulaes as opposed to pivot tables an
not as an overall total?

Column 1:
BTLP0010
BTLP0010
DSLP0057
DSLP0057
FRLP0090
FRLP0090
FRLP0101
FRLP0101
FRLP0103
FRLP0103
FRLP0104
FRLP0104

Thanks
Skippy
 
R

Ron Rosenfeld

Hi,
Have checked other threads and cannot see a specific response to a query
like this. Appreciate any assistance out there.
I have put a sample of dataset - it is over 15K rows in total & has many
other columns.

Issue: I would like to add a column next to the machine name which
enters a number assigned to only unique number of machine names that
exist - i.e. 1 next to the first entry BTLP0010 and next one down would
be 0 as is a duplicate.
Is it possible to do this via formulaes as opposed to pivot tables and
not as an overall total?

Column 1:
BTLP0010
BTLP0010
DSLP0057
DSLP0057
FRLP0090
FRLP0090
FRLP0101
FRLP0101
FRLP0103
FRLP0103
FRLP0104
FRLP0104

Thanks
Skippy1

=N(COUNTIF($A$1:A1,A1)=1)
 

Ask a Question

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.

Ask a Question

Top