ROUNDING

B

Bob Phillips

=ROUND(A1*4,0)/4

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
B

Bob Phillips

Sorry, missed the down

=ROUNDDOWN(A1*4,0)/4
--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
B

BoniM

=MROUND(A1-0.125,0.25)
Where A1 contains the number you wish to round. MROUND wil only round up,
subtracting 0.125 forces a correction.
 
D

David Biddulph

I think BoniM intended to say that MROUND rounds to the nearest, *not* that
it will only round up.
 
B

BoniM

Yep... Thanx. And I hereby pledge to henceforth only read (and never write)
when I'm suffering from sleep deprivation... ;-)
 
J

JMB

A pledge that I should also make

BoniM said:
Yep... Thanx. And I hereby pledge to henceforth only read (and never write)
when I'm suffering from sleep deprivation... ;-)
 

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