Why you need this
Returns a value from a specific position in a list or table. Powerful when combined with MATCH.
=INDEX(array, row_num, [column_num])
Learn how to use the Excel INDEX Formula.
Returns a value from a specific position in a list or table. Powerful when combined with MATCH.
Disclaimer: While we strive for accuracy, these formulas are provided "as is" without warranty of any kind. Please verify all results before use.
Hardcoding indices (e.g., column 5) makes spreadsheets brittle.
See data Alternatives