Deleted
Dec 15, 2017calculating a sliding scale percentage based on value of a sum
for one of my customers I need to return a rebate on sales. however we have two sales funnels to consider and the rebate amount is a sliding scale based on total sales. I need to sum 2 cells and depending on the sum value calculate the percentage accordingly
- so if the sum of these two cells is greater than $500,000 but less than $1,000,000 i need to calculate at 5%
- if the sum of these two cells is great than $1,000,000 but less than $2,000,000 I need to calculate at 6%
- and if the sum is greater than $2,000,000 I need to calculate at 7%
i think I need to use an IF formula but am really struggling to create this to avoid doing it manually each time