View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default In a column of numbers, how do I return the last non-zero number?

Hi!

In a column of numbers


Try this:

=LOOKUP(2,1/(A1:A10<0),A1:A10)

Biff

"ACEACE" wrote in message
...
That is the bottom-most non-zero number?