Excel Formula, Payment calculation

kumar1803

Board Regular
Joined
Jan 7, 2015
Messages
110
Hello,

I need to calculate a commission based on following rates for different bank. Rates are as follows: Please help me calculate the commission based on below conditions:

Conditions:
Wells Fargo: 70% of total reserve below (column F)
Ally Bank : 75% of total reserve below (column F)
Gateway One Lending: 80% of total reserve below (column F)
Unity One: Based on Tier (Column C), if Tier A, then 2% of amount financed, if B, then 1.5% of amount Financed (column B)
NASA FCU-Indirect Lending: Based on Tier (Column C), if Tier A, then 2% of amount financed, if B, then 1.5% of amount Financed (Column B)
All other Banks: Show Value " None"


Lender Name
Amount FinancedTierInterest Sell RateInterest Buy RateTotal ReserveCommission
WELLS FARGO DEALER SERVICES40240.79
5738.30
3122.472615.84
ALLY BANK37918.17 4406.504410.34-3.83
WELLS FARGO DEALER SERVICES34173.9 5733.893486.292247.60

WELLS FARGO DEALER SERVICES18090.81 4743.284746.91-3.63
Net Direct Auto Sales27403.75 0.000.000.00
ALLY BANK38609.17 9942.237170.96
2771.27
Westlake Financial Services34235.91 12913.5412913.540.00
NASA FCU-INDIRECT LENDING31335.81A
5117.795117.790.00

<colgroup><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Hi,

You weren't clear on:
1. if you want to treat Well Fargo and Wells Fargo Dealer Services as same bank. So i didn't assume anything and treated Wells Fargo as other banks because the name of the bank didn't exactly matched the name given in the conditions.
2. the correctness of some cases in which a negative commission will be calculated.

Hope this helps.
ABCDEFG
1Conditions:
2Wells Fargo70%
3Ally Bank75%
4Gateway One Lending80%
5Unity One-A2%
6Unity One-B1,50%
7NASA FCU-Indirect Lending-A2%
8NASA FCU-Indirect Lending-B1,50%
9All other Banks-
10
11
12Lender NameAmount FinancedTierInterest Sell RateInterest Buy RateTotal ReserveCommission
13WELLS FARGO DEALER SERVICES40240,795738,33122,472615,840
14ALLY BANK37918,174406,54410,34-3,83-2,8725
15WELLS FARGO DEALER SERVICES34173,95733,893486,292247,60
16WELLS FARGO DEALER SERVICES18090,814743,284746,91-3,630
17Net Direct Auto Sales27403,750000
18ALLY BANK38609,179942,237170,962771,272078,4525
19Westlake Financial Services34235,9112913,5412913,5400
20NASA FCU-INDIRECT LENDING31335,81A5117,795117,790626,7162

<tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
G13=IF(ISBLANK(C13),F13,B13)*IFERROR(INDEX(Condition_rates,MATCH(IF(ISBLANK(C13),A13,CONCATENATE(A13,"-",C13)),Condition_names,0)),0)

<tbody>
</tbody>

<tbody>
</tbody>

Workbook Defined Names
NameRefers To
Condition_names=Sheet1!$A$2:$A$9
Condition_rates=Sheet1!$B$2:$B$9

<tbody>
</tbody>

<tbody>
</tbody>
 
Last edited:
Upvote 0
Thanks for formula , the Wells Fargo and Wells Fargo dealer services are same.

Also the calculation should be done on each row in the commission column.

Please revise the formula based on above .

Thanks for your help in advance
 
Upvote 0
Hi,

Just 2 steps to do yourself:

1. Change Wells fargo in cell A2 to WELLS FARGO DEALER SERVICE
2. Copy the formula to all cells in the commission column.

That's it.
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,204
Members
449,072
Latest member
DW Draft

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