HI, I need a way to roundup if >= .50 and rounddown <.49 1.86 = 2 1.5 = 2 1.49 = 1 7.25 = 7 Thanks
H Heather Nov 15, 2005 #1 HI, I need a way to roundup if >= .50 and rounddown <.49 1.86 = 2 1.5 = 2 1.49 = 1 7.25 = 7 Thanks
R RagDyer Nov 15, 2005 #2 Try this: =ROUND(A1,0) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ==============================================
Try this: =ROUND(A1,0) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ==============================================
D Dave Peterson Nov 15, 2005 #3 Isn't that what =Round() does? =round(a1,0) HI, I need a way to roundup if >= .50 and rounddown <.49 1.86 = 2 1.5 = 2 1.49 = 1 7.25 = 7 Thanks Click to expand...
Isn't that what =Round() does? =round(a1,0) HI, I need a way to roundup if >= .50 and rounddown <.49 1.86 = 2 1.5 = 2 1.49 = 1 7.25 = 7 Thanks Click to expand...