Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am attempting to calculate a percentage rent fee based on the total Net
Operating Income (NOI). The Net Operating Income (NOI) has a minimum threshold of $5 Million. The percentage rent fee calculation has the following parameters: If the NOI is between $5,000,000-$5,500,000, then the percentage rent fee is 17.5% of $500,000. If the NOI is between $5,500,000 -$6,000,000, then the percentage rent fee is 22.5% of $500,000. If the NOI is between $6,000,001-$6,500,000, then the percentage rent fee is 25.0% of $500,000. If the NOI is between $6,500,001-$7,000,000, then the percentage rent fee is 28.0% of $500,000. If the NOI is between $7,000,001-$7,500,000, then the percentage rent fee is 30.0% of $500,000. If the NOI is greater than $7,500,001, then the percentage rent fee is 17.5% of the NOI minus $7,500,000. I attempted to set up the calculation using the IF function, but ran into problems calculating the percentage rent fee if the NOI equaled $5,500,000, $6,000,000, $6,500,000, $7,000,000 or $7,500,000. This is because these values are the maximum amounts in each of the parameters listed above and because the IF function uses < or and not = to. Is there a different function I could use to solve this problem? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
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 | |||
Nested IF Function, Date Comparing, and NetworkDays Function | Excel Worksheet Functions |