Forum Discussion
Mohammed A Elrify
Sep 28, 2016Brass Contributor
Find the smallest value other than zero
Sometimes my question is the search for the smallest value, except for zero The function min or small But fail to it because it will come in short, a smallest value of zero And we are forced...
Dean Robinson
Nov 22, 2016Copper Contributor
I would usualy be lazy and add a new column with the formula =IF(A2=0,"",A2) then do a Min of that Column.