W
Wilson
I.m trying to make a fomr to calculate payments and all
information for a loan.
The NPER function works fine, but the RATE function
doesn't.
It always shows an error number 5 "Invalid Procedure Call
or argument).
I'm trying even with the function alone and I have the
same error:
Loan= 76000
NPER=360
Payment: 524
The Rate should be something around 7.3%
vrate=RATE(360, 524, -76000, , 1) / 12
What's wrong here?
Thank you in advance!
information for a loan.
The NPER function works fine, but the RATE function
doesn't.
It always shows an error number 5 "Invalid Procedure Call
or argument).
I'm trying even with the function alone and I have the
same error:
Loan= 76000
NPER=360
Payment: 524
The Rate should be something around 7.3%
vrate=RATE(360, 524, -76000, , 1) / 12
What's wrong here?
Thank you in advance!