Excel formula to return minimum amount

Skumby

New Member
Joined
Aug 22, 2012
Messages
34
HI Have a spreadhseet to calculate fees and charges at work. One of our fees is $114.00 per square meter, with a minimum rate of $405 per annum.

Is there a formula that can multiply E by F and returns either a minimum amount of $405.00 or an amount that is greater than $405.00.

=E43*F43
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Book1
EFG
42rateareaformula
43$114.003.5$405.00
Sheet1
Cell Formulas
RangeFormula
G43G43=MAX(405,E43*F43)


Book1
EFG
42rateareaformula
43$114.004$456.00
Sheet1
Cell Formulas
RangeFormula
G43G43=MAX(405,E43*F43)
 
Upvote 0
Fab, thank you so much! I was using MIN and it obviously wasn't working :) Didn't even think to use MAX.

Have a lovely day and thank you for your time. :)
 
Upvote 0

Forum statistics

Threads
1,216,095
Messages
6,128,800
Members
449,468
Latest member
AGreen17

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