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.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Income
[/TD]
[TD]pulled in from another cell
[/TD]
[/TR]
[TR]
[TD]Expenses
[/TD]
[TD]pulled in from another cell
[/TD]
[/TR]
[TR]
[TD]Mortgage Type
[/TD]
[TD]text block
[/TD]
[/TR]
[TR]
[TD]Interest Rate %
[/TD]
[TD]known value
[/TD]
[/TR]
[TR]
[TD]Downpayment %
[/TD]
[TD]known value
[/TD]
[/TR]
[TR]
[TD]Mortgage (Years)
[/TD]
[TD]known value
[/TD]
[/TR]
[TR]
[TD]Mortgage Payment
[/TD]
[TD]=-pmt(interest rate/12, mortgage years*12, P)
[/TD]
[/TR]
[TR]
[TD]ROI %
[/TD]
[TD]known value
[/TD]
[/TR]
[TR]
[TD]Purchase Price =P
[/TD]
[TD]P=((Income-Expenses)-((Income-Expenses)-c))/ROI
[/TD]
[/TR]
[TR]
[TD]Cash Flow=c
[/TD]
[TD]c=ROI*P
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Income
[/TD]
[TD]pulled in from another cell
[/TD]
[/TR]
[TR]
[TD]Expenses
[/TD]
[TD]pulled in from another cell
[/TD]
[/TR]
[TR]
[TD]Mortgage Type
[/TD]
[TD]text block
[/TD]
[/TR]
[TR]
[TD]Interest Rate %
[/TD]
[TD]known value
[/TD]
[/TR]
[TR]
[TD]Downpayment %
[/TD]
[TD]known value
[/TD]
[/TR]
[TR]
[TD]Mortgage (Years)
[/TD]
[TD]known value
[/TD]
[/TR]
[TR]
[TD]Mortgage Payment
[/TD]
[TD]=-pmt(interest rate/12, mortgage years*12, P)
[/TD]
[/TR]
[TR]
[TD]ROI %
[/TD]
[TD]known value
[/TD]
[/TR]
[TR]
[TD]Purchase Price =P
[/TD]
[TD]P=((Income-Expenses)-((Income-Expenses)-c))/ROI
[/TD]
[/TR]
[TR]
[TD]Cash Flow=c
[/TD]
[TD]c=ROI*P
[/TD]
[/TR]
</tbody>[/TABLE]