How to round values to the nearest 1000?

A

AA Arens

How to round values to the nearest 1000?

Like: 12,549,235 > 12,549,000
Like: 12,549,735 > 12,550,000

According to Help I should use =ROUND(P9,3-LEN(INT(P9))) but the result
is not what I want.

Bart
Excell 2003
 
D

Dave Peterson

And one more if you have the analysis toolpak loaded:

=MROUND(A1,1000)

I'd use Biff's second answer, but =mround() may be interesting to review.

You may also want to look at =floor() and =ceiling() (just to know that they
exist).
 
B

Biff

I'd use Biff's second answer

I'm so used to the first method that I overlook the "intended syntax". I
think the first method is more intuitive, though. (not taking into account
MROUND)

Biff
 

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