Results 1 to 5 of 5

Thread: Merge colums in Excel

  1. #1
    FLAC muldrick's Avatar
    Join Date
    Jun 2004
    Location
    South-Central PA
    Posts
    1,241

    Merge colums in Excel

    I have a column "First Name" and a column "Last name"
    I want to merge these and just have just 1 column that includes both names.
    Instead of "Bob" in the first column and "Smith" in the second column, I want Bob Smith in the single column.
    Of course I am talking about an existing file with a list of names.
    AtmosUSA.biz, E-Cig Mods
    "A great smoking alternative"

  2. #2
    Raw Wave tbird2340's Avatar
    Join Date
    Oct 2003
    Location
    Poland, OH
    Posts
    1,971
    Assuming your Column A has first name and Column B has last name put this formula in Column C =A1&" "&B1
    Current Vehicle: 2007 Dodge Nitro

    Second Vehicle: Sold it :( 2005 Dodge Ram 1500 Quad Cab

    First Vehicle: 2003 Ford Ranger

  3. #3
    Newbie
    Join Date
    Jan 2006
    Posts
    16
    highlight the selection you want to merge, and on the formatting toolbar click the "merge and center" button

  4. #4
    Calm
    Down
    Or
    Get
    A
    2
    Week
    Vacation
    -Love
    The
    Forum
    Policeman
    Wiredwrx's Avatar
    Join Date
    Jan 2003
    Posts
    3,605
    Quote Originally Posted by tbird2340
    Assuming your Column A has first name and Column B has last name put this formula in Column C =A1&" "&B1
    That is what I do, and then just drag the formula down the entire column, and it will do it for the entire list automatically. Then, you must copy and then paste special, choosing to paste the values or else you won't be able to manipulate the new data.

    Michael
    ...I love the French language...especially to curse with...Nom de Dieu de putain de bordel de merde de saloperies de connards d'enculés de ta mère. You see, it's like wiping your *** with silk, I love it.

  5. #5
    Low Bitrate
    Join Date
    Dec 2005
    Posts
    109
    Quote Originally Posted by Wiredwrx
    That is what I do, and then just drag the formula down the entire column, and it will do it for the entire list automatically. Then, you must copy and then paste special, choosing to paste the values or else you won't be able to manipulate the new data.

    Michael
    I agree with the formula. Depending on the quality of your data, you may want to clean it up before you do it. You may want to get rid of leading of trailing spaces or put it all in the same format (upper, lower, proper). Here's a few examples:



    It can get really sticky when you have user-entered data...like from a web form that doesn't have a data validation step. Then you've just got to be creative. I usually end up using =find("[whatever the bad character is],A1) to identify the stuff I want to get rid of and then sorting based on the "find" column. Useful with larger data sets that still fit on one excel sheet.

Similar Threads

  1. LED Brightness upgrade calulator (excel)
    By Fusion-One in forum LCD/Display
    Replies: 35
    Last Post: 04-02-2006, 04:31 AM
  2. Wireless Landline through Merge
    By Tanner in forum Wireless Communications
    Replies: 3
    Last Post: 11-05-2005, 01:23 AM
  3. Excel Formula?
    By muldrick in forum Off Topic
    Replies: 13
    Last Post: 07-21-2005, 01:50 AM
  4. "Autofilling" Excel sheet from an Access DB
    By pogue1000 in forum Software & Software Development
    Replies: 4
    Last Post: 01-18-2005, 10:49 AM
  5. Merge SC database files?
    By HoSS in forum Map Monkey
    Replies: 1
    Last Post: 12-20-2004, 05:09 PM

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
  •