+ Reply to Thread
Results 1 to 6 of 6

How do I copy and paste cells incrementally?

  1. #1
    Slimmyy
    Guest

    How do I copy and paste cells incrementally?

    I am trying to copy and paste cells from one sheet to another. The problem
    is that I want to copy every 5th cell in a column and place the data into a
    new column in one-cell incremnets. Any suggestions on how to do this?

  2. #2
    Guest

    How do I copy and paste cells incrementally?

    hi,
    not sure how much data you have but.....
    Hold down the ctrl key while selecting every 5th cell. use
    the mouse to select.
    then copy. when you paste, it will paste as a group ie not
    spaces between.

    >-----Original Message-----
    >I am trying to copy and paste cells from one sheet to

    another. The problem
    >is that I want to copy every 5th cell in a column and

    place the data into a
    >new column in one-cell incremnets. Any suggestions on

    how to do this?
    >.
    >


  3. #3
    Slimmyy
    Guest

    RE: How do I copy and paste cells incrementally?

    I tried that and it qorks quite well. However, I have over a thousand
    records to do this way.....each with 24 fields......is there a formula or
    some type of way I can use the fill handle or something like that?

    "anonymous@discussions.microsoft.com" wrote:

    > hi,
    > not sure how much data you have but.....
    > Hold down the ctrl key while selecting every 5th cell. use
    > the mouse to select.
    > then copy. when you paste, it will paste as a group ie not
    > spaces between.
    >
    > >-----Original Message-----
    > >I am trying to copy and paste cells from one sheet to

    > another. The problem
    > >is that I want to copy every 5th cell in a column and

    > place the data into a
    > >new column in one-cell incremnets. Any suggestions on

    > how to do this?
    > >.
    > >

    >


  4. #4
    Duke Carey
    Guest

    RE: How do I copy and paste cells incrementally?

    Using an empty column ADJACENT to your data:
    1) in the same row as your first row of data type a 1
    2) add 2 thru 5 in the 4 cells below the 1
    3) copy those five cells and paste them down the rest of the column, all the
    way to the bottom of your data. You should now have repeating sets of 1 thru
    5
    4) select a cell anywhere in the column of numbers
    5) choose Data | Filter | Autofilter from the menu bar
    6) you should see little drop down arrows next to the heading for each
    column of your data and for the column of 1s thru 5s
    7) in the 1-5 column, clikc the dropdown arrow and choose 5. This will
    filter all your data so that every 5th row is shown
    8) highlight all the displayed rows and copy
    9) go to your other sheet and paste



    "Slimmyy" wrote:

    > I tried that and it qorks quite well. However, I have over a thousand
    > records to do this way.....each with 24 fields......is there a formula or
    > some type of way I can use the fill handle or something like that?
    >
    > "anonymous@discussions.microsoft.com" wrote:
    >
    > > hi,
    > > not sure how much data you have but.....
    > > Hold down the ctrl key while selecting every 5th cell. use
    > > the mouse to select.
    > > then copy. when you paste, it will paste as a group ie not
    > > spaces between.
    > >
    > > >-----Original Message-----
    > > >I am trying to copy and paste cells from one sheet to

    > > another. The problem
    > > >is that I want to copy every 5th cell in a column and

    > > place the data into a
    > > >new column in one-cell incremnets. Any suggestions on

    > > how to do this?
    > > >.
    > > >

    > >


  5. #5
    Slimmyy
    Guest

    RE: How do I copy and paste cells incrementally?

    Thanks Duke! That worked perfectly!

    "Duke Carey" wrote:

    > Using an empty column ADJACENT to your data:
    > 1) in the same row as your first row of data type a 1
    > 2) add 2 thru 5 in the 4 cells below the 1
    > 3) copy those five cells and paste them down the rest of the column, all the
    > way to the bottom of your data. You should now have repeating sets of 1 thru
    > 5
    > 4) select a cell anywhere in the column of numbers
    > 5) choose Data | Filter | Autofilter from the menu bar
    > 6) you should see little drop down arrows next to the heading for each
    > column of your data and for the column of 1s thru 5s
    > 7) in the 1-5 column, clikc the dropdown arrow and choose 5. This will
    > filter all your data so that every 5th row is shown
    > 8) highlight all the displayed rows and copy
    > 9) go to your other sheet and paste
    >
    >
    >
    > "Slimmyy" wrote:
    >
    > > I tried that and it qorks quite well. However, I have over a thousand
    > > records to do this way.....each with 24 fields......is there a formula or
    > > some type of way I can use the fill handle or something like that?
    > >
    > > "anonymous@discussions.microsoft.com" wrote:
    > >
    > > > hi,
    > > > not sure how much data you have but.....
    > > > Hold down the ctrl key while selecting every 5th cell. use
    > > > the mouse to select.
    > > > then copy. when you paste, it will paste as a group ie not
    > > > spaces between.
    > > >
    > > > >-----Original Message-----
    > > > >I am trying to copy and paste cells from one sheet to
    > > > another. The problem
    > > > >is that I want to copy every 5th cell in a column and
    > > > place the data into a
    > > > >new column in one-cell incremnets. Any suggestions on
    > > > how to do this?
    > > > >.
    > > > >
    > > >


  6. #6
    Gord Dibben
    Guest

    Re: How do I copy and paste cells incrementally?

    Slim

    In second sheet A1 enter this =OFFSET(Sheet1!$A$1,5*ROW() -1,0)

    Drag/copy down Column A until you return zeros.

    When happy, Copy/paste special(in place)>values>OK>Esc


    Gord Dibben Excel MVP


    On Thu, 17 Mar 2005 10:15:03 -0800, "Slimmyy"
    <Slimmyy@discussions.microsoft.com> wrote:

    >I am trying to copy and paste cells from one sheet to another. The problem
    >is that I want to copy every 5th cell in a column and place the data into a
    >new column in one-cell incremnets. Any suggestions on how to do this?



+ 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