Combining MAX and ROUNDUP

thewiseguy

Well-known Member
Joined
May 23, 2005
Messages
954
Office Version
  1. 365
Platform
  1. Windows
Hi All,

Here is what I am trying to accomplish:

I have a project in which I need a quantity of 123 'widgets.'
These 'widgets' come in cases of 100.
Need a formula that will return the value of 200, when comparing 123 and 100.

Any and all help is greatly appreciated.


/twg
 

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
use CEILING


Excel 2013/2016
AB
1123200
Sheet1
Cell Formulas
RangeFormula
B1=CEILING.MATH(A1,100)

Thanks for the response. This is great, however if the widgets come in a case qty of something other than 100, the result will not be accurate.

Is there a way to alter this formula so that the roundup is based on quantities of whatever the case comes in?

Example:

I have a project in which I need a quantity of 123 'widgets.'
These 'widgets' come in cases of 50.
Need a formula that will return the value of 150, when comparing 123 and 50.
 
Upvote 0

Forum statistics

Threads
1,215,130
Messages
6,123,220
Members
449,091
Latest member
jeremy_bp001

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