If formula for determining a fee

brutus713

New Member
Joined
Sep 7, 2018
Messages
1
I am currently trying to figure out how to do the formula to auto determine a fee.

Basically, I have a cell with the total costs of a project, "E44"

In a new cell, I want to put the fee determined on that total.

Fee structure is a follows:

$1 - $25,000 = 6%
$25,001 - $100,000 = 5%
$100,001 - $250,000 = 4%
$250,001+ =3%

Thank you!!!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hi,

Assuming you don't mean a "Tier" fee, but a "Fixed" fee:


Book1
ABCDEF
11250006%
2250011000005%
31000012500004%CostFee
42500013%1750007000
Sheet232
Cell Formulas
RangeFormula
F4=LOOKUP(E4,A1:A4,C1:C4)*E4
 
Last edited:
Upvote 0
If it's a tiered fee. First 25,000 at 6% then the next 75,000 at 5% etc.
Try:
Excel Workbook
ABCDE
1ThresholdRateRate Diff
2$06%6%
3$25,0005%-1%
4$100,0004%-1%CostFee
5$250,0003%-1%$175,000$8,250
Sheet
 
Upvote 0

Forum statistics

Threads
1,215,461
Messages
6,124,952
Members
449,198
Latest member
MhammadishaqKhan

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