Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You probably don't need quite that many parentheses.
=IF((K8+K19)*0.021500,(K8+K19)*0.02,1500) should do, but more simply =MAX((K8+K19)*0.02,1500) -- David Biddulph "Geoff_L" wrote in message ... Maybe you just need a few extra brackets and a reshuffle - remember BODMAS?! =IF(((K8+K19)*0.02)1500,((K8+K19)*0.02),1500) If this helps click Yes "khickey" wrote: I am trying to set-up a formula to calculate a fee against a set of cell totals where there is a minimum and maximum calculation. The minimum is $1500 and the maximum being 2% of the gross figure of the cell totals. So I need help with a formula that would read for example if b1+b2*2%=1500 then b1+b2*2% or if b1+b2=<1500 then 1500. My formula right now reads as follows but does not accomplish my goal. =IF(K8+K19*2%1500,K8+K19*2%,IF(K8+K19*2%<1500,150 0)) Can someone please help. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Combine logical formulas "if", "and", "or" | Excel Discussion (Misc queries) | |||
Combining formulas, "and" & "or" to verify content of multiple cel | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |