View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.newusers
[email protected] joeu2004@hotmail.com is offline
external usenet poster
 
Posts: 418
Default How to generate Minimum formula?

wm wrote:
If the requirement of the calculation is as following:
eg: Min 50.00 or 0.20/kg

Since the breakeven point is 250, so if anything is less than 250, then the
charges would be 50.00. However, anything exceed 250 would be based on
0.20*indicated amount. Eg: 0.20*300= 60.00


=max(50, 0.20*A1)