+ Reply to Thread
Results 1 to 2 of 2

Rental escalation settlement

  1. #1
    Registered User
    Join Date
    01-16-2015
    Location
    no where
    MS-Off Ver
    2010
    Posts
    1

    Lightbulb Rental escalation settlement

    Hi Guys,

    Having trouble to work out a formula.

    I need a formula that can tell me what the current rental with a escalation and the current settlement for the outstanding months.

    For example:
    A1 2010/09/30 (start date) ,B1 2015/09/30 (end date) ,C1 R895.00 (start rental amount) ,D1 15% (escalation)

    So basically if somebody can help me with a formula that can tell me the current rental amount at this time and the settlement amount that's left on the contract.

    Thanks for the help

  2. #2
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Rental escalation settlement

    Quote Originally Posted by piet123 View Post
    I need a formula that can tell me what the current rental with a escalation and the current settlement for the outstanding months. For example:
    A1 2010/09/30 (start date) ,B1 2015/09/30 (end date) ,C1 R895.00 (start rental amount) ,D1 15% (escalation)

    So basically if somebody can help me with a formula that can tell me the current rental amount at this time and the settlement amount that's left on the contract.
    You don't know your current rent?! ;-) I'm guessing this is homework, but oh well....

    I assume the escalation rate is annual. And I assume escalation occurs on the anniversary of the start date, not at the beginning of each year(?). In that case, the current monthly(?) rent is:

    E1: =fv(d1,year(today())-a1,0,-c1)

    Note: Usually that amount is rounded one way or another (TBD).

    We don't know the settlement terms, perhaps you mean: the amount due if the lease is broken before the end date.

    Usually that is not the amount of rent that would have been paid for the remainder of the lease year, much less the remainder of the lease. Instead, it is usually the rent for a fixed number of months or month-to-month up to the time it might "reasonably" take (usually prescribed by law) to find a new lessee.

    But if you want the amount of rent for the remainder of the lease year(!), try:

    =e1 * (datedif(a1,b1,"m") - datedif(a1,today(),"m"))
    Last edited by joeu2004; 01-18-2015 at 02:23 PM. Reason: cosmetic

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Rental Escalation Formula
    By Matthewdeklerk in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-14-2014, 06:17 AM
  2. Calculate Rental Cost With Varying Rates Based On Rental Days
    By jmenh in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-23-2013, 03:17 PM
  3. Auto Escalation
    By moses4u in forum Excel General
    Replies: 2
    Last Post: 02-22-2010, 02:53 PM
  4. Escalation formula
    By Chandrashekhar in forum Excel General
    Replies: 1
    Last Post: 11-17-2007, 05:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1