J
Joe
I'm using the PMT function to calculate the yearly payment
I have to make to a savings bank with interest. This is
not a loan.
TxtFutureAPR = 0.06
TxtYears = 20
TxtGoal = 50,000
TxtTotalInvesment = 5,000
TztTotalVal = 7,000
TxtDiffToAdd = 43,000
If I use =Pmt([txtFutureAPR],[txtYears],0,
[txtDiffToAdd])
The answer is -1168.93
If I use =Pmt([txtFutureAPR],[txtYears], [txtTotalVal] ,
[txtDiffToAdd])
The answer is -1779.23
How can this be?
If the present value is 7,000 I have to pay more?
Thanks
Joe
I have to make to a savings bank with interest. This is
not a loan.
TxtFutureAPR = 0.06
TxtYears = 20
TxtGoal = 50,000
TxtTotalInvesment = 5,000
TztTotalVal = 7,000
TxtDiffToAdd = 43,000
If I use =Pmt([txtFutureAPR],[txtYears],0,
[txtDiffToAdd])
The answer is -1168.93
If I use =Pmt([txtFutureAPR],[txtYears], [txtTotalVal] ,
[txtDiffToAdd])
The answer is -1779.23
How can this be?
If the present value is 7,000 I have to pay more?
Thanks
Joe