Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Round to the Neares 100

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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Round to the Neares 100

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?

--
Biff
Microsoft Excel MVP


"Shazam" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Round to the Neares 100

You are right. It needs to be to the nearest 50.

"T. Valko" wrote:

How do you determine whether a number gets rounded to 50 or 100?

55,769 = 55,750 52,562 = 52,550


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

--
Biff
Microsoft Excel MVP


"Shazam" wrote in message
...
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




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default Round to the Neares 100

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.

"Shazam" wrote:

You are right. It needs to be to the nearest 50.

"T. Valko" wrote:

How do you determine whether a number gets rounded to 50 or 100?

55,769 = 55,750 52,562 = 52,550


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

--
Biff
Microsoft Excel MVP


"Shazam" wrote in message
...
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




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default Round to the Neares 100

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

"Shazam" wrote:

You are right. It needs to be to the nearest 50.

"T. Valko" wrote:

How do you determine whether a number gets rounded to 50 or 100?

55,769 = 55,750 52,562 = 52,550


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

--
Biff
Microsoft Excel MVP


"Shazam" wrote in message
...
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






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default Round to the Neares 100

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).

--
Rick (MVP - Excel)


"Shazam" wrote in message
...
You are right. It needs to be to the nearest 50.

"T. Valko" wrote:

How do you determine whether a number gets rounded to 50 or 100?

55,769 = 55,750 52,562 = 52,550


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

--
Biff
Microsoft Excel MVP


"Shazam" wrote in message
...
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





  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Round to the Neares 100

Hi,

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

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Rick Rothstein" wrote:

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).

--
Rick (MVP - Excel)


"Shazam" wrote in message
...
You are right. It needs to be to the nearest 50.

"T. Valko" wrote:

How do you determine whether a number gets rounded to 50 or 100?

55,769 = 55,750 52,562 = 52,550

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

--
Biff
Microsoft Excel MVP


"Shazam" wrote in message
...
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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i set up formula to calculate to the neares 300 number jacob Excel Worksheet Functions 6 December 20th 08 05:50 AM
Round 1.45 down to 1.25 and 1.57 down to 1.50 joker007 Excel Worksheet Functions 2 October 3rd 07 01:25 AM
Don't Round... Michael Miazga Excel Discussion (Misc queries) 7 July 20th 07 11:47 PM
ROUND Novice2000 Excel Discussion (Misc queries) 2 July 11th 07 04:14 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM


All times are GMT +1. The time now is 01:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"