You could just format to 2 dec places if it is only how it looks that
matters. If it is also necessary to have the value rounded to 2 dec places
as well, use
=ROUND(A1,2)
and format to 2 dec places.
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
Just use the mround function like this
=mround("cellreference",0.050)
if this function is not available you have to
load it going to the tools menu & selecting add-ins.
Type mround or rounding of digits in help.
It's easy.
Hi Bob
if the OP wants to roundDOWN I would use
=ROUNDDOWN(C25/250,0)*250
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.