ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Purchase order... (https://www.excelbanter.com/excel-worksheet-functions/89632-purchase-order.html)

Bossgobbler

Purchase order...
 
I have set up a purchase order workbook. What I want to do is have the
shipping and handling cell calculate 3% of the subtotal or $10.00 (there is a
10 dollar minimum). I can do either or but don't know how to do both. If
it's not too complicated or time consuming, can it be done?

Elkar

Purchase order...
 
Try the MAX function.

=MAX(A1*.03,10)

This will return whichever value is larger.

HTH,
Elkar


"Bossgobbler" wrote:

I have set up a purchase order workbook. What I want to do is have the
shipping and handling cell calculate 3% of the subtotal or $10.00 (there is a
10 dollar minimum). I can do either or but don't know how to do both. If
it's not too complicated or time consuming, can it be done?


David Biddulph

Purchase order...
 
"Bossgobbler" wrote in message
...
I have set up a purchase order workbook. What I want to do is have the
shipping and handling cell calculate 3% of the subtotal or $10.00 (there
is a
10 dollar minimum). I can do either or but don't know how to do both. If
it's not too complicated or time consuming, can it be done?


=MAX(3%*A1,10)
--
David Biddulph



Bossgobbler

Purchase order...
 
Worked!!!!! Thank you!

"David Biddulph" wrote:

"Bossgobbler" wrote in message
...
I have set up a purchase order workbook. What I want to do is have the
shipping and handling cell calculate 3% of the subtotal or $10.00 (there
is a
10 dollar minimum). I can do either or but don't know how to do both. If
it's not too complicated or time consuming, can it be done?


=MAX(3%*A1,10)
--
David Biddulph





All times are GMT +1. The time now is 01:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com