Formula to calculate payments

JOANDER

New Member
Joined
Jul 10, 2015
Messages
21
I have a formula to calculate payment in 30 days, =PMT(cell# with percentage rate /12, cell# wit term, - cell# of amount financed)
BUT I can not figure out the formula for a 45 day to payment, can anyone help?

THANK YOU
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
My formula will calculate a monthly payment on a car loan beginning 7-18-19 first payment due 30 day 8-16-2019, (interest 5%/12, 60 month term, loan amount 10,000.00) = 188.71
I need the same thing but to a first pay payment to be due 45 days beginning 8-31-19
 
Upvote 0
Just a half-period of interest added to the principal, no?

A​
B​
1​
($188.71)
A1: =PMT(5%/12, 60, 10000)
2​
($189.11)
A2: =PMT(5%/12, 60, 10000 * (1 + 5%/24))
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,729
Members
449,049
Latest member
MiguekHeka

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top