Manuals/calci/PV

From ZCubes Wiki
Revision as of 21:42, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''PV'''(Rate, NoPaymentPeriods, Payments, FutureValue, Type) where, '''Rate''' - is the interest rate per per...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PV(Rate, NoPaymentPeriods, Payments, FutureValue, Type)

where,

Rate - is the interest rate per period.

NoPaymentPeriods - is the total number of payment periods

Payments - the payment made each period, it not change over the life of the annnuity.Payment contains principal and interest but except other fees and taxes.If omitted, include PresentValue parameters.

FutureValue - the future value.If omitted assumed to be 0 and include Payments parameters.

Type - is indicates payments due by number  0 or 1

TYPE          Payments due

0              At the end of the period

1              At the beginning of the period


Returns the present vlaue of an investment.


If Type other than 0 or 1, PV returns the #ERROR.

PV


Lets see an example in (Column1, Row6)

=PV(0.02/12,12*R3C1,R1C1,R4C1,R5C1)

PV returns -1245262.336586.

Consider an another example(Column1, Row2)

=PV(0.02/12,12*5,4500,0,3)

PV returns #ERROR(Type other than 0 or 1).


Syntax

Remarks

Examples

Description

Column1
Column2
Column3 Column4
Row1 8000
Row2 2%
Row3 15
Row4 8
Row5 1
Row6 -1245262.336586