» Retrieving the Nth Value in a Row / Column
CATEGORY - Lookup Formulas
VERSION - All Microsoft Excel Versions
For each value of n from column C, we want to retrieve the nth value in row 1 (B1:I1), as well as the nth value in column A (A4:A11).
Solution:
To retrieve the nth value in the column, use the OFFSET function as shown in the following formula in column D:
=OFFSET($B$1,0,C4-1)
To retrieve the nth value in the row, use the OFFSET function as shown in the following formula in column E:
=OFFSET($A$4,C4-1,0)
Book Store:
Recommended Books:
- Marketing Plans That Work, Targeting Growth and Profitability
- Investing for Dummies, Third Edition
- The Complete Book of Business Plans: Simple Steps to Writing a Powerful Business Plan (Small Business Sourcebooks)
- Yes, You Can Time the Market!
- Excel 2002 Power Programming with VBA
- Microsoft PowerPoint Version 2002 Step by Step
No comments have been submitted.

