Round up entire worksheet
what does the number after the comma stand for in the
formula Ex. =ceiling(A1,1)?
That means to roundup to the next increment of 1.
12.01 rounds up to 13
A1 = 33
=CEILING(A1,10)
Rounds up to the next increment of 10. Result = 40
=CEILING(A1,5)
Rounds up to the next increment of 5. Result = 35
Biff
"Nancy" wrote in message
...
Hi!
Thank you for the info. Very helpful. One question - what does the
number
after the comma stand for in the formula Ex. =ceiling(A1,1)?
--
Nancy :)
"T. Valko" wrote:
The only way to do that is to use 2 cells. One for the actual amount and
one
for the rounded amount.
A1 = 12.01
B1 FORMULA: =CEILING(A1,1)
Biff
"Jaime" wrote in message
...
Is there a way to make it so every number entered in a worksheet is
automatically rounded up? My work wants the numbers rounded up (12.01
rounded up to 13.00), however they want the actually amount to be typed
in
for possible future audits.
I don't have to do this cell by cell do I?
|