+ Reply to Thread
Results 1 to 3 of 3

Help with iterative formula to avoid circular reference

  1. #1
    Registered User
    Join Date
    11-14-2016
    Location
    Tustin, CA
    MS-Off Ver
    Office 365
    Posts
    5

    Help with iterative formula to avoid circular reference

    Hello,

    I am trying to create a spreadsheet that will calculate a commercial real estate property's value based on income and expenses, for a range of cap rates.

    Please see attached spreadsheet.

    The formula is like this:

    (Rental income) - (miscellaneous expenses) - (property tax) = net operating income

    (Net operating income) divided by (cap rate) equals property value

    However, the taxes are based on the property value. They are calculated as one percent of the property value.

    You can see we have a circular reference.

    I made an Excel sheet where I get around the circular reference by manually entering the value for property tax until it is one percent of the property value.

    Is there a way to get Excel to calculate this manually? Would it have something to do with iterative calculations?

    Thank you in advance for your help.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,369

    Re: Help with iterative formula to avoid circular reference

    I think an iterative algorithm could solve this, and converge most of the time. However, more reliable still would be to apply some algebra to the problem and eliminate the circular reference completely:

    your starting equations (variables abbreviated):
    RI-ME-PT=NOI
    PV=NOI/CR
    PT=0.01*PV
    Solve equation 2 for NOI, then substitute into equation1. Also substitute PT into equation 1
    RI-ME-0.01*PV=PV*CR
    Move all PV terms to the same side of the equation and continue to solve for PV (if you need a refresher on solving multi-step equations, I recommend this one: http://www.purplemath.com/modules/solvelin3.htm ) You should end up with a straightforward function to calculate PV from the income, expenses, the tax rate, and the cap rate.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    11-14-2016
    Location
    Tustin, CA
    MS-Off Ver
    Office 365
    Posts
    5

    Re: Help with iterative formula to avoid circular reference

    This is great, thank you!

+ 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. Replies: 2
    Last Post: 05-05-2014, 04:37 AM
  2. Replies: 2
    Last Post: 02-23-2014, 06:06 PM
  3. =formula to copy values only to avoid circular reference
    By dainova in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-04-2013, 07:29 PM
  4. [SOLVED] How to avoid circular reference
    By CHoedeman in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-03-2013, 10:07 AM
  5. Technique to avoid circular reference
    By smjpl in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-04-2012, 10:34 AM
  6. Trying to Avoid a Circular Reference
    By dpmarkey in forum Excel General
    Replies: 1
    Last Post: 05-27-2010, 02:07 PM
  7. Need to avoid a circular reference...
    By Denise in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-01-2005, 04:06 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