Count 350 SS numbers, exclude duplicates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able to count information based on approximately 350 social
security numbers, exlcuding duplicates. Any ideas on the formula? Thanks so
much,
Marsha
 
Hi Marsha,

One way

=SUMPRODUCT((A1:A200<>"")/COUNTIF(A1:A200,A1:A200&""))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Run an autofilter, selecting "unique records". After, you merely need to
count the entries using the COUNT function.

wazooli
 
At the risk of sounding studpid :) , do I enter this formual into the
destination cell, and then highlight my range and hit enter? I really don't
do much with Exel except enter informtation. Thanks again.
Marsha

=SUMPRODUCT((A1:A200<>"")/COUNTIF(A1:A200,A1:A200&""))
 
No just enter it in any cell, and it will count the number of SS entries.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Thank you. It worked!

Bob Phillips said:
No just enter it in any cell, and it will count the number of SS entries.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top