
Use the INDEX, MAX, ISNUMBER, and ROW
functions to find the last number in a column
Use the table from the previous tip and continue with array formu-
las. Now we want to determine the last value in column A. Use a
combination of the INDEX, MAX, ISNUMBER, and ROW functions
inside an array formula to have the desired result displayed in cell
B2.
Don’t forget to enter the array formula by pressing
<Ctrl+Shift+Enter> to enclose it in braces.
4
To determine the last number in a column:
1. In column A list values or use the table from the previous
tip.
2. Select cell B2 and type the following array formula:
=INDEX(A:A,MAX(ISNUMBER(A1:A1000)*ROW
(A1:A1000))).
3. ...