Synatx Help

108monkeys

New Member
Joined
Jan 13, 2008
Messages
25
Office Version
  1. 2010
I have a range of numbers and want to return a rounded value of 10% in increments of 50.

For example, the following Numbers give the associated Answers:

Number - Answer:
1,000 - 100
1,526 - 150
2,010 - 200
2,600 - 250
3,125 - 300
4,552 - 450

What syntax do I need to use to give me the above answer?

Thanks in advance, Hanuman.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
I have a range of numbers and want to return a rounded value of 10% in increments of 50.

For example, the following Numbers give the associated Answers:

Number - Answer:
1,000 - 100
1,526 - 150
2,010 - 200
2,600 - 250
3,125 - 300
4,552 - 450

What syntax do I need to use to give me the above answer?


Thanks in advance, Hanuman.
Here's one way to do this:
Excel Workbook
AB
11000100
21526150
32010200
42600250
53125300
64552450
Sheet8
 
Upvote 0
Hi Hanuman

Also:

=MROUND(A1/10,50)

Remark: your examples are not clear, as they are cases where you always round down.

So, for 1780, 10% is 178, rounded to the nearest multiple of 50 is 200. Is this correct or you meant round down?
 
Upvote 0
I don't have a MROUND function? The lower value of 150 would be the answer I require. Thanks for the feedback. Regards, Hanuman.
 
Upvote 0
That works even better. I also managed to activate the MROUND. Good to know!

Thanks, Hanuman.
 
Upvote 0

Forum statistics

Threads
1,215,101
Messages
6,123,094
Members
449,095
Latest member
gwguy

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top