Hi NG
I can find the smallest number in a range by using SMALL, fx
=SMALL(A1:A10;1) and so on, but how can I find the smallest value, that are
not 0.
If I have the following numbers, 0, 1, 2, 0, 0.5, 0, 9, 2, 0, 1
I like this result =SMALL(range;1) = 0.5
Small(range;2) = 1, Small(range;3) = 1
Jan
Bookmarks