I'm trying to build a function to calculate the closing costs associated with certain loan parameters. Example here is 30yr loan, note rate is 4.125, APR is 4.198, loan amount $200,000. I can figure out the APR using the =RATE function, having the total closing costs already on hand. In this case, the closing costs are .875% of the loan. What I can't seem to find anywhere is how to get the total amount of closing costs knowing the rate and APR, assuming the loan amount is always $200k and 30yr term. Below is my APR calculation formula:
=(RATE(360,PMT(0.04125/12,360,200000),(200000-(200000*0.00875)))*12)*100
Again, I need a function to calculate the ".00875," knowing the APR.
Thanks so much!
=(RATE(360,PMT(0.04125/12,360,200000),(200000-(200000*0.00875)))*12)*100
Again, I need a function to calculate the ".00875," knowing the APR.
Thanks so much!