+ Reply to Thread
Results 1 to 2 of 2

create a sub label

  1. #1
    Registered User
    Join Date
    05-21-2009
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    2

    create a sub label

    I am trying to create a field of sub-labels. I have a column labeled with numbers, but many repeat. See below:

    1
    1
    2
    2
    2
    3
    4
    4
    4
    4
    5
    etc......

    And I am trying to create a column where I can uniquely identify these numbers. See below:
    1A
    1B
    2A
    2B
    2C
    3A
    4A
    4B
    4C
    4D
    5A
    etc.....

    Does anyone know a Macro or anyway I can create these letters inside of a column, relating to the numbers?

    Thanks a lot!

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

    Re: create a sub label

    If the numbers are in A1:Axx, then in B1 and copy down,

    =A1 & CHAR(64 + COUNTIF(A$1:A1, A1))
    Entia non sunt multiplicanda sine necessitate

+ 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