Minimum values
Posted by Henry Collet on January 23, 2002 1:02 PM
I some data and I want to find the smallest value, without having to resort to rearranging the data. The thing is, I want to ignore all instances of 0, and want the smallest next one. ie if my data was 0,1,2,3,0,4,0,4,5,6,7,8,9 then the smallest would be 1.
Help please...
Henry