+ Reply to Thread
Results 1 to 3 of 3

How to move contents from cell D1 to cell A2.

  1. #1
    Registered User
    Join Date
    11-02-2008
    Location
    Minneapolis
    Posts
    2

    How to move contents from cell D1 to cell A2.

    I have over 6500 rows of data. In Columns A through C for each line I have data for boys name, and then similar data for the girls' name on the same line in columns D through F. I have inserted a blank line after each of the more than 6500 lines because I need to move the data in columns D through F down to the next line and over to columns A through C. Can anybody help me put together a macror for this problem?

    Thank you!

    Davitzin
    Last edited by VBA Noob; 11-03-2008 at 03:32 AM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    you dont really need a macro just a bit of sorting. without adding rows
    1. insert a new column d and number down to end of data in cols a-c
    2. after girls names in the next col now h number similarly
    3. copy all data from columns e-h paste below a-d
    4select cols a-d
    5, sort by column d
    6 delete d-h
    Last edited by martindwilson; 11-02-2008 at 10:10 PM.

  3. #3
    Registered User
    Join Date
    11-02-2008
    Location
    Minneapolis
    Posts
    2
    Gracias! I don't use Excel that much, so your help is much appreciated!

+ 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