rounding to multiples in excel ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to round a number to a multiple of 25 in excel. I am having
trouble using the mround function. Is there a way to do this without using
MROUND? I am using Excel 2000.
 
Try this:

For a value in A1

This formula rounds up or down to the nearest multiple of 25. (5/4 rounding):
B1: =ROUND(A1/25,0)*25

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 

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

Back
Top