If i have a row of prices like this:
"120.33" "150.25" "45.00" "" "89.22" ""
how do i return the lowest price without getting a zero because of the blank cells?
=min(a1:f1) is going to return the blank cells as the lowest because they are zero.
Any ideas?
"120.33" "150.25" "45.00" "" "89.22" ""
how do i return the lowest price without getting a zero because of the blank cells?
=min(a1:f1) is going to return the blank cells as the lowest because they are zero.
Any ideas?