In each of 5 columns of data there is a different unit sell price that is based on a quantity discount. The discount buckets are 1-24, 25-49, 50-199, 200-999 and 1000+.
In another column is the quantity. I want to calculate an extended price (quantity * sell price) that is accurate based on the quantity.
The Value would be Quantity (B) * Column C, D, E, F OR G depending on what discount bucket B falls into.
In another column is the quantity. I want to calculate an extended price (quantity * sell price) that is accurate based on the quantity.
The Value would be Quantity (B) * Column C, D, E, F OR G depending on what discount bucket B falls into.