ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Daily loan calculation (https://www.excelbanter.com/excel-discussion-misc-queries/107246-daily-loan-calculation.html)

Dr. Zhivago

Daily loan calculation
 
I have written a spreadsheet which calculates the date on which a
loan/mortgage will finally be paid off. Can anyone tell me how to set it up
so that the regular (monthly) payment falls on the same day each month,
taking into account 28/29/30/31 day months?

At the moment I have a Loan Start Date entered in cell H14 and a First
Payment Date in H16. Cell B22 = H16, and column B then automatically fills
down to provide approximately 30 years of individual dates, including leap
years. What I now need to do is have some kind of formatting for the Payment
column (in my case, D), which says =IF(H16=the eighth of the month, or
whatever, then make this payment every month on the eighth). HELP!!!! I've
been trying for a week now to do this!

(None of the templates I have been able to find allow you to amortize a loan
on a daily basis - the best I have seen is on a bi-weekly basis, which
doesn't work for the kind of loan I have)

Roger Govier

Daily loan calculation
 
Hi

With your start date in say cell A1
=DATA(YEAR(A1),MONTH(A1)+1,8)
Copy down as far as required

--
Regards

Roger Govier


"Dr. Zhivago" wrote in message
...
I have written a spreadsheet which calculates the date on which a
loan/mortgage will finally be paid off. Can anyone tell me how to set
it up
so that the regular (monthly) payment falls on the same day each
month,
taking into account 28/29/30/31 day months?

At the moment I have a Loan Start Date entered in cell H14 and a First
Payment Date in H16. Cell B22 = H16, and column B then automatically
fills
down to provide approximately 30 years of individual dates, including
leap
years. What I now need to do is have some kind of formatting for the
Payment
column (in my case, D), which says =IF(H16=the eighth of the month, or
whatever, then make this payment every month on the eighth). HELP!!!!
I've
been trying for a week now to do this!

(None of the templates I have been able to find allow you to amortize
a loan
on a daily basis - the best I have seen is on a bi-weekly basis, which
doesn't work for the kind of loan I have)




Dr. Zhivago

Daily loan calculation
 
Roger, thanks. I have tried what you suggested, but it just returns NAME?



"Roger Govier" wrote:

Hi

With your start date in say cell A1
=DATA(YEAR(A1),MONTH(A1)+1,8)
Copy down as far as required

--
Regards

Roger Govier


"Dr. Zhivago" wrote in message
...
I have written a spreadsheet which calculates the date on which a
loan/mortgage will finally be paid off. Can anyone tell me how to set
it up
so that the regular (monthly) payment falls on the same day each
month,
taking into account 28/29/30/31 day months?

At the moment I have a Loan Start Date entered in cell H14 and a First
Payment Date in H16. Cell B22 = H16, and column B then automatically
fills
down to provide approximately 30 years of individual dates, including
leap
years. What I now need to do is have some kind of formatting for the
Payment
column (in my case, D), which says =IF(H16=the eighth of the month, or
whatever, then make this payment every month on the eighth). HELP!!!!
I've
been trying for a week now to do this!

(None of the templates I have been able to find allow you to amortize
a loan
on a daily basis - the best I have seen is on a bi-weekly basis, which
doesn't work for the kind of loan I have)





Don Guillett

Daily loan calculation
 
dat E

--
Don Guillett
SalesAid Software

"Dr. Zhivago" wrote in message
...
Roger, thanks. I have tried what you suggested, but it just returns NAME?



"Roger Govier" wrote:

Hi

With your start date in say cell A1
=DATA(YEAR(A1),MONTH(A1)+1,8)
Copy down as far as required

--
Regards

Roger Govier


"Dr. Zhivago" wrote in message
...
I have written a spreadsheet which calculates the date on which a
loan/mortgage will finally be paid off. Can anyone tell me how to set
it up
so that the regular (monthly) payment falls on the same day each
month,
taking into account 28/29/30/31 day months?

At the moment I have a Loan Start Date entered in cell H14 and a First
Payment Date in H16. Cell B22 = H16, and column B then automatically
fills
down to provide approximately 30 years of individual dates, including
leap
years. What I now need to do is have some kind of formatting for the
Payment
column (in my case, D), which says =IF(H16=the eighth of the month, or
whatever, then make this payment every month on the eighth). HELP!!!!
I've
been trying for a week now to do this!

(None of the templates I have been able to find allow you to amortize
a loan
on a daily basis - the best I have seen is on a bi-weekly basis, which
doesn't work for the kind of loan I have)







Roger Govier

Daily loan calculation
 
Thanks Don
Now if only I could control those fingers on the keyboard!!!!

--
Regards

Roger Govier


"Don Guillett" wrote in message
...
dat E

--
Don Guillett
SalesAid Software

"Dr. Zhivago" wrote in message
...
Roger, thanks. I have tried what you suggested, but it just returns
NAME?



"Roger Govier" wrote:

Hi

With your start date in say cell A1
=DATA(YEAR(A1),MONTH(A1)+1,8)
Copy down as far as required

--
Regards

Roger Govier


"Dr. Zhivago" wrote in message
...
I have written a spreadsheet which calculates the date on which a
loan/mortgage will finally be paid off. Can anyone tell me how to
set
it up
so that the regular (monthly) payment falls on the same day each
month,
taking into account 28/29/30/31 day months?

At the moment I have a Loan Start Date entered in cell H14 and a
First
Payment Date in H16. Cell B22 = H16, and column B then
automatically
fills
down to provide approximately 30 years of individual dates,
including
leap
years. What I now need to do is have some kind of formatting for
the
Payment
column (in my case, D), which says =IF(H16=the eighth of the
month, or
whatever, then make this payment every month on the eighth).
HELP!!!!
I've
been trying for a week now to do this!

(None of the templates I have been able to find allow you to
amortize
a loan
on a daily basis - the best I have seen is on a bi-weekly basis,
which
doesn't work for the kind of loan I have)








Don Guillett

Daily loan calculation
 
I do it yall tha tyme

--
Don Guillett
SalesAid Software

"Roger Govier" wrote in message
...
Thanks Don
Now if only I could control those fingers on the keyboard!!!!

--
Regards

Roger Govier


"Don Guillett" wrote in message
...
dat E

--
Don Guillett
SalesAid Software

"Dr. Zhivago" wrote in message
...
Roger, thanks. I have tried what you suggested, but it just returns
NAME?



"Roger Govier" wrote:

Hi

With your start date in say cell A1
=DATA(YEAR(A1),MONTH(A1)+1,8)
Copy down as far as required

--
Regards

Roger Govier


"Dr. Zhivago" wrote in message
...
I have written a spreadsheet which calculates the date on which a
loan/mortgage will finally be paid off. Can anyone tell me how to
set
it up
so that the regular (monthly) payment falls on the same day each
month,
taking into account 28/29/30/31 day months?

At the moment I have a Loan Start Date entered in cell H14 and a
First
Payment Date in H16. Cell B22 = H16, and column B then automatically
fills
down to provide approximately 30 years of individual dates, including
leap
years. What I now need to do is have some kind of formatting for the
Payment
column (in my case, D), which says =IF(H16=the eighth of the month,
or
whatever, then make this payment every month on the eighth). HELP!!!!
I've
been trying for a week now to do this!

(None of the templates I have been able to find allow you to amortize
a loan
on a daily basis - the best I have seen is on a bi-weekly basis,
which
doesn't work for the kind of loan I have)











All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com