Use the Loan Template to calculate bi-weeky payments

G

Guest

I have downloaded the Loan Amortization Template from the office web site.
This helps you calculate on monthly payments. However I would like to change
the formula so that it can accurately track bi-weekly payments.
=IF(Pay_Num<>"",DATE(YEAR(Loan_Start),MONTH(Loan_Start)+(Pay_Num)*12/Num_Pmt_Per_Year,DAY(Loan_Start)),"").
This is how it looks at the moment. Could anyone assist me to change it to
track bi-weekly payments. Any help appreciated.
 
F

Franz Verga

Nel post *Maxiemouse* ha scritto:
I have downloaded the Loan Amortization Template from the office web
site. This helps you calculate on monthly payments. However I would
like to change the formula so that it can accurately track bi-weekly
payments.
=IF(Pay_Num<>"",DATE(YEAR(Loan_Start),MONTH(Loan_Start)+(Pay_Num)*12/Num_Pmt_Per_Year,DAY(Loan_Start)),"").
This is how it looks at the moment. Could anyone assist me to change
it to track bi-weekly payments. Any help appreciated.

Hi Maxiemouse,

I don't have the template you say, but if (if) I have understood what
Pay_Num is, this formula should work:

=IF(Pay_Num<>"",DATE(YEAR(Loan_Start),MONTH(Loan_Start),DAY(Loan_Start)+(Pay_Num)*26*14/Num_Pmt_Per_Year),"")

--
(I'm not sure of names of menues, option and commands, because
translating from the Italian version of Excel...)

Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top