+ Reply to Thread
Results 1 to 3 of 3

getting data from multiple columns into 1 column

  1. #1
    Registered User
    Join Date
    11-03-2006
    Posts
    2

    getting data from multiple columns into 1 column

    Hi,

    I'm trying to create a worksheet that is filled data on the first 3 columns such as -- first name, last name and ID number. Then I want to combine them into one column as:

    first 2 letters of first name and last name then the ID number. Is there a macro or easy way to do it? Any more resources or website that should help me learn these functions.

    I am currently using MS Excel 2000
    Attached Images Attached Images

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Thumbs up

    Quote Originally Posted by doraima29
    Hi,

    I'm trying to create a worksheet that is filled data on the first 3 columns such as -- first name, last name and ID number. Then I want to combine them into one column as:

    first 2 letters of first name and last name then the ID number. Is there a macro or easy way to do it? Any more resources or website that should help me learn these functions.

    I am currently using MS Excel 2000
    Hi doraima29,

    Try this,

    =UPPER(LEFT(A2,2))&UPPER(LEFT(B2,2))&C2 , then copy down

    oldchippy

  3. #3
    Registered User
    Join Date
    11-03-2006
    Posts
    2
    Awesome! thank you.

+ 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