+ Reply to Thread
Results 1 to 11 of 11

Sequential numbering

  1. #1
    Registered User
    Join Date
    02-24-2010
    Location
    Edmond, OK
    MS-Off Ver
    Mac Numbers and Mac Excel Ver 16.22
    Posts
    95

    Sequential numbering

    I am trying to pull the data from column AA and enter it into column A without the period. I would also like to add the hyphen and the sequential 4 numbers to the end of each number to create the entire "code" number

    Example:
    Column AA = 02.140
    Column A = 02140-0015
    next row,
    Column AA = 05.120 (or any number in my data source)
    Column A = 05120-0016 (last four numbers is sequential from the row above in column A

    See attached.

    Thank you so much!

    Tim
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Sequential numbering

    Put this formula in A2:

    =IF(AA2="","",SUBSTITUTE(AA2,".","")&"-"&TEXT(ROWS($1:15),"0000"))

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Sequential numbering

    If you post an small excel file, you will get better help.

    See the advice which is given in the threath below.

    The solution will be the similar.

    http://www.excelforum.com/excel-form...from-cell.html
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Registered User
    Join Date
    02-24-2010
    Location
    Edmond, OK
    MS-Off Ver
    Mac Numbers and Mac Excel Ver 16.22
    Posts
    95

    Re: Sequential numbering

    how did you get the -0015 to start at 15? I will need to adjust this number to when I am at right now........which is actually, -0020

  5. #5
    Registered User
    Join Date
    02-24-2010
    Location
    Edmond, OK
    MS-Off Ver
    Mac Numbers and Mac Excel Ver 16.22
    Posts
    95

    Re: Sequential numbering

    Sorry, I got that one figured out! Thank you so much Pete!

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Sequential numbering

    ROWS($1:15) in the first formula will return 15, so just change it to ROWS($1:20) if you want to start your numbering from 20 (actually, the TEXT function turns it into 0020).

    Hope this helps.

    Pete

  7. #7
    Registered User
    Join Date
    02-24-2010
    Location
    Edmond, OK
    MS-Off Ver
    Mac Numbers and Mac Excel Ver 16.22
    Posts
    95

    Re: Sequential numbering

    I am getting circular reference errors between column A and AA. Can you figure out why?

  8. #8
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Sequential numbering

    Use a smaller example, then you get better help.

    why use a dropdownmenu and a formula in 1 cell (Z17 /AA17)

  9. #9
    Registered User
    Join Date
    02-24-2010
    Location
    Edmond, OK
    MS-Off Ver
    Mac Numbers and Mac Excel Ver 16.22
    Posts
    95

    Re: Sequential numbering

    I just realized it was still in there and I have removed it. I think that took care of this issue. I am also trying to populate column AB with a source, which would in turn populate column AA. Therefore I don't think I will need the dropdown box for AA. The dropdown box for Z is necessary for the speeding up the number selection from the source sheet.

    You can see my other posts trying to get help with my other challenge.

    I am not sure why you are asking me to post a smaller excel file. The file is what it is. If I changed it, it would break a lot of formulas.

    Tim

  10. #10
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Sequential numbering

    It take a lot of time to open it (if it even is possible).

    So if I can't open it, I can't take a look and can't help.

  11. #11
    Registered User
    Join Date
    02-24-2010
    Location
    Edmond, OK
    MS-Off Ver
    Mac Numbers and Mac Excel Ver 16.22
    Posts
    95

    Re: Sequential numbering

    I am sorry. I can't make the file any smaller on this one.

    I think I have all my problems solved however, so thank you for your help!!

    Tim

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sequential Numbering
    By izzorac in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-08-2014, 10:15 PM
  2. [SOLVED] Sequential Numbering
    By Filtec in forum Excel General
    Replies: 7
    Last Post: 04-15-2013, 04:01 AM
  3. Sequential numbering........................
    By N80RUL in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-12-2013, 10:58 PM
  4. Sequential numbering
    By REELAXER in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 12:05 PM
  5. sequential numbering
    By super in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-29-2005, 10:39 AM

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