Round up to intervals after cell reaches certain number

wberg82

New Member
Joined
Feb 19, 2016
Messages
38
I need help writing a formula that will increase a cell by a certain multiplier if and when another cell gets beyond a certain number(s). For example:

Cell G5 has a multiplier of 25. Cell B5 is where I input my number anywhere from 0-1000. Cell C5 is the output of my multiples of 25 IF the number in B5 gets past a certain point. If I type 15 in B5, then C5 is 15. However, if I type 20, then C5 rounds up to 25. If I type in 35, C5 is 35. If I type 45, C5 rounds up to 50. So on and so forth.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Additional information needed for more complicated formula referencing above. First, G5=B5*1.10. The result of this equation must Round Up G5 to nearest intervals of 12 depending on the result. This is the following result line:

IF the result of G5 >=9, then output is 12
IF the result of G5 >=20, then output is 24
IF the result of G5 >=30, then output is 36
IF the result of G5 >=42, then output is 48.

I should be able to put as many scenarios as I want.....

How do I add these additional parameters to the above formula?

Thanks
 
Upvote 0

Forum statistics

Threads
1,214,972
Messages
6,122,530
Members
449,088
Latest member
RandomExceller01

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