Hi all,
Help would be greatly appreciated as I'm an Excel novice. I've recently moved to a new recruitment agency where Excel isn't used fully, with commission calculations being done manually. We have a tiered commission structure monthly and quarterly, so I'm trying to create a spreadsheet to keep an eye on my figures etc.
Monthly
Quarterly
To clarify the above table, if I invoiced €30,000 in a month:
At my previous company, I already had access to a formula that helped me calculate monthly commission on their tiered commission structure, which I am trying to emulate, however I can't seem to get to work - this was the previous formula (taken from a random month, so D7 refers to the total value of sales invoiced that month): =IF(D7<=10000,10%*D7,IF(D7<=18000,10000*10%+20%*(D7-10000),IF(D7<=25000,10000*10%+8000*20%+30%*(D7-18000),10000*10%+8000*20%+7000*30%+35%*(D7-25000))))
How can I emulate the above formula for my new Monthly and Quarterly commission structures? Would sticking with an IF formula be better than VLOOKUP?
Many thanks,
Chris
Help would be greatly appreciated as I'm an Excel novice. I've recently moved to a new recruitment agency where Excel isn't used fully, with commission calculations being done manually. We have a tiered commission structure monthly and quarterly, so I'm trying to create a spreadsheet to keep an eye on my figures etc.
Monthly
Tier Minimum | Tier Maximum | Commission Rate |
€0 | €4,000 | 0% |
€4,000 | €17,000 | 10% |
€17,000 | 20% |
Quarterly
Tier Minimum | Tier Maximum | Commission Rate |
€0 | €40,000 | 0% |
€40,000 | €57,000 | 10% |
€57,000 | 15% |
To clarify the above table, if I invoiced €30,000 in a month:
- I wouldn't earn any commission on the first €4,000 (€0)
- Then 10% on any billing between €4,000 and €17,000 (€1,300)
- Then 20% on anything above €17,000 (€2,600)
- Total commission for that month would be €3,900
At my previous company, I already had access to a formula that helped me calculate monthly commission on their tiered commission structure, which I am trying to emulate, however I can't seem to get to work - this was the previous formula (taken from a random month, so D7 refers to the total value of sales invoiced that month): =IF(D7<=10000,10%*D7,IF(D7<=18000,10000*10%+20%*(D7-10000),IF(D7<=25000,10000*10%+8000*20%+30%*(D7-18000),10000*10%+8000*20%+7000*30%+35%*(D7-25000))))
How can I emulate the above formula for my new Monthly and Quarterly commission structures? Would sticking with an IF formula be better than VLOOKUP?
Many thanks,
Chris