Round to the Neares 100

S

Shazam

I am working on employee proposed salaries and need to round to the nearest
50 or 100, such as below. Please help.
Thank you.

55,769 = 55,800
60, 112 = 60,100
52,562 = 52,550
24,526 = 24,550
 
T

T. Valko

How do you determine whether a number gets rounded to 50 or 100?
55,769 = 55,800
52,562 = 52,550

Why is the first number rounded to 100 and the second rounded to 50?
 
P

pkeegs

try formula in A2 =ROUND(A1/50,0)*50 where A1 contains the first number you
wish to round to nearest 50 - worked for me.
 
P

pkeegs

try formula in A2 "=ROUND(A1/50,0)*50" where A1 is number to be rounded -
worked for me.
 
R

Rick Rothstein

Try this formula...

=MROUND(A1,50)

Note that the MROUND function requires the Analysis ToolPak add-in (which
can be selected from Tools/Add-Ins on the menu bar).
 
S

Shane Devenshire

Hi,

If you are using 2007 MROUND is built into Excel and there is no need to
attach the analysis toolpak.
 

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

Similar Threads


Top