S
sebastienm
Hi,not sure what it is. Are you looking for monthly payment? If so:
Say loan=$400,000 with 6% annual interest over 30 years.
The monthly payment is
=PMT(8%/12, 30*12, 400000)
For Principal part, use PPMT( ), for Interest part, use IPMT( )
Regards,
Sebastien
Say loan=$400,000 with 6% annual interest over 30 years.
The monthly payment is
=PMT(8%/12, 30*12, 400000)
For Principal part, use PPMT( ), for Interest part, use IPMT( )
Regards,
Sebastien