+ Reply to Thread
Results 1 to 4 of 4

Migrating Coloums

  1. #1
    Registered User
    Join Date
    03-19-2007
    Posts
    16

    Exclamation Migrating Coloums

    Morning All


    I want to migrate coloum A into B is this possible without losing data??

    eg.

    FIRST NAME LAST NAME

    Vince | BEHLER
    into

    NAME |
    Vince Behler |

    Can you help me at all plz

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    Migrate to where?
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

  3. #3
    Registered User
    Join Date
    03-19-2007
    Posts
    16

    Migrating Coloums

    I want to migrate the (A) Coloum in to the (B) Coloum but i want to keep the information for both it is for a pre-existing table which incoporates about 600 names i now need both first name and last name into the one coloum not like i have set it up which is (FIRST NAME) which is in coloum(A) and (LAST NAME) which is in coloum (B)
    Last edited by vbehler; 04-15-2007 at 07:56 PM.

  4. #4
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    it would be easiest to combine the names into a 3rd column
    use this formula in C1 or any other vacant column
    =A1&" " & B1
    Autofilldown
    copy column C & pastevalues into column B
    delete column C

+ 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