Excel formula to adjust for a short fall?

Brustigian

New Member
Joined
Mar 1, 2013
Messages
24
Office Version
  1. 365
  2. 2021
Hello, what is the best Excel formula to adjust for this shortfall?

[TABLE="width: 303"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Revenue Split[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total Revenue[/TD]
[TD="align: right"]$5,000[/TD]
[TD="align: right"]100%[/TD]
[/TR]
[TR]
[TD]Agent (80%)[/TD]
[TD="align: right"]$4,000[/TD]
[TD="align: right"]80%[/TD]
[/TR]
[TR]
[TD]Broker (20%)[/TD]
[TD="align: right"]$1,000[/TD]
[TD="align: right"]20%[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 2"]Minimum Broker Revenue $1,500[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 3"]Agent Adjusted Payout ($4,000 - $500 = $3,500[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Excel 2010
ABC
1Revenue Split
2Total Revenue$5,000100%
3Agent (80%)$4,00080%
4Broker (20%)$1,00020%
5
6Minimum Broker Revenue1500
7Agent Adjusted Payout ($4,000 - $500 = $3,500
8
9$3,500
Sheet3
Cell Formulas
RangeFormula
B3=C3*$B$2
B4=C4*$B$2
A9=B3-MAX(B6-B4,0)
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,771
Members
452,353
Latest member
strainu

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