PC Review


Reply
Thread Tools Rate Thread

Calculating Percentage Rent

 
 
=?Utf-8?B?UGF1bCBT?=
Guest
Posts: n/a
 
      24th Feb 2006
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
 
Reply With Quote
 
 
 
 
=?Utf-8?B?RHVrZSBDYXJleQ==?=
Guest
Posts: n/a
 
      24th Feb 2006
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

 
Reply With Quote
 
Niek Otten
Guest
Posts: n/a
 
      24th Feb 2006
And, for a more generic solution, look here:

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

--
Kind regards,

Niek Otten

"Duke Carey" <(E-Mail Removed)> wrote in message
news:C9F49586-4672-431C-AE69-(E-Mail Removed)...
> 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



 
Reply With Quote
 
=?Utf-8?B?UGF1bCBT?=
Guest
Posts: n/a
 
      24th Feb 2006
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

 
Reply With Quote
 
=?Utf-8?B?UGF1bCBT?=
Guest
Posts: n/a
 
      24th Feb 2006
excellent source for info. thanks for the help.

"Niek Otten" wrote:

> And, for a more generic solution, look here:
>
> http://www.mcgimpsey.com/excel/variablerate.html
>
> --
> Kind regards,
>
> Niek Otten
>
> "Duke Carey" <(E-Mail Removed)> wrote in message
> news:C9F49586-4672-431C-AE69-(E-Mail Removed)...
> > 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

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
multi tiered percentage rent calculation CoreyWA Microsoft Excel Worksheet Functions 3 2nd Oct 2008 03:18 AM
getting #DIV/0! when calculating percentage Ted Microsoft Excel Worksheet Functions 4 28th May 2008 06:02 AM
Calculating a percentage with the end percentage in mind =?Utf-8?B?U2hhZG93c2hhZHk=?= Microsoft Excel Misc 2 17th Jun 2006 09:41 AM
Re: stop calculating late fees once rent+late fee met Bernie Deitrick Microsoft Excel Misc 0 27th Jul 2004 02:07 PM
Calculating the percentage of a row Carol Microsoft Excel Worksheet Functions 4 28th Aug 2003 05:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:53 AM.