+ Reply to Thread
Results 1 to 4 of 4

Finding A Value Repetedly and Marking the Cell Next To it with a Progressive number.

  1. #1
    Registered User
    Join Date
    05-19-2009
    Location
    California
    MS-Off Ver
    Excel 2013-16
    Posts
    55

    Finding A Value Repetedly and Marking the Cell Next To it with a Progressive number.

    My question isn't as complicated as the title makes it sound basically...

    A
    1
    2
    3
    4
    5
    6
    7
    8
    9
    FindValue
    1
    2
    3
    4
    5
    6
    7
    8
    9
    FindValue


    The find value will always be the same...its just a placeholder that is randomly inserted. (currently i am using the value "Placeholder").

    basically in column B i want to insert the iteration of the Place holder.

    ie
    A B
    Find value 0
    (...)
    Find value 1
    (...)
    Find value 2
    (...)
    Find value 3
    (...)

    Hopefully the attached spreadsheet better illustrates what i am trying to do.

    starting the count at zero is kind of important, but not the end of the world if it is impossible.
    Attached Files Attached Files
    Last edited by justforthis1; 07-14-2009 at 07:32 PM. Reason: solved

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Finding A Value Repetedly and Marking the Cell Next To it with a Progressive numb

    In B1 and copy down, =IF(A1<>"placeholder", "", COUNTIF(A$1:A1, "placeholder") - 1)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Finding A Value Repetedly and Marking the Cell Next To it with a Progressive numb

    Hi

    Here goes.

    Please Login or Register  to view this content.
    rylo

  4. #4
    Registered User
    Join Date
    05-19-2009
    Location
    California
    MS-Off Ver
    Excel 2013-16
    Posts
    55

    Re: Finding A Value Repetedly and Marking the Cell Next To it with a Progressive numb

    excellent, both methods above seem to work just fine.

    Thank you very much.

+ 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