Excel Function

INDEX

Returns value from array by row/column position.

INDEX(array, row_num, [column_num])

Arguments

array

Required

Specify a reference range. You can drag or click start/end cells.

row_num

Required

Enter a numeric value.

column_num

Optional

Enter a numeric value.

Practice Preview

Use INDEX to return the result with these settings (Target range: D2:D8 (Stock in column D), Row number: 2). You can set ranges by dragging from the start cell to the end cell in the same argument field.

Example Table

#
AProduct ID
BProduct Name
CPrice
DStock
2P001Apple12080
3P002Banana98120
4P003Notebook45035
5P004Pen30060
6P005Grapes15045
7P006Ruler25020
8P007Peach8655

How to Use (Formula)

=INDEX(D2:D8, 2)

Result

120

Practice This Function

INDEX FAQ

How do I use INDEX in Excel?

Use INDEX when you want to return a value from a row and column position. Enter Target range, Row number, Column number in that order, then add optional arguments when needed.

Where can I practice INDEX?

Use the "Start Function Practice" button to jump straight into INDEX drills.

What arguments does INDEX use?

The main arguments are Target range, Row number, Column number. Start with the required ones, then add optional arguments if needed.