+ Reply to Thread
Results 1 to 3 of 3

to number the rows in Sequential order

  1. #1
    Registered User
    Join Date
    01-24-2008
    Posts
    1

    Thumbs up to number the rows in Sequential order

    hi all,
    I m new to this forum, i need a help regarding numbering the rows,
    For example
    If there is a row sequence 1
    2
    3
    4 u can just drag by entering two series it will continue..
    But when the case is like
    a_1_s
    r_2_g
    t_3_h
    here how it can b implemented ?
    My doubt is to sequence only the number not the alphabets

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    From your example I'm assumming you have a column of alphanumeric data in column A? If so you could try this in B1 and copy down

    =LEFT(A1,2)&ROW()&RIGHT(A1,2)
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi again,

    If you wanted sequential numbers and random letters, you could try,

    =CHAR(RANDBETWEEN(97,122))&CHAR(95)&ROW()&CHAR(95)&CHAR(RANDBETWEEN(97,122)) copy down

+ 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