FVC Function
Calculates the future value of a list of cash flows earning a specified rate of interest. It assumes that the payment is made at the end of the period, and that periods are of equal length. If the payment is made at the beginning, multiply the result by (1 + i).
This function has the following syntax:
FVC(i = value, list = array)
This function returns:
• Float—The future value of periodic cash flows
• Null—On error