+ Reply to Thread
Results 1 to 18 of 18

Real Estate Rent Roll Question - Return a value from a date range

  1. #1
    Registered User
    Join Date
    12-19-2015
    Location
    california
    MS-Off Ver
    2010
    Posts
    8

    Real Estate Rent Roll Question - Return a value from a date range

    I have a rent roll for a retail center which has three tenants and the analysis start date is 1/1/2016. There are 3% CPI increases on each year, and each tenant has a different start date. One suite is vacant thus it will not have any increases or start date but will have income.

    I am having trouble finding a formula to use to find the per square foot rental rate for at a given date. The information for the tenants is below:

    Tenant A A 1,152sf 12/01/08 11/30/18 - Base Rental Rate in 12/1/2008 is $3.25 with 3% escalations annually.
    Tenant B B 2,540sf 05/14/14 05/13/19 - Base Rental Rate in 5/14/2014 is $3.25 with 3% escalations annually.
    Tenant C C 1,800sf - Vacant with projected income.

    how do i return the correct per square foot rental rate value for 1/1/2016 for each tenant through a formula in excel? I have tried; =if(1/1/2016<=..... but i get stuck. Is it a Vlookup Hlookup via a table, or a SUMPRODUCT / SUMIFS?

    Thank you !

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Real Estate Rent Roll Question - Return a value from a date range

    take a look at the formulas
    Attached Files Attached Files

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Real Estate Rent Roll Question - Return a value from a date range

    rcm Sorry for off-topic interjection:

    Although there is no official rule regarding this behavior, we request that wherever possible both the question AND the answer be provided in substantive detail here within the thread. An attached workbook is an excellent aid for posing a question and offering a solution, but solely doing that with no in thread explanation makes it difficult for researchers to understand or consider the Q & A of this thread without downloading what may be a pointless doc to them, if they can do that at all. Doing that also hides the content from search engines so others may never benefit from this.

    I'm sure you understand, and we look forward to seeing you post your formulas/macros in your posts for the searching benefit of all.

    Thanks again for all your hard work here!
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Real Estate Rent Roll Question - Return a value from a date range

    OK, understood... Fdibbins

  5. #5
    Registered User
    Join Date
    12-19-2015
    Location
    california
    MS-Off Ver
    2010
    Posts
    8

    Re: Real Estate Rent Roll Question - Return a value from a date range

    RCM thank you for that. I am trying to be as clear as possible but Im not sure how to explain it. I have attached my workbook for you all. I would like to enter a formula into the cell 'Rent Roll'F8 and F9 to automatically populate with the correct price per square foot value from the Rent Roll detail sheet or any other sheet, given the Analysis Start Date (1/1/2016) and the period in which Tenant A & Tenant B are in respectively. There may not be a need for another rent roll detail sheet, and maybe a formula solving for the period with the correct adjustments would work.
    Attached Files Attached Files

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Real Estate Rent Roll Question - Return a value from a date range

    from the Rent Roll detail sheet or any other sheet,
    what determines the sheet?

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Real Estate Rent Roll Question - Return a value from a date range

    If you are basing this on sheet Rent Roll Detail (3), then try this...
    =INDEX('Rent Roll Detail (3)'!$A$1:$AA$48,MATCH('Rent Roll'!$C8,'Rent Roll Detail (3)'!$C:$C,0),MATCH('Rent Roll'!$D8,'Rent Roll Detail (3)'!$A$5:$AA$5,0))

  8. #8
    Registered User
    Join Date
    12-19-2015
    Location
    california
    MS-Off Ver
    2010
    Posts
    8

    Re: Real Estate Rent Roll Question - Return a value from a date range

    When i input that formula into F8 on 'Rent Roll' the result is still $3.25. I would prefer to omit Rent Roll Detail (3) and utilize 'Rent Roll Detail' and 'Rent Roll Detail (2)' - the correct number should be $4.00 / sf / month.
    Attached Files Attached Files

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Real Estate Rent Roll Question - Return a value from a date range

    Did you see my post # 4?

  10. #10
    Registered User
    Join Date
    12-19-2015
    Location
    california
    MS-Off Ver
    2010
    Posts
    8

    Re: Real Estate Rent Roll Question - Return a value from a date range

    I did see the #4 but that was a response to the moderator. Im not sure if its coming up on my thread feed here. All I see is reference to 'Rent Roll (3)' - IM sorry for the confusion.

  11. #11
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Real Estate Rent Roll Question - Return a value from a date range

    My apologies, I meant post #6

  12. #12
    Registered User
    Join Date
    12-19-2015
    Location
    california
    MS-Off Ver
    2010
    Posts
    8

    Re: Real Estate Rent Roll Question - Return a value from a date range

    Im sorry, a sheet to me is a tab/worksheet within a workbook - i.e. 'Rent Roll' or 'Rent Roll Detail' etc Thank you.

    i want a function if i change the analysis date to automatically update the appropriate per square foot rate based on the period of the lease term.

  13. #13
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Real Estate Rent Roll Question - Return a value from a date range

    Apologies for not being clearer I meant, how do we determine which sheet to use?

    And how do you arrive at $4.00 per month?

  14. #14
    Registered User
    Join Date
    12-19-2015
    Location
    california
    MS-Off Ver
    2010
    Posts
    8

    Re: Real Estate Rent Roll Question - Return a value from a date range

    Year 1 Year 2 Year 3 Year 4 Year 5 Year 6 Year 7 Year 8 Year 9 Year 10
    3.25 3.35 3.45 3.55 3.66 3.77 3.88 4.00 4.12 4.24

    year 8 of the total lease term would be 1/1/2016 - or $4.00 / sf / month. - or $4.00 / sf / month until 12.1.16.

    by way of: =($A$10*(1+$C$10)^(K13-1))*IF(K13>$B$4+$B$5,0,1) with information derived from 'Rent Roll'

    I have attached the V2 instead of the former.
    Attached Files Attached Files

  15. #15
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Real Estate Rent Roll Question - Return a value from a date range

    OK 1st, you need to adjust the formula that pulls in the date in Detail D12 to this...
    =EOMONTH('Rent Roll'!D8,0)+1
    Your dates don't match

    Then use this to pull on the rate...
    =INDEX('Rent Roll Detail'!$D:$M,MATCH('Rent Roll'!C$8,'Rent Roll Detail'!$C:$C,0)+11,MATCH($F$4,'Rent Roll Detail'!$D$12:$M$12,0))

  16. #16
    Registered User
    Join Date
    12-19-2015
    Location
    california
    MS-Off Ver
    2010
    Posts
    8

    Re: Real Estate Rent Roll Question - Return a value from a date range

    D12 should read the beginning date of the lease, which is 12/1/2008. The next rental increase would be 12/1/2009; a CPI or rental increase of 3% on the $3.25 / per month. 3.25*(1+.03)^period-1 - where the period is the year, and 12/01/2008 through 11/30/2008 is year 0.

    When I put in your formula it is referring back to the square footage of the space. Was this supposed to refer to the per square foot rental rate?

    I have re-attached the spreadsheet with the formula in, and C8 as D8 instead which is what the increase would be referring to.
    Attached Files Attached Files

  17. #17
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Real Estate Rent Roll Question - Return a value from a date range

    I get that D12 is the start date, but the date you are looking for in F4 does not exist in the date range on Detail, so I adjusted the Detail dates so 1/1/2016 can be found. Use this modification instead...
    =INDEX('Rent Roll Detail'!$D:$M,MATCH('Rent Roll'!C$8,'Rent Roll Detail'!$C:$C,0)+11,MATCH($F$4,'Rent Roll Detail'!$D$12:$M$12))

    When I put in your formula it is referring back to the square footage of the space. Was this supposed to refer to the per square foot rental rate?
    The forumla works OK for the 1st Tenant, but the layout of the tables for tenants 2 and 3 is different to the other 1 - you have an extra row in after "Options Exercised"
    Then you also have a (blank) line in Tenant B above Annual...this 1 has 2 blank rows, the other's have only 1

    Fix thagt and the formula should work. Keep in mind that excel likes best to work in uniform tables

  18. #18
    Registered User
    Join Date
    12-19-2015
    Location
    california
    MS-Off Ver
    2010
    Posts
    8

    Re: Real Estate Rent Roll Question - Return a value from a date range

    Understood. I just tried your formula again but it didnt work "N/A?" - and i just used this formula =INDEX('Rent Roll Detail'!D14:M14, SUMPRODUCT(--('Rent Roll Detail'!C1>='Rent Roll Detail'!D12:M12))) to get the correct value for a date after 1/1/2016 however I am now having an issue when trying to calculate a point in the year when the rate increases and accounting for the rate between the 12/1/2015 increase and the 12/1/2016 increase - effectively taking 11 months of $4.00 rent / sf, and one month of $4.12 / sf.

    Same with Tenant B which has increases in June 2016, or a split year of $3.61 for the first 6 months of 2016, and $3.71 of the last 6 months of 2016.

    File attached - could you send a file back again?
    Attached Files Attached Files

+ 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. Automating Monthly Cashflows From Rent Roll
    By sah713 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-06-2014, 02:00 PM
  2. Real Estate Rent Roll
    By $J$L$G in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-09-2013, 12:57 AM
  3. Replies: 2
    Last Post: 09-21-2012, 03:32 AM
  4. [SOLVED] rent roll
    By Zachary Chan in forum Excel General
    Replies: 0
    Last Post: 11-08-2005, 05:20 AM
  5. [SOLVED] trying to create a rent roll
    By Zachary Chan in forum Excel General
    Replies: 0
    Last Post: 11-08-2005, 05:10 AM
  6. REAL ESTATE MONTHLY RENT TEMPLATE
    By RAJIV in forum Excel General
    Replies: 0
    Last Post: 06-20-2005, 10:05 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