+ Reply to Thread
Results 1 to 4 of 4

adding characters in excel column

  1. #1
    rita
    Guest

    adding characters in excel column

    I would like to know how to add a character in front of the #s(each row is
    different #) in a column on excel? for example:
    15070 to BP15070
    15093 to BP15093, etc.

    Please advise.

    rita


  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If your numbers are in column A then in B1

    ="BP"&A1

    and copy down column

    If you want to replace the numbers in column A with these then Copy column B and use

    Edit > PasteSpecial > values to paste over column A

  3. #3
    Gary''s Student
    Guest

    RE: adding characters in excel column

    Two ways:
    if A1 contains 15070, then in another cell enter ="BP" & A1
    this will get a string.

    The other way is to format A1 Custom "BP"General
    This will appear as BP15070 but can still be used as a number.
    -
    Gary's Student


    "rita" wrote:

    > I would like to know how to add a character in front of the #s(each row is
    > different #) in a column on excel? for example:
    > 15070 to BP15070
    > 15093 to BP15093, etc.
    >
    > Please advise.
    >
    > rita
    >


  4. #4
    George
    Guest

    Re: adding characters in excel column

    Lets assume the numbers are in column A
    Then in column B type
    ="BP"&A1
    Then copy down

    If its only for display, and you don't actually need the letters in any
    calculations. Try adjusting the cell number format
    Format > Cells > Number then Select custom
    Type the following
    "BP"0

    George

    rita wrote:
    > I would like to know how to add a character in front of the #s(each row is
    > different #) in a column on excel? for example:
    > 15070 to BP15070
    > 15093 to BP15093, etc.
    >
    > Please advise.
    >
    > rita
    >


+ 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