ceiling & floor

B

Bill Ridgeway

Is there a difference between
=CEILING(cellreference,1)
and
=ROUNDUP(cellreference,0)

(The same goes for FLOOR / DOWN of course.)

Thanks.

Bill Ridgeway
Computer Solutions
 
K

KL

Hi Bill

For this specific case - don't think so. You can use:

=CEILING(cellreference,1)
=ROUNDUP(cellreference,0)

=FLOOR(cellreference,1)
=ROUNDDOWN(cellreference,0)
=INT(cellreference)
=TRUNC(cellreference,0)

but in other situations the functions can do things differently.

Regards,
KL
 

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