rounding to nearest 5


Posted by Samuel Neptune on October 18, 2001 3:21 PM

What formula can I use to get the resulting cell to round off the figure to the nearest 5 or 0. For example if a formula result is 22.23 I would like the result to show 22.25. And if the result is 22.22 I would like the result to show 22.20. Hope this is understandable.

Thanks again

Posted by Richard S on October 18, 2001 3:58 PM

=MROUND("Your Formula",0.05) (NT)




Posted by Aladin Akyurek on October 18, 2001 8:46 PM

Also...


=ROUND(your-formula/0.05,0)*0.05

Aladin

==========