In a column of numbers, how do I return the last non-zero numb
That seems to return only the value in A10.........
Perhaps this........
=SMALL(A1:A10,COUNTIF(A1:A10,0)+1)
Vaya con Dios,
Chuck, CABGx3
"Biff" wrote:
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?
|