Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to calculate commission amount based on different gross sales
with different %s paying on increments. Also want to be able to change gross sales variables and %s. Example =IF(N5<=$A$2,N5*$D$2,IF(N5<=$A$3,(N5-$A$2)*$D$3+$F$2,IF(N5<=$A$4,(N5-$A$3)*$D$4+$F$3,IF(N5<=$A$5,(N5-$A$4)*$D$5+$F$4)))) Meaning - N5=gross sales; $A=sales increment; $D=%; $F=previous calc. added Of course, I can only put 8 if statements in the formula. How else can this be calculated with more variables? -- Anna |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Functions/Formulas to count multiple variables | Excel Worksheet Functions | |||
multiple variables in sumproduct or if/then formulas | Excel Worksheet Functions | |||
How do I string formulas together in Excel to display variables | New Users to Excel | |||
Using formulas to source a value based on 2 variables | Excel Worksheet Functions | |||
How can I use variables in formulas in VB? | Excel Discussion (Misc queries) |