G
Guest
I got minium order quantity and firm order quantity in a pivottable, and add
a calculated formula for order quantity which should be a least multiple of
minium order quantity, the formula is as followed:
=max( Min_order_quantity,roundup( Quantity/ Min_order_quantity,0)*
Min_order_quantity)
If MOQ is 70 and firm order is 90, then order quantity should be 140;
however, the result is 400 when MOQ and firm order is 200 why?
When I put the same formula in a normal cell then it is correct: 200
Please help
a calculated formula for order quantity which should be a least multiple of
minium order quantity, the formula is as followed:
=max( Min_order_quantity,roundup( Quantity/ Min_order_quantity,0)*
Min_order_quantity)
If MOQ is 70 and firm order is 90, then order quantity should be 140;
however, the result is 400 when MOQ and firm order is 200 why?
When I put the same formula in a normal cell then it is correct: 200
Please help