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
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
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: