Excel - Select a column every specific interval

Post Reply
wwj
Posts: 2497
Joined: 27 Jan 2007 08:16

Excel - Select a column every specific interval

Post by wwj »

http://groups.google.com/group/microsof ... 482badc218

Code: Select all


To extract every 5th cell in that column, use:
=INDEX(A:A,ROWS($1:1)*5-4) 

Use Pivot Table.
No formulas needed. 
Post Reply