+ Reply to Thread
Results 1 to 6 of 6

Count 350 SS numbers, exclude duplicates

Hybrid View

  1. #1
    Marsha
    Guest

    Count 350 SS numbers, exclude duplicates

    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

  2. #2
    Bob Phillips
    Guest

    Re: Count 350 SS numbers, exclude duplicates

    Hi Marsha,

    One way

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

    --

    HTH

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


    "Marsha" <Marsha@discussions.microsoft.com> wrote in message
    news:E362D9A0-8A06-43E4-81DD-0B2F28C6C18E@microsoft.com...
    > 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




  3. #3
    Wazooli
    Guest

    RE: Count 350 SS numbers, exclude duplicates

    Run an autofilter, selecting "unique records". After, you merely need to
    count the entries using the COUNT function.

    wazooli

    "Marsha" wrote:

    > 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


  4. #4
    Marsha
    Guest

    RE: Count 350 SS numbers, exclude duplicates

    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&""))


    "Marsha" wrote:

    > 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


  5. #5
    Bob Phillips
    Guest

    Re: Count 350 SS numbers, exclude duplicates

    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)


    "Marsha" <Marsha@discussions.microsoft.com> wrote in message
    news:72088002-023E-472E-BFB4-391F6F634655@microsoft.com...
    > 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&""))
    >
    >
    > "Marsha" wrote:
    >
    > > 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




  6. #6
    Marsha
    Guest

    Re: Count 350 SS numbers, exclude duplicates

    Thank you. It worked!

    "Bob Phillips" wrote:

    > 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)
    >
    >
    > "Marsha" <Marsha@discussions.microsoft.com> wrote in message
    > news:72088002-023E-472E-BFB4-391F6F634655@microsoft.com...
    > > 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&""))
    > >
    > >
    > > "Marsha" wrote:
    > >
    > > > 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

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1