Pandamonium
Golden Member
This is probably more for my curiosity at this point, but it still nags me that I can't figure this out.
Basically, I want to make an excel file that can answer all the questions I could think to ask a loan officer. So if you input the values you know, Excel computes all the other values. It's the kind of thing that I frequently see in online JavaScript-based calculators.
So if I enter my max PITI, property taxes, homeowners insurance, purchase price, and down payment, I want excel to tell me what my actual loan amount will be. If my down payment is insufficient, I want to know the shortfall. And if my down payment is excessive, I want to know what my actual PITI is. I'd also like to know what down payment is optimal to keep my payments at the max PITI.
I also want to be able to adjust the interest rate, purchase price, asking price, etc on the fly.
And the trickiest part of this: for some values, like the down payment, I want to be able to enter it as a dollar amount or as a percentage of the purchase price amount. How do I do this?
Basically, I want to make an excel file that can answer all the questions I could think to ask a loan officer. So if you input the values you know, Excel computes all the other values. It's the kind of thing that I frequently see in online JavaScript-based calculators.
So if I enter my max PITI, property taxes, homeowners insurance, purchase price, and down payment, I want excel to tell me what my actual loan amount will be. If my down payment is insufficient, I want to know the shortfall. And if my down payment is excessive, I want to know what my actual PITI is. I'd also like to know what down payment is optimal to keep my payments at the max PITI.
I also want to be able to adjust the interest rate, purchase price, asking price, etc on the fly.
And the trickiest part of this: for some values, like the down payment, I want to be able to enter it as a dollar amount or as a percentage of the purchase price amount. How do I do this?