+ Reply to Thread
Results 1 to 2 of 2

How to choose every nth row & paste it as a new table

  1. #1
    Registered User
    Join Date
    07-18-2014
    Location
    Pune
    MS-Off Ver
    2007
    Posts
    1

    How to choose every nth row & paste it as a new table

    Hi ,
    The problem here is of excessive data. I need to choose every 10th Row data out of around 100,000 rows, it is impossible to choose them manually.

    Is there any shortcuts or some MACROS which will enable me to do it ?

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: How to choose every nth row & paste it as a new table

    Use a helper column to put a formula

    I used this formula in Second Row

    =IF(MOD(ROWS($A$2:A2),10),"De-Select","Select")

    Drag it down...

    Use filter to select the formula result SELECT from the filter list.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Paste Table based on CHOOSE value
    By snapfade in forum Excel General
    Replies: 2
    Last Post: 04-16-2014, 01:59 PM
  2. How do i get a cell to choose from a table
    By buddydubbo in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-11-2011, 08:35 PM
  3. Select destination and press Enter or choose Paste
    By cdmg in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-30-2010, 03:25 PM
  4. [SOLVED] Named formulas in CHOOSE need to be Relative references when paste
    By bill ch in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-10-2006, 11:20 AM
  5. [SOLVED] Modify Paste Special to choose absolute or relative references
    By peterl in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-29-2005, 08:04 PM

Tags for this Thread

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