T
tuckerc
I need a function to do the following:
add G5 + I5 and if the result is:
<= *.4 (ie 5.4 or 205.4) then return a rounded down value of G5+I5 t
the nearest whole #
= *.5, then return the value itself (ie 5.5 or 205.5
add G5 + I5 and if the result is:
the nearest whole #= *.6 (ie 5.6 or 205.7) then return a rounded up value of G5+I5 t
<= *.4 (ie 5.4 or 205.4) then return a rounded down value of G5+I5 t
the nearest whole #
= *.5, then return the value itself (ie 5.5 or 205.5