Circular Reference

Rfinkle

New Member
Joined
Aug 6, 2012
Messages
5
I am having problem with a formula that references itself. Here is what I am trying to do. i will put in the numbers that i have marked known and i would like to generate purchase price, mortage payment and cash flow. Purchase price references itself. I can do the calculation on paper but excel does not like it. Thanks for the help.
Income
pulled in from another cell
Expenses
pulled in from another cell
Mortgage Type
text block
Interest Rate %
known value
Downpayment %
known value
Mortgage (Years)
known value
Mortgage Payment
=-pmt(interest rate/12, mortgage years*12, P)
ROI %
known value
Purchase Price =P
P=((Income-Expenses)-((Income-Expenses)-c))/ROI
Cash Flow=c
c=ROI*P

<tbody>
</tbody>
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hi,
May I know what cell does "pmt" make reference to?
 
Upvote 0
pmt is a function that refers to "mortgage payment". It calculates mortgage payment with the above values given. Thanks!
 
Upvote 0
Formulas Referencing their own self???

I want to have an equation that references itself...ie P=(x-y)-(z*P) where P is unknown and x,y,z are known. I understand that you could solve for P in the equation. In this instance I do not want to do that. Anyone have any tips?
 
Upvote 0
Re: Formulas Referencing their own self???

I have merged your two threads together. All clarifications, follow-ups, and bumps should be posted back to the original thread. Per forum rules, posts of a duplicate nature will be locked or deleted (rule #9 here: </SPAN>http://www.mrexcel.com/forum/showthread.php?t=99490</SPAN>).

I understand that you could solve for P in the equation. In this instance I do not want to do that.
What is your aversion to solving for P and using that as your equation?
Do you just need helping figuring out how to do that?
The formula would just be: P=(x-y)/(z+1)
 
Last edited:
Upvote 0
Re: Formulas Referencing their own self???

Take a look at the formula on the first post of the thread. The P=(x-y)-(z*P) was just an example. The one from the first thread when you solve for P=P. But when you use real numbers you can come to an answer that works. P=((Income-Expenses)-((Income-Expenses)-c))/ROI where c=ROI*P

Hope this makes sense
 
Upvote 0
Re: Formulas Referencing their own self???

I am a bit confused. If you don't know what the Purchase Price is (that is what you are trying to calculate), how can you have it as one of the variables in your formula?

In your original post, you say that you can do it "on paper", but jkust having issues making it work in Excel. Can you walk us through a real example (step-by-step) using numbers of how you do it "on paper", and maybe we can help you translate that into Excel?
 
Upvote 0
Re: Formulas Referencing their own self???

I do not have my work with me. I tried to do a similar calculation and it is not working. When i get home tonight i will post my work. In the meantime, is there a function to calculate principal of a mortgage knowing the interest rate, years and payment?
 
Upvote 0
Re: Formulas Referencing their own self???

Hi

Have ou already checked the help? Excel has more than 50 financial functions some of them dealing with the type of problem you have.
 
Upvote 0

Forum statistics

Threads
1,215,491
Messages
6,125,108
Members
449,205
Latest member
ralemanygarcia

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top