Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I list the most recent occrence of a purchase order? | Excel Worksheet Functions | |||
Purchase Order Template Numbering | Excel Discussion (Misc queries) | |||
Purchase order | Excel Discussion (Misc queries) | |||
purchase order counter in excel purchase order template | Excel Worksheet Functions | |||
I want a purchase order that includes page number (if to be order. | New Users to Excel |