How do I round up to the nearest Dollar in Excel??

W

wolvina

I need to know (in layman's terms) how to roundup in excel. I already have
a simple formula in a cell =(D2*.80) The answer is 6806.4. I need that
number to round up the nearest dollar, or 6807. This simple (for some of
you) is been a beast for me and will be used in numerous cells and
spreadsheets. I cannot figure out what I'm missing!

THANKS for any help!!
 
J

JEV

=ROUNDup(D2*.80,0)

I think that will do it. Give it a try. Just ROUND will follow the over or
under .50 rule to round up or down.
 
R

RagDyeR

Try this:

=CEILING(D2*0.8,1)

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


I need to know (in layman's terms) how to roundup in excel. I already have
a simple formula in a cell =(D2*.80) The answer is 6806.4. I need
that
number to round up the nearest dollar, or 6807. This simple (for some of
you) is been a beast for me and will be used in numerous cells and
spreadsheets. I cannot figure out what I'm missing!

THANKS for any help!!
 
D

David Biddulph

Wouldn't that round to the nearest, and give 6806 not 6807, Bob?

Doesn't it need ROUNDUP or CEILING? [Though if the OP says they know how to
roundup I don't know what the question really was.]
 
B

Bob

Oops. Hey, I'm a newbie Dave.

David Biddulph said:
Wouldn't that round to the nearest, and give 6806 not 6807, Bob?

Doesn't it need ROUNDUP or CEILING? [Though if the OP says they know how
to roundup I don't know what the question really was.]
--
David Biddulph

Bob said:
Format the cells to show 0 decimal places.
 

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

Top