+ Reply to Thread
Results 1 to 4 of 4

Duplicate entries indexer

  1. #1
    Registered User
    Join Date
    03-14-2011
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    4

    Duplicate entries indexer

    Hi,

    I am trying a formula which finds the duplicate values in one column and indexes it in another column.

    What I am trying to do here is tagging a bunch of one duplicate value to lets say 'A', then another bunch of duplicate values should be tagged to 'B' and so on....Is there a way in doing this?

    I got the below code in a similar thread in this forum. I tried with some Char data and it worked

    =IF(COUNTIF(B$1:B2,B2)>1,VLOOKUP(B2,B$1:C2,2,FALSE),MAX(C$1:C1)+1)


    I am trying this with urls, its not working, it assigns value to the first unique url and doesn;t do the same for duplicates one. I am attaching the url file for reference.

    In the file I have:
    Column A: URL's
    Column B: extracted url from A using formula, basically everything that comes after '?' in the url in Column A has been removed and I get the url I wanted.
    Column C: Not important
    Column D: above formula applied and should display the desired result.

    Can someone please tweak this formula to suit URL's

    Thanks,
    Joseph
    Attached Files Attached Files
    Last edited by josephd; 03-23-2011 at 12:09 AM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Duplicate entries indexer

    What are the answers supposed to be? All you put in is the non-working formula? Why not put in your desired results instead so we have a clear idea of your goal?
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert
    Join Date
    11-29-2010
    Location
    Ukraine
    MS-Off Ver
    Excel 2019
    Posts
    4,168

    Re: Duplicate entries indexer

    hi, josephd, is it what you wanted to see?
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    03-14-2011
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Duplicate entries indexer

    Quote Originally Posted by watersev View Post
    hi, josephd, is it what you wanted to see?

    Thanks a mil WAtersev That was exactly as needed.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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