Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
INDEX returns the value at a specific row (and optionally column) position inside a range. On its own it grabs the nth item; with MATCH it powers two-way lookups that beat VLOOKUP.
=INDEX(B2:B4, 2)=INDEX(B2:B4, 2)Computed by a real spreadsheet engine on the sample data below.
| Product | Price |
| Pen | 2 |
| Book | 8 |
| Bag | 25 |
=INDEX(B2:B4, 2)→8
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: