Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Due to the number of brackets, the clearest solution
might be a user-defined function like this. Function Commission(X As Double) As Double Select Case X Case Is <= 20000 Commission = 0.055 * X Case Is <= 25000 Commission = 0.07 * X Case Is <= 30000 Commission = 0.075 * X Case Else Commission = 0.08 * X End Function It assumes one rate on all revenue of a given amount, NOT e.g. a rate of 5.5% on the 1st $20000 and 7% on $2500 for revenue of $22500. HTH, Merjet |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Help Needed . . | Excel Worksheet Functions | |||
formula needed | Excel Worksheet Functions | |||
Excel formula to copy/paste formula needed please. | Excel Discussion (Misc queries) | |||
Formula needed | Excel Worksheet Functions | |||
Formula needed | Excel Worksheet Functions |