+ Reply to Thread
Results 1 to 3 of 3

Auto number w/ different letter-number combos in same column

  1. #1
    Colleen B
    Guest

    Auto number w/ different letter-number combos in same column

    I have a numbering system that differs for the entry depending on if it is a
    manufacturer "M", distributor "D" or retailer "R". All of the reference
    numbers are in one column. For example, if column C has each company's name
    in it, column B may look like:

    M1
    R1
    R2
    R3
    M2

    etcetera.

    I would like to figure out how to autonumber these such that if R2 was
    deleted, for example, then R3 would automatically become R2. Is there any
    way to do this in one column, since the numbering is not sequential because
    Ms, Ds, and Rs are all mixed together? Thanks!!

    Colleen B

  2. #2

    Re: Auto number w/ different letter-number combos in same column

    If you can settle for 2 Col, try this:
    In the first Col enter the letter alone
    In the second Col enter this formula
    =A2&COUNTIF(INDIRECT("a"&ROW()&":"&"a1"),A2)
    change the addresses as needed
    Ilan


  3. #3
    Colleen B
    Guest

    Re: Auto number w/ different letter-number combos in same column

    Thanks--that worked perfectly!!!

+ 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