In a column of numbers, how do I return the last non-zero number?

C

CLR

That seems to return only the value in A10.........

Perhaps this........
=SMALL(A1:A10,COUNTIF(A1:A10,0)+1)

Vaya con Dios,
Chuck, CABGx3
 
C

CLR

My apology.......I kept reading "the bottom-most non-zero number" as being
"the smallest non-zero number".........

Vaya con Dios,
Chuck, CABGx3
 
Top