+ Reply to Thread
Results 1 to 2 of 2

extract odd numbered rows from one sheet to put into another?

Hybrid View

  1. #1
    missy
    Guest

    extract odd numbered rows from one sheet to put into another?

    Does anyone have any idea on how to extract only the odd numbered rows from
    one spreadsheet to put into another. I've tried doing this with if
    statements but this leaves blank rows which i do not want.

  2. #2
    Trevor Shuttleworth
    Guest

    Re: extract odd numbered rows from one sheet to put into another?

    You could add a "helper" column and enter the formula: =MOD(ROW(),2)

    Drag down or AutoFill to the end of your data

    Use AutoFilter to select the rows with a 1 in the helper column.

    Select the visible rows, copy and paste into your new sheet.

    Delete the helper column in the source and target

    Done

    Regards

    Trevor


    "missy" <missy@discussions.microsoft.com> wrote in message
    news:B3753881-81A5-425D-8A48-A1A813E9D108@microsoft.com...
    > Does anyone have any idea on how to extract only the odd numbered rows
    > from
    > one spreadsheet to put into another. I've tried doing this with if
    > statements but this leaves blank rows which i do not want.




+ 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