Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you this works great, now this is what I really need...
$0.01 - $25.00 --- 8.75% of the closing value $25.01- $1,000.00 --- 8.75% of the initial $25.00, plus 3.50% of the remaining closing value balance Equal to or Over $1000.01 ---- 8.75% of the initial $25.00, plus 3.50% of the initial $25.01 - $1,000.00, plus 1.50% of the remaining closing value balance "Bob Umlas" wrote: =IF(A1<=10,8%,if(A1<=20,8.25%,9%)) "GEM" wrote in message ... How can I use an IF function and tell excel that if a number is between a range, use a certain percentage and if it's between another range, use another percentage. For example. Between 0.01 - 10.00 use 8% Between 10.01 - 20.00 use 8.25% Between 20.01 - infinite use 9% |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |