+ Reply to Thread
Results 1 to 3 of 3

How do I add text to a column of numbers

  1. #1
    Kelli
    Guest

    How do I add text to a column of numbers

    I have a column if invoice numbers 6234,6235 etc and I need to add "SCHERS"
    to each one. How do I do that w/o having to recopy the whole column

  2. #2
    Alan
    Guest

    Re: How do I add text to a column of numbers

    If 6234 were in A1, in B1 try
    =A1&"SCHERS"
    Drag that down to the end of the range then Copy > Paste Special > Values
    the new range to lose the formulas. You can then cut and paste it back to
    the original location if necessary.
    Note that this column will now be all text values and calculations will
    probably not work,
    Regards,
    Alan.
    "Kelli" <[email protected]> wrote in message
    news:[email protected]...
    >I have a column if invoice numbers 6234,6235 etc and I need to add "SCHERS"
    > to each one. How do I do that w/o having to recopy the whole column




  3. #3
    Dave Peterson
    Guest

    Re: How do I add text to a column of numbers

    Insert a new column B and use a formula like:
    =a1&"SCHERS"
    and drag down.

    Then edit|copy those cells and select the original range and
    edit|paste special|values
    (and delete the helper column.)

    Kelli wrote:
    >
    > I have a column if invoice numbers 6234,6235 etc and I need to add "SCHERS"
    > to each one. How do I do that w/o having to recopy the whole column


    --

    Dave Peterson

+ 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