Hi All,
I'm very new to this forum so please forgive me. I'm trying to create a compounding commission schedule that is as follows:
For example, a sale of 70K would provide 5,000 in commission on the first 50K, and 1000 in commission on the next 20K.
I've tried creating a nested if statement, but I'm having trouble wrapping my head around it. To make issues worse, there's also a minimum commission amount of 1000$ no matter how low the selling price.
I'd truly appreciate any help you all could provide! Thank you in advance for your help.
Chris
I'm very new to this forum so please forgive me. I'm trying to create a compounding commission schedule that is as follows:
- 10% of the amount from $0 - $50,000 with a minimum of $1,000
- 5% of the amount from $50,001 – $100,000
- 3% of the amount from $100,001 - $250,000
- 2% of the any amount above $250,001
For example, a sale of 70K would provide 5,000 in commission on the first 50K, and 1000 in commission on the next 20K.
I've tried creating a nested if statement, but I'm having trouble wrapping my head around it. To make issues worse, there's also a minimum commission amount of 1000$ no matter how low the selling price.
I'd truly appreciate any help you all could provide! Thank you in advance for your help.
Chris