+ Reply to Thread
Results 1 to 5 of 5

Calculate total rent over the period of a lease with annual fixed rent increases

  1. #1
    Registered User
    Join Date
    04-07-2009
    Location
    Tokyo, Japan
    MS-Off Ver
    Excel for Mac (ver 16)
    Posts
    9

    Calculate total rent over the period of a lease with annual fixed rent increases

    Hello, I am trying to work out if it is possible to start with a base rent, a lease length in years, and an annual increase, and show with one formula the total rent paid over the period.

    Say $20,000 rent, 3% increase and 5 years.

    I had a look in another thread that was similar (I see I cannot link to it because I don't have enough posts) but saw instructions to start a new thread so here I am :-)

    Thank you!

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Calculate total rent over the period of a lease with annual fixed rent increases

    Are you really still using Excel 2003? Please update your profile if not.

    There are several powerful new functions and features that may make short work of this.

    Also please mock up a sample workbook with data and layout as you envision. It saves volunteers typing and guessing what you want. Instructions are in the 'gold' banner at the top of the page.

    Thank you.
    Dave

  3. #3
    Registered User
    Join Date
    04-07-2009
    Location
    Tokyo, Japan
    MS-Off Ver
    Excel for Mac (ver 16)
    Posts
    9

    Re: Calculate total rent over the period of a lease with annual fixed rent increases

    Thank you. I have (hopefully) uploaded an attachment
    Attached Files Attached Files

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Calculate total rent over the period of a lease with annual fixed rent increases

    If I understand correctly this in cell D6
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    and this in cell D7
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Valued Forum Contributor
    Join Date
    07-13-2021
    Location
    California, USA
    MS-Off Ver
    2010
    Posts
    513

    Re: Calculate total rent over the period of a lease with annual fixed rent increases

    @nickTokyo.... Try:

    =FV(C6,C5,-(C3-C4))

    where C6=3% (CPI), C5=10 (years), C3=50000 (rent) and C4=10000 (OPEX).

    In the attached Excel file, I include a "proof of concept" in columns H:I.

    The FV function works because the sum of your net income ("p" = 40,000) over "n" years has the form:

    =p + p*(1+3%) + p*(1+3%)^2 + ... + p*(1+3%)^(n-1)

    In reverse, that has the form of the FV of saving "p" each year at 3% interest.
    Attached Files Attached Files
    Last edited by curiouscat408; 07-14-2022 at 11:25 PM. Reason: attachment

+ 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. Calculating annual compounded rent increases
    By WarrenLF in forum Excel General
    Replies: 10
    Last Post: 05-11-2022, 12:44 AM
  2. [SOLVED] Calculate Future Rent with Variable Start, End Date, Escalation period, Escalation %
    By sjainvipul in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 06-14-2021, 08:52 AM
  3. Replies: 2
    Last Post: 01-13-2021, 06:17 PM
  4. Replies: 2
    Last Post: 09-21-2012, 03:32 AM
  5. Calculate particular period rent with day vise escalation
    By rahulbhanwar in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 04-03-2012, 04:24 AM
  6. Replies: 6
    Last Post: 06-07-2010, 04:57 AM
  7. Calculating Compounding Rent Increases
    By smorkun in forum Excel General
    Replies: 6
    Last Post: 08-10-2009, 03:32 PM

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