+ Reply to Thread
Results 1 to 3 of 3

Helper Formula To Identify 1st Instance of a Value

  1. #1
    carl
    Guest

    Helper Formula To Identify 1st Instance of a Value

    I have a series of data like this.

    InternalSubcriberRef
    30564.00
    22222.99
    22222.92
    30564.00
    30564.00
    30564.00
    30564.00
    30564.00
    30564.00
    30564.00

    Would like to add a helper column that will flag the 1st instance of a given
    value.

    Thank you in advance.


  2. #2
    Peo Sjoblom
    Guest

    Re: Helper Formula To Identify 1st Instance of a Value

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

    adapt to your own data and copy down in an adjacent cell will return TRUE
    for 1st occurrence

    --

    Regards,

    Peo Sjoblom

    "carl" <[email protected]> wrote in message
    news:[email protected]...
    > I have a series of data like this.
    >
    > InternalSubcriberRef
    > 30564.00
    > 22222.99
    > 22222.92
    > 30564.00
    > 30564.00
    > 30564.00
    > 30564.00
    > 30564.00
    > 30564.00
    > 30564.00
    >
    > Would like to add a helper column that will flag the 1st instance of a

    given
    > value.
    >
    > Thank you in advance.
    >




  3. #3
    Ron Coderre
    Guest

    RE: Helper Formula To Identify 1st Instance of a Value

    Try this:
    If your list begins in Cell A2
    B2: =IF(COUNTIF($A$2:A2,A2)=1,"First","")
    copy that formula down as far as you need.

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "carl" wrote:

    > I have a series of data like this.
    >
    > InternalSubcriberRef
    > 30564.00
    > 22222.99
    > 22222.92
    > 30564.00
    > 30564.00
    > 30564.00
    > 30564.00
    > 30564.00
    > 30564.00
    > 30564.00
    >
    > Would like to add a helper column that will flag the 1st instance of a given
    > value.
    >
    > Thank you in advance.
    >


+ 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