Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=INDEX(A2:A6,3)Computed by a real spreadsheet engine on the sample data below.
| Sales |
| 10 |
| 20 |
| 30 |
| 40 |
| 50 |
=INDEX(A2:A6,3)→30
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
A volatile function recalculates every time anything in the workbook changes, even unrelated cells. OFFSET, INDIRECT and TODAY are volatile; INDEX is not.
Yes — INDEX(range, 0, col) returns an entire column and INDEX(range, row, 0) a whole row, which you can sum or feed to another function.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: