I want to round up a number to the next whole number Ex: Round up 1.2 to 2.0
J JHL1927 Oct 27, 2005 #1 I want to round up a number to the next whole number Ex: Round up 1.2 to 2.0
A Alan Oct 27, 2005 #4 With 1.2 in A1, in B1 enter: =ROUNDUP(A1,0) Look up the ROUND, ROUNDUP and ROUNDDOWN functions in Help, its all there and pretty well explained, Regards, Alan.
With 1.2 in A1, in B1 enter: =ROUNDUP(A1,0) Look up the ROUND, ROUNDUP and ROUNDDOWN functions in Help, its all there and pretty well explained, Regards, Alan.