Tiered Pricing based on usage

Welsh Mark3

Board Regular
Joined
Apr 7, 2014
Messages
164
Office Version
  1. 365
I'm looking to build a formula that calculates pricing based on tiered usage.
Cell F7 will contain usage (a number between 1 and 250,000) Cell f9 is where I would like to insert the formula. The pricing structure I would like to use is laid out below.

Example 1 if usage is 30,000 the output would be 30,000 * 1
Example 2 If usage is 175,000 the output would be (50,000 * 1) + (50,000 * 0.75) + (75,000 * 0.5) = 125,000

Column G Column H Column I Column J
Cost Per API Call < 50,000Cost Per API Call > 50,000 <100,000Cost Per API Call > 100,000 < 200,00Cost Per API Call > 200,000
$1.00$0.75$0.50$0.25

I have tried to read similar posts but they seem slightly different from this request. Your help is appreciated.
 

Forum statistics

Threads
1,226,798
Messages
6,193,062
Members
453,773
Latest member
bclever07

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