» Retrieving Every nth Value In a Range
CATEGORY - Excel Formula and Function
VERSION - All Microsoft Excel Versions
Creating a new list (List2), containing every 3rd value from List1 (Column A).
Solution:
Using the INDEX function as follows:
=INDEX($A$2:$A$13,(ROW()-2)*3+3)
Enter the formula in the first cell of List2, and copy it down.
List1___List2
A_______C
B_______F
C_______I
D_______L
E
F
G
H
I
J
K
L

Book Store:
Recommended Books:
- Accounting Principles, with CD, 6th Edition
- Microsoft Windows XP Step by Step (With CD-ROM)
- Flipping Properties: Generate Instant Cash Profits in Real Estate
- VBA for Modelers: Developing Decision Support Systems Using Microsoft« Excel
- Excel 2002 Power Programming with VBA
- Treason: Liberal Treachery from the Cold War to the War on Terrorism
No comments have been submitted.

