I want to define an IF statement that rounds up to the nearest whole number if it is .75 or above, down to the nearest whole number if it is .25 or below, and rounds to .5 if between .26 and .74.
I6=(I3*0.5)/16
I3 (124) = 3.875
vs
C5=(C2*0.5)/16
C2 (261) = 8.15
vs
D6=(D3*0.5)/16
D3(274) = 8.56
Would appreciate any help.
Thank you.
I6=(I3*0.5)/16
I3 (124) = 3.875
vs
C5=(C2*0.5)/16
C2 (261) = 8.15
vs
D6=(D3*0.5)/16
D3(274) = 8.56
Would appreciate any help.
Thank you.