How to calculate pricing with a minimum value

bbbuffalo

Board Regular
Joined
Apr 14, 2006
Messages
53
I have several products and sales reps can select them in the pricing calcuator in Column A.

When a rep selects a product in Column A, the price per item automatically appears in Column B, they then enter the quantity in column C and then the total appears in Column D

However, if they select a certain product (Let's call it Enterprise Software), there is a minimum charge for that. If the quantity is less than 10, it still needs to be a minimum of 10, however if it's more than 10 then it should be whatever that amount is that the rep entered.

How do I create a minimum value if a certain product was selected?
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Something like
Excel Formula:
=IF(A2="A",MAX(B2*C2,10),B2*C2)
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,257
Members
449,075
Latest member
staticfluids

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