Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Need a formula for the following please:
Rate 4.95% Upto 3,500 exempt ie; to $ 3,500 Maximum 43,500 - Maximum charge is $43,500 |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Exactly what are you trying to calculate? Using the values you've given,
tell us what you intend to do with them and what your expected result is, please. But maybe something like this: A1 = 4.95% A2 = 3500 A3 = 43500 A4 = user entered value (as 45000) formula could be =IF(A4-A2A3,"Too Much",IF(A4<=A2,0,(A4-A2)*A1)) which says if the amount after subtracting 3500 from the user entered value is greater than the limit set in A3 (43500) then say "Too Much", but if that is ok, then if the user entered value is below the exempt value, then show zero, otherwise, take the user entered amount, subtract the exempt amount from it and multiply that by the percentage in A1 and show the result: 2054.25 in my example using 45000 as the user entered value. "vnoble" wrote: Need a formula for the following please: Rate 4.95% Upto 3,500 exempt ie; to $ 3,500 Maximum 43,500 - Maximum charge is $43,500 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
Excel docs not saving as excel docs | Excel Discussion (Misc queries) | |||
Open Excel 2003 from Windows Explorer | Excel Discussion (Misc queries) | |||
Need suggestions for some uses of Ms Excel | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) |