N
Nolan Habegger
I'm trying to use the PPMT function (which calculates the
total amount of principal paid towards a mortgage loan). I
have triple-checked my arguments and structure, and
everything is correct, but the function is not calculating
properly. Here is the function:
=PPMT(rate,per,nper,pv,fv,type)
Here is my code:
=PPMT(7%/12,24,360,100000,0,1)
The Excel result is $93.
The true result is supposed to be $2,105.
I have the following Add-Ins installed:
Analysis ToolPak
Analysis ToolPak VBA
Autosave Add-In
Conditional Sum Wizard
Small Business Financial Wizard
Solver Add-In
Update Add-In Links
Any ideas? What am I missing here?
Thanks in advance,
Nolan Habegger
total amount of principal paid towards a mortgage loan). I
have triple-checked my arguments and structure, and
everything is correct, but the function is not calculating
properly. Here is the function:
=PPMT(rate,per,nper,pv,fv,type)
Here is my code:
=PPMT(7%/12,24,360,100000,0,1)
The Excel result is $93.
The true result is supposed to be $2,105.
I have the following Add-Ins installed:
Analysis ToolPak
Analysis ToolPak VBA
Autosave Add-In
Conditional Sum Wizard
Small Business Financial Wizard
Solver Add-In
Update Add-In Links
Any ideas? What am I missing here?
Thanks in advance,
Nolan Habegger