I am trying to create a table for a customer based on an agreement we have where we will give a discount based on the purchase amount throughout the year.
Here are my parameters
Up to $10,000 0% discount
Between $10,000 and $25,000 3.5% discount
Between $25,000 and $50,000 5% discount
Between $50,000 and $100,000 7.5% discount
over $100,000 10% discount
These are made up numbers but this is essentially what I want to do. I would like to refer to a cell that sums the total purchased amount on the year and based on that it will compute applicable rebates at each level.
Please help
Here are my parameters
Up to $10,000 0% discount
Between $10,000 and $25,000 3.5% discount
Between $25,000 and $50,000 5% discount
Between $50,000 and $100,000 7.5% discount
over $100,000 10% discount
These are made up numbers but this is essentially what I want to do. I would like to refer to a cell that sums the total purchased amount on the year and based on that it will compute applicable rebates at each level.
Please help