how do you roud up the number in Excel please?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I 'm preparing my paper work for my taxes. I need to know how do I round up
the number in the tax's cell. In other way how do I make the $196.79 round
up to $197and thanks a lot in advance.
 
maram said:
I 'm preparing my paper work for my taxes. I need to know how do I
round up the number in the tax's cell. In other way how do I make
the $196.79 round up to $197and thanks a lot in advance.

Have you tried typing "round" (without the quotes" into Help?
 
If the number is in A1, put this in B1:
=ROUNDUP(A1,0).

or

=CEILING(A1,1)

tj
 
Hi

Install (when you don't have it installed jet) Analysis Toolpack Add-In, and
use ROUNDUP function.

Arvi Laanemets
 
Just format the cells as currency with no decimal points. It does it
automatically
 
Hi


Gord Dibben said:
Arvi was probably thinking of the MROUND function.

Gord

I did mean ROUNDUP - it will do for OP, but I'm now somehow confused. I'm
sure a couple of years ago I had a case, where my formula with
ROUNDUP/ROUNDDOWN function didn't work on another computer, and I had to
install something. But I have to belive you - I myself have always Analysis
Toolpack installed at very start, and I will not uninstall it to check this
out. :-)

PS. From which version on are ROUNDUP/ROUNDDOWN standard functions? I myself
use Office2000, but there exist workplaces at my work with Office97/95 too.


Arvi Laanemets
 
Hi
this is not the same thing as rounding :-)
Using such a format will only change the DISPLAY of your value the
underlying value still remains (that is Excel will calculate internally with
the unrounded figure)
 
Hi Arvi
I did mean ROUNDUP - it will do for OP, but I'm now somehow confused.
I'm sure a couple of years ago I had a case, where my formula with
ROUNDUP/ROUNDDOWN function didn't work on another computer, and I had
to install something. But I have to belive you - I myself have always
Analysis Toolpack installed at very start, and I will not uninstall
it to check this out. :-)

PS. From which version on are ROUNDUP/ROUNDDOWN standard functions? I
myself use Office2000, but there exist workplaces at my work with
Office97/95 too.

ROUNDUP is also available in Excel 97 (without installing the ATP). Not sure
about Excel 95 though
Frank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top