+ Reply to Thread
Results 1 to 5 of 5

help with pasting automatic number sequence

  1. #1
    Registered User
    Join Date
    07-18-2012
    Location
    Makati City
    MS-Off Ver
    Excel For Mac 2011
    Posts
    4

    Cool help with pasting automatic number sequence

    This is my first post here and my 10th time actually working on excel. I hope someone can help?

    I'm trying to copy a cell with nomadman(1) and paste it on the next row and it will automatically paste it as nomadman(2), next row nomadman(3), and so on. I have to do all the way to nomadman(100).

    Essentially, I want the numbers in the ( ) to change every time I paste on the next row. Is there a way to automate this?

    Any help is appreciated
    Last edited by nomadman; 07-18-2012 at 09:24 PM.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: help with pasting automatic number sequence

    Hello Nomadman, welcome to the forum.

    Enter nomadman in a cell, e: A1. then in the cell where you want to start the numbers

    =A$1&TEXT(ROW(A1),"(0)")

    then copy down as needed. If you change the text in A1 with new texts, will update all the formula with new name.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Registered User
    Join Date
    07-18-2012
    Location
    Makati City
    MS-Off Ver
    Excel For Mac 2011
    Posts
    4

    Re: help with pasting automatic number sequence

    Hi Haseeb, and thank you for the warm welcome!

    That's exactly how I wanted it. Thank you!! I hope I'm not pushing my luck, but is it possible to do the same if the content of the cell had an extension? This will be my last question. I don't want to harass you .

    example:

    nomadman(1).jpg
    nomadman(2).jpg
    nomadman(3).jpg
    nomadman(4).jpg
    ...
    nomadman(100).jpg
    Last edited by Cutter; 07-18-2012 at 08:27 PM. Reason: Removed whole post quote

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: help with pasting automatic number sequence

    I don't want to harass you
    I don't think you are
    ____________________

    If extension always be .jpg just add &".jpg" after the formula

    =A$1&TEXT(ROW(A1),"(0)")&".jpg"

    Or enter the extension in a cell. eg: B1, then

    =A$1&TEXT(ROW(A1),"(0)")&B$1

    copy down.
    Last edited by Haseeb Avarakkan; 07-18-2012 at 09:07 PM.

  5. #5
    Registered User
    Join Date
    07-18-2012
    Location
    Makati City
    MS-Off Ver
    Excel For Mac 2011
    Posts
    4

    Re: help with pasting automatic number sequence

    GREAT!! Now where is the "Thanks" button??

    Thank you so much Haseeb A!


+ 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