View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Final entry in array

Try this:

=LOOKUP(1E100,B2:B170)

That will return the *last* numeric value from the range.

--
Biff
Microsoft Excel MVP


"Esradekan" wrote in message
...
If I have an array (B2:B170), what formula do I need to get the final
figure in the list reading from top to bottom? It could be cell 125,
or cell 37, it will vary.