bythecshore
Board Regular
- Joined
- Feb 4, 2009
- Messages
- 66
- Office Version
- 365
- Platform
- MacOS
I'm trying to design a formula for a commission spreadsheet and can't figure this out.
The way it works is that if the salesperson sells up to $60k he gets 15%. If he sells $60k to $65k, he gets 17%. If he sells $65k to $70k he gets 18%. And so on; there are 12 commission levels.
What I need to do is enter the sale amount in a cell and have it calculate the commission amount in a cell next to it. It should look up the commission percentage from a list that's in the spreadsheet, that lists the sales brackets and corresponding percentages.
I guess I could do this with multiple IF statements but that would be a nightmare (at least for me). There must be a simpler way to do this, right?
Thanks in advance.
The way it works is that if the salesperson sells up to $60k he gets 15%. If he sells $60k to $65k, he gets 17%. If he sells $65k to $70k he gets 18%. And so on; there are 12 commission levels.
What I need to do is enter the sale amount in a cell and have it calculate the commission amount in a cell next to it. It should look up the commission percentage from a list that's in the spreadsheet, that lists the sales brackets and corresponding percentages.
I guess I could do this with multiple IF statements but that would be a nightmare (at least for me). There must be a simpler way to do this, right?
Thanks in advance.