Determining Rates Based on Specific Ranges

Grizzly0610

New Member
Joined
Aug 5, 2016
Messages
1
Hello I have some experience in excel but not much. My boss at works wants me to make an excel worksheet that we can send out to our clients to determine the amount they will owe us on any job that comes up. Pending on the job amount the client their amount will vary. For example if they were to get a job for 500,000 we will charge 2.5% for the first on 200,000 and 2% for the next 300,000. How can i make a worksheet where one cell will give me the amount they would owe us. Of course we are dealing with more complicated numbers but something generic where I can insert the percentages and amount based on the different clients we have would be much appreciated. I will try to make an example of something i would deal with below.

[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]650,000
[/TD]
[/TR]
[TR]
[TD]First
[/TD]
[TD]100,000
[/TD]
[TD]2.5%
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Next
[/TD]
[TD]250,000
[/TD]
[TD]2%
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Next
[/TD]
[TD]300,000
[/TD]
[TD]1.5%
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Excel 2010
ABCDEF
1AmountsCommissions
2650,000.0012,000.00BracketRateRate_Diff
3200,000.004,500.0002.50%2.50%
410,000.00250.00100,0002.00%-0.50%
51,000,000.0017,250.00350,0001.50%-0.50%
6650,000
7
2b
Cell Formulas
RangeFormula
B2= SUMPRODUCT(--(A2>$D$3:$D$6),A2-$D$3:$D$6,$F$3:$F$6)
F3=E3-N(E2)
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,876
Members
452,363
Latest member
merico17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top