I need a formula that will adjust two numbers for shipping quantities.
Cell 1: The first formula needs to make sure the number is divisible by the quantity allowed to be shipped per palled (i.e 10 so the number would need to be divisible by 10, if the number we need to order is 29, it rounds up to 30) - Have this formula
Cell 2: The second formula is the number of pallets that can be shipped per container (i.e 8 pallets fit in one container, so if the first formula returns a number of 9, it would need to be round down to 8 or if the number is 15 it needs to be round up to 16), need this formula to adjust the formula in cell 1
Any idea how to structure this?
Cell 1: The first formula needs to make sure the number is divisible by the quantity allowed to be shipped per palled (i.e 10 so the number would need to be divisible by 10, if the number we need to order is 29, it rounds up to 30) - Have this formula
Cell 2: The second formula is the number of pallets that can be shipped per container (i.e 8 pallets fit in one container, so if the first formula returns a number of 9, it would need to be round down to 8 or if the number is 15 it needs to be round up to 16), need this formula to adjust the formula in cell 1
Any idea how to structure this?