Results 1 to 4 of 4

Looping through column and changing duplicate values

Threaded View

rufio2004nfg Looping through column and... 12-28-2012, 10:12 PM
jeffreybrown Re: Looping through column... 12-28-2012, 10:32 PM
way2suresh Re: Looping through column... 12-29-2012, 02:17 AM
rufio2004nfg Re: Looping through column... 12-31-2012, 07:22 PM
  1. #1
    Registered User
    Join Date
    07-16-2012
    Location
    El Paso, Texas
    MS-Off Ver
    Excel 2003
    Posts
    2

    Looping through column and changing duplicate values

    I have a list of employees in column A with performance stats in the remaining columns. However, some agents have the same name and there is no way to distinguish them. I'm trying to get a VBA code that will add a 1 to the end of the first duplicate's name, add a 2 to the end of the second duplicate's name, etc.

    Current:

    Col A
    Andy
    Becky
    Becky
    David
    David
    Eric
    Herman

    Desired:

    Col A
    Andy
    Becky1
    Becky2
    David1
    David2
    Eric
    Herman

    I hope I've explained my issue adequately. It seems simple enough but I can't figure it out. Any help or guidance is appreciated.
    Attached Files Attached Files

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