+ Reply to Thread
Results 1 to 2 of 2

Counting Unique Codes

  1. #1
    pgiessler
    Guest

    Counting Unique Codes

    I have a list of Purchase Orders Codes (alpha-numeric data) and I want to
    know how many different POs are being hit in a list of monthly purchases. For
    example:

    EV134
    SD234
    EV134
    WD686
    WD686
    EV134
    SD234
    HK128

    So, the answer I would be looking for is 4. Is there a easy way to do this?
    I have a formula that calculates this with numbers, but the text seems to
    mess it up.

    Any help would be appreciated - Thanks - P

  2. #2
    Bob Phillips
    Guest

    Re: Counting Unique Codes

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

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "pgiessler" <[email protected]> wrote in message
    news:[email protected]...
    > I have a list of Purchase Orders Codes (alpha-numeric data) and I want to
    > know how many different POs are being hit in a list of monthly purchases.

    For
    > example:
    >
    > EV134
    > SD234
    > EV134
    > WD686
    > WD686
    > EV134
    > SD234
    > HK128
    >
    > So, the answer I would be looking for is 4. Is there a easy way to do

    this?
    > I have a formula that calculates this with numbers, but the text seems to
    > mess it up.
    >
    > Any help would be appreciated - Thanks - P




+ 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