Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

Help with IF function

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Nina - 05 May 2008 16:41 GMT
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?
Gaurav - 05 May 2008 17:27 GMT
you can use <= or >=

>I am attempting to calculate a percentage rent fee based on the total Net
> Operating Income (NOI).
[quoted text clipped - 34 lines]
>
> Is there a different function I could use to solve this problem?
Mike H - 05 May 2008 17:30 GMT
Hi,

If I've understood correctly build a table like this which in the case of
this example is in A1 - B5 but can be anywhere.

5000000    17.50%
6000001    22.50%
6500001    25.00%
7000001    30.00%
7500001    17.50%

The with your NOI in c1 try the formula
=C1*VLOOKUP(C1,A1:B5,2,TRUE)

Mike

> I am attempting to calculate a percentage rent fee based on the total Net
> Operating Income (NOI).
[quoted text clipped - 28 lines]
>
> Is there a different function I could use to solve this problem?
Dave - 05 May 2008 17:38 GMT
Hi Nina,
The IF function can use >, <, =, >=, <=, <>.
You could probably use the <= (less than or equal to) operator combination
in your formula to make it work.

Regards - Dave.

> I am attempting to calculate a percentage rent fee based on the total Net
> Operating Income (NOI).
[quoted text clipped - 28 lines]
>
> Is there a different function I could use to solve this problem?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.