rounding

  • Thread starter Thread starter Andrew Richards
  • Start date Start date
A

Andrew Richards

Dear All,

How can I round values eg 446,,495 to nearest zero value eg: 450 or 500

thanks
 
,

With the analysis toolpak loaded


=MROUND(A1,50)

or without

=ROUND(A1/50,0)*50

Mike
 
Not clear whether you want

=CEILING(A2,10)

or

=CEILING(A2,50)
 

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