 |
 |
 |
 |
|
|
 |
 |
Problem:
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
|
 |
 |
 |
|
|
| Screenshot // Retrieving Every nth Value In a Range |
  |
 |
 |
|
|
|
|
RATING:
3.06
VIEWS:
10310 |
|
|
|
|
 |
 |
READER COMMENTS (view all comments)
|
I need a little help....
Keegan wrote on May 18, 2007 10:27 EST |
| This formula is a bit complicated. Instead of simply giving the answer to a problem, can you break it down into digestable segments so potential users can better understand what each part does? |
oldchippy wrote on May 18, 2007 17:31 EST |
[QUOTE=Keegan]This formula is a bit complicated. Instead of simply giving the answer to a problem, can you break it down into digestable segments so potential users can better understand what each part does?[/QUOTE]
May be this will help? I've broken parts of the formula down so that you can see how the calculation is formed. [url]http://www.excelforum.com/showthread.php?t=369838[/url] |
formulae not working
spschatat wrote on December 31, 1969 19:00 EST |
This formulae is not working, i copied exactly the same into the worksheet.
Swami |
|
 |
 |
 |
|
|
 |
 |
 |
|
|
|
 |
|
 |
|
Microsoft Office XP Introductory Concepts and Techniques
Microsoft Excel 2002 Simply Visual
Business Analysis with Microsoft Excel (2nd Edition)
Business Plans For Dummies®
Marketing Plans
Special Edition Using Microsoft Excel 2002
|
|
 |
|