Complex Pricing Formila

Roar

New Member
Joined
May 18, 2011
Messages
25
at least for me, probably not for most of you.

Pricing of widgets will be volume based
1-24 $5
24-50 - $10
51-100 - $150

But not only that it will be based on term of commitment so one year pricing would be

1-24 if 1 year = $25
1-24 if 2 year = $10
1-24 if 3 year = $5

Can you give me some pointers of how to start a formula for this?

I am thinking something like (not fancy)
If count <25, and term = 1, then $25

Does that sound like I am on the right track?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
See if this does what you need


A
B
C
D
E
F
G
H
I
1
Lower​
Higher​
1​
2​
3​
Count​
Term​
Result​
2
1​
24​
25​
10​
5​
20​
1​
25
3
25
50​
30​
20​
10​
40​
3​
10​
4
51​
100​
250​
200​
150​
80​
2​
200​
5
25​
2​
20​
6

<tbody>
</tbody>


Try to create a table like the one in columns A:E (years in C1:E1) - adjust the prices in C2:E4

Criteria (count and term) in columns G:H

Formula in I2 copied down
=INDEX(C$2:E$4,MATCH(G2,A$2:A$4),MATCH(H2,C$1:E$1,0))

Hope this helps

M.
 
Last edited:
Upvote 0
Muito obrigado!!!!!

This will work for two situations I have. I thank you so much!
 
Upvote 0

Forum statistics

Threads
1,215,717
Messages
6,126,428
Members
449,314
Latest member
MrSabo83

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