+ Reply to Thread
Results 1 to 4 of 4

Filter out every fourth row

  1. #1
    Registered User
    Join Date
    03-29-2007
    Posts
    4

    Filter out every fourth row

    Long story short...I have a very long list of contacts that I need to cut into thirds....this huge list has been sorted by importance (the top of the list are people that need to be contacted immediately) and there are three of us that need to start going through this list....is there a way to filter the data so that rows 1,4,7,10..etc. go to one list and rows 2,5,8,11,etc. go to a second list and rows 3,6,9,12,etc. go to a third list? This would save me alot of time and I would greatly appreciate any help I can get....since I have never used excel before I really don't know how to search on here using the correct verbage...Thanks
    Last edited by hammer36; 03-29-2007 at 10:16 PM.

  2. #2
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,527
    Hi there,

    Hopefully the following five steps will help:

    1. Ensure there are at least four tabs in your workbook - one that contains the raw data and three blank sheets.
    2. Highlight (right click and drag) ⅓ of the transactions
    3. From the Edit menu choose Copy
    4. Click to the first (or next) blank sheet, select cell A1 and from the Edit menu choose Paste
    5. Repeat steps 2 - 4 for the second and last thirds

    HTH

    Robert

  3. #3
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by hammer36
    Long story short...I have a very long list of contacts that I need to cut into thirds....this huge list has been sorted by importance (the top of the list are people that need to be contacted immediately) and there are three of us that need to start going through this list....is there a way to filter the data so that rows 1,4,7,10..etc. go to one list and rows 2,5,8,11,etc. go to a second list and rows 3,6,9,12,etc. go to a third list? This would save me alot of time and I would greatly appreciate any help I can get....since I have never used excel before I really don't know how to search on here using the correct verbage...Thanks
    Hi,

    extra to Robert's guide, use a Helper column and in row 1 put

    =MOD(ROW(),3)

    and formula fill that for all of your data. (note, for 20,000 rows, Copy the cell (say Z1) and then in the Name box type Z1:Z20000 and press Enter to select the range, then Paste).

    then Data Filter Autofilter and select each of 0, 1 & 2 in turn for one-third of your items.

    Copy the complete rows shown to other sheets.

    hth
    ---
    Si fractum non sit, noli id reficere.

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    hammer, please don't duplicate posts in the forum. Because of the duplicates, Robert and Bryan also spent time trying to assist when they could have been helping others in need.

    http://www.excelforum.com/showthread.php?t=594675

    (Although I do like Bryan's quick filtering method on this thread.)

+ 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