Hello, I want to create a formula that changes the unit price to half price when the quanitity goes above a certain amount - ie.
Columns [Quantity], [Unitprice], [Total] - I want to charge the normal unit price for up to a quanitty of 24, when the quantity is over 24, then I want the quantity that is over and above 24 to have the unit price as half price.
For example: [Quantity] is 12, [Unitprice] is $10.00, [Total] = $120.00, if [Quantity] is 26, [Unitprice] for the first 24 is $10.00, then for the extra 2 is only $5 each, so [Total] should be $250.00.
Appreciate any help from anyone on this tricky formula, THANKS!!!!