How to back into debt to income ratio

crunchtime9999

Board Regular
Joined
Feb 26, 2007
Messages
214
Hi,
I am making a calculator to back into a pre-defined debt to income ratio to refinance. I just can't figure out how to do this so any help would be appreciated.

I need to take the sume of d35 and d46 and subtract the amount needed to reach a pre-defined debt to income ratio (which I currently input into cell b53). The resulting reduction in expenses needs to populate in call d45.

I pasted a screenshot below to show what I need.

Thanks for all the help everyone. I know it's probably simple algebra.....but I have been out of school way to long.

Excel Workbook
ABCD
29MONTHLY EXPENSESHomeOwner
301. Installment payments ( min Pmt )$600.00
312. Revolving payments ( min Pmt )$0.00
323. Car payment(s)$600.00
334. Existing Other Homes PITI$0.00
345. Other$0.00
35Total Expenses$1,200.00
36
37
38CURRENT HOUSING EXPENSESHomeOwner
391. Fully Amortized Pmt Principal Home$3,000.00
402. Mortgage Insurance$0.00
413. Property Taxes$5,000.00
424. Hazard and Flood Insurance$400.00
435. HOA/Condo Fees$100.00
446. Other$0.00
45Amount you need to Reduce your Payment to Qual.
46Total Expenses$8,500.00
Loan Modification Calculator
 
Actual Income times Desired DTI = Desired Debt.
Actual debt - Desired Debt = Amount to reduce Actual Debt

With actual Income in "D27"
Code:
=SUM(D35, D46)-(D27*B53)
 
Upvote 0
Sam,
Thank you. I tried this and is says it's a circular reference and does not back into the correct number. Am I doing something wrong?
 
Upvote 0
Sam,
I got it now. I removed the sum of the minus amount and just input a formula and it works beautiful now.

Thanks so much for the assist. I appreciate it.
 
Upvote 0
I removed the sum of the minus amount
Uh... there is no sum of the minus amount.

Sum the two expenses.

Subtract the product of income and desired CTI from the total expenses.

The result of the subtraction is the amount you need to reduce expenses to meet desired DTI.
 
Upvote 0

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