+ Reply to Thread
Results 1 to 2 of 2

Counting Duplicates - Displaying Unique Result

  1. #1
    Registered User
    Join Date
    02-27-2008
    Posts
    18

    Counting Duplicates - Displaying Unique Result

    Hello,

    In A1 and A2 - I have numbers like this:
    100/10-05-009-10-W1
    100/10-05-009-10-W1

    The issue Im having is the first number is volume 1, the second number is volume 2...

    Im trying to figure out a formula that will automatically look for duplicate numbers like listed above and when a duplicate number is found in the cell next to where the number appears (so B1, B2) the formula add's a 1 and 2

    So for instance, if the numbers on the left were in column A, and the "1.0" and "2.0" were in column B, itd look like:

    100/10-05-009-10-W1 1.0
    100/10-05-009-10-W1 2.0


    And if it only finds one instance of the number then it just puts a 1.0
    Last edited by Gators; 02-13-2009 at 05:51 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Counting Duplicates - Displaying Unique Result

    Try this formula in B1 copied down

    =COUNTIF(A$1:A1,A1)

+ 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