+ Reply to Thread
Results 1 to 7 of 7

How to add 2 digits to the end of a four digit number

  1. #1
    Registered User
    Join Date
    12-31-2012
    Location
    Atlanta,ga
    MS-Off Ver
    Excel 2007
    Posts
    1

    How to add 2 digits to the end of a four digit number

    I have a large list of 4 digit numbers that i need to add 01 to all. How can i do this quickly instrad of manually.

    thanks
    gordon

  2. #2
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: How to add 2 digits to the end of a four digit number

    if your number is in A1, put the following formula in B1:
    =A1&"01"
    Please click the * icon below if I have helped.

  3. #3
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: How to add 2 digits to the end of a four digit number

    Another way would be:
    =(a1*100)+1

  4. #4
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Mexico
    Posts
    200

    Re: How to add 2 digits to the end of a four digit number

    Might try custom format:
    ?"01"

  5. #5
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: How to add 2 digits to the end of a four digit number

    Hi Gordond54

    To add to Melvinrobb's post #2: =(A1&"01")+0. Turns it into a real number the same as post #3.
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

  6. #6
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How to add 2 digits to the end of a four digit number

    you could probably achieve the same thing by putting 100 in a spare cell then copy paste special multiply
    then change to 1 copy paste special add
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  7. #7
    Registered User
    Join Date
    03-28-2012
    Location
    San Salvador
    MS-Off Ver
    2010
    Posts
    3

    Re: How to add 2 digits to the end of a four digit number

    Quote Originally Posted by Melvinrobb View Post
    if your number is in A1, put the following formula in B1:
    =A1&"01"
    Best option here
    -Jorge

+ 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