Compulsory Arguments
Number of Periods: Total number of the payment period
Payment Amount: The amount to be paid in each period
Optional Arguments
End or Beginning: It may be 0 or 1. When the payments are due at the end, we need to use 0. If the payment is due at the beginning, we need to use 1. By default, it will be 0.
Points to Remember
In case a loan is for 24 months and all the loan payment may be monthly. In this case, All the above said parameters like rate, number of period and payment must be used as the monthly figure in the function.
Apply the PV Finance function in Google sheet
Example 1
In the above table, we have some data for case 1 and case 2
Case 1: We have Interest rate 5%, Number of payments 36 months, Payment amount 1000. FV and the type of payment are 0.
There we have applied the formula as
Here we can see that the interest rate is annual and all other parameters are on a monthly basis.
So in our equation, we have converted the annual rate as a monthly rate. C3/12 is indicating it and the result is -$ 33,241.07.
Case 2: Here also we are considering the same data but with an additional value for End or Beginning. The result is -$33,504.73
There also we used the same formula, but we got a different answer because of the change in the payment type that whether the payment is due at the end or at the beginning.
Here it is at the beginning.
Example 2
In this table, we can see the data and payments on a weekly basis.
Case 1: It provided an interest rate of 5%, the number of payments is 156 weeks, payment per week is 250.
Here we are using the equation as
In Case 2, the payment is due at the beginning, then the value used is 1 and the result is $36,234.61.
Points to Remember
We need to provide the numeric value for all the arguments in the formula, otherwise, it may result in a #VALUE! error.
Hope you understand the PV Finance function and its application in Google sheet.