ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Calculating Percentage Rent (https://www.excelbanter.com/excel-worksheet-functions/73814-calculating-percentage-rent.html)

Paul S

Calculating Percentage Rent
 
How can I use excel to calculate percentage rent?

Example - I am the owner of a retail building and I lease to a deli. I have
a lease that states I receive 7% of gross annual sales up to $500,000 and 3%
of gross annual sales over $500,000.

If I have the total gross annual sales in one column, is there an equation
that I can use that will take the 7% of $500,000 and 3% of anything above
$500,000?

thank you

Duke Carey

Calculating Percentage Rent
 
Assume the gross is in cell A1. Use this:

=.07*min(500000,A1)+.03*max(0,A1-500000)


"Paul S" wrote:

How can I use excel to calculate percentage rent?

Example - I am the owner of a retail building and I lease to a deli. I have
a lease that states I receive 7% of gross annual sales up to $500,000 and 3%
of gross annual sales over $500,000.

If I have the total gross annual sales in one column, is there an equation
that I can use that will take the 7% of $500,000 and 3% of anything above
$500,000?

thank you


Niek Otten

Calculating Percentage Rent
 
And, for a more generic solution, look he

http://www.mcgimpsey.com/excel/variablerate.html

--
Kind regards,

Niek Otten

"Duke Carey" wrote in message
...
Assume the gross is in cell A1. Use this:

=.07*min(500000,A1)+.03*max(0,A1-500000)


"Paul S" wrote:

How can I use excel to calculate percentage rent?

Example - I am the owner of a retail building and I lease to a deli. I
have
a lease that states I receive 7% of gross annual sales up to $500,000 and
3%
of gross annual sales over $500,000.

If I have the total gross annual sales in one column, is there an
equation
that I can use that will take the 7% of $500,000 and 3% of anything above
$500,000?

thank you




Paul S

Calculating Percentage Rent
 
perfect. thanks for the help!

"Duke Carey" wrote:

Assume the gross is in cell A1. Use this:

=.07*min(500000,A1)+.03*max(0,A1-500000)


"Paul S" wrote:

How can I use excel to calculate percentage rent?

Example - I am the owner of a retail building and I lease to a deli. I have
a lease that states I receive 7% of gross annual sales up to $500,000 and 3%
of gross annual sales over $500,000.

If I have the total gross annual sales in one column, is there an equation
that I can use that will take the 7% of $500,000 and 3% of anything above
$500,000?

thank you


Paul S

Calculating Percentage Rent
 
excellent source for info. thanks for the help.

"Niek Otten" wrote:

And, for a more generic solution, look he

http://www.mcgimpsey.com/excel/variablerate.html

--
Kind regards,

Niek Otten

"Duke Carey" wrote in message
...
Assume the gross is in cell A1. Use this:

=.07*min(500000,A1)+.03*max(0,A1-500000)


"Paul S" wrote:

How can I use excel to calculate percentage rent?

Example - I am the owner of a retail building and I lease to a deli. I
have
a lease that states I receive 7% of gross annual sales up to $500,000 and
3%
of gross annual sales over $500,000.

If I have the total gross annual sales in one column, is there an
equation
that I can use that will take the 7% of $500,000 and 3% of anything above
$500,000?

thank you






All times are GMT +1. The time now is 09:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com