Quantity based discount
One way to set up a quantity-based discount formula is to place the discounted items in a lookup table, then perform a two-way lookup. In the example shown, the formula in E5 is: =XLOOKUP(B5,item,XLOOKUP(C5,quantity,discount,0,-1),0) Where item …Read more