excel function to find last number in column -
i record value of stocks each day in columns , long spreadsheet. in top cell of each column, want use function display last entry in column automatically. i've tried index function , index function combined counta function no success. suggestions?
try using lookup
, assuming @ 1000 rows of data (adjust required) use formula in a1 last number in a2:a1000
=lookup(9.99e+307,a2:a1000)
you can have blanks or other data in range (even errors) , still return last number
Comments
Post a Comment