C
cpretzinger
I am trying to find the smallest value in a series, but exclude the
cells that have zero values.
For Example:
A B C D E F G
2 1.1 4 0 0 0 0
I want the return value to be 1.1 (the smallest in the row excluding
0)
Is this possible?
cells that have zero values.
For Example:
A B C D E F G
2 1.1 4 0 0 0 0
I want the return value to be 1.1 (the smallest in the row excluding
0)
Is this possible?