Excel FinanceFormulas Vol[1].2.0.0

download Excel FinanceFormulas Vol[1].2.0.0

of 125

Transcript of Excel FinanceFormulas Vol[1].2.0.0

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    1/125

    OMs

    Financial Formulas

    Analysis Toolpak Add-in Help

    Email

    Calendar

    mailto:[email protected]:[email protected]
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    2/125

    PS - 2009

    www.sanketham.tk

    l: emailsanketham mail.com

    http://www.sanketham.tk/mailto:[email protected]:[email protected]://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    3/125

    www.sanketham.tk

    Email: emailsanketham mail.com

    http://www.sanketham.tk/mailto:[email protected]:[email protected]://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    4/125

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    5/125

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    6/125

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    7/125

    Returns the accrued interest for a security that pays periodic interest.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

    yntax

    ACCRINT(issue,first_interest,settlement,rate,par,frequency,basis)

    mportantDates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23r

    ssue is the security's issue date.

    irst_interest is the security's first interest date.

    ettlement is the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.

    Rate is the security's annual coupon rate.

    ar is the security's par value. If you omit par, ACCRINT uses $1,000.

    requency is the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.

    Basis is the type of day count basis to use.

    Basis Day count basisor omitted US (NASD) 30/360

    1 Actual/actual2 Actual/3603 Actual/3654 European 30/360

    Remarks

    Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and JanuaIssue, first_interest, settlement, frequency, and basis are truncated to integers.If issue, fi rst_interest, or settlement is not a valid date, ACCRINT returns the #VALUE! error value.

    If rate 0 or if par 0, ACCRINT returns the #NUM! error value.

    If frequency is any number other than 1, 2, or 4, ACCRINT returns the #NUM! error value.If basis < 0 or if basis > 4, ACCRINT returns the #NUM! error value.If issue settlement, ACCRINT returns the #NUM! error value.

    ACCRINT is calculated as follows:

    ACCRINT

    http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    8/125

    where:

    Ai = number of accrued days for the ith quasi-coupon period within odd period.

    NC = number of quasi-coupon periods that fit in odd period. If this number contains a fraction, raise it to the next whole number.

    NLi = normal length in days of the ith quasi-coupon period within odd period.

    Example

    Data Description

    1 1-Mar-08 Issue date

    2 31-Aug-08 First interest date

    3 1-May-08 Settlement date

    4 10.00% Coupon rate

    5 1,000 Par value

    6 2 Frequency is semiannual (see above)

    7 0 30/360 basis (see above)

    Formula Description (Result)

    16.66666667Accrued interest for a treasury bond with the termsabove (16.66666667)

    15.55555556Accrued interest with the terms above, except the issuedate is March 5, 2008. (15.55555556)

    =ACCRINT(B66,B67,B68,B69,B70,B71,B72)

    =ACCRINT(DATE(2008,3,5),B67,B68,B69,B70,B71,B72)

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    9/125

    y, 2008. Problems can occur if dates are entered as text.

    serial number 39448 because it is 39,448 days after January 1, 19

    http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    10/125

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    11/125

    ACCRINTMReturns the accrued interest for a security that pays interest at maturity.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

    yntax

    ACCRINTM(issue,maturity,rate,par,basis)

    mportantDates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd

    ssue is the security's issue date.

    Maturity is the security's maturity date.

    Rate is the security's annual coupon rate.

    ar is the security's par value. If you omit par, ACCRINTM uses $1,000.

    asis is the type of day count basis to use.

    Basis Day count basisor omitted US (NASD) 30/360

    1 Actual/actual

    2 Actual/3603 Actual/3654 European 30/360

    Remarks

    Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and JanuarIssue, settlement, and basis are truncated to integers.If issue or settlement is not a valid date, ACCRINTM returns the #VALUE! error value.If rate 0 or if par 0, ACCRINTM returns the #NUM! error value.

    If basis < 0 or if basis > 4, ACCRINTM returns the #NUM! error value.If issue settlement, ACCRINTM returns the #NUM! error value.

    ACCRINTM is calculated as follows:

    where:

    A = Number of accrued days counted according to a monthly basis. For interest at maturity items, the number of days from the issue date to the maturity d

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    12/125

    D = Annual Year Basis.

    Example

    he example may be easier to understand if you copy it to a blank worksheet.

    Data Description1 1-Apr-08 Issue date

    2 15-Jun-08 Maturity date

    3 10.00% Percent coupon

    4 $1,000 Par value

    5 3 Actual/365 basis (see above)

    Formula Description (Result)

    20.54794521 The accrued interest for the terms above (20.54795)

    =ACCRINTM(B62,B63,B64,B65,B66)

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    13/125

    y, 2008. Problems can occur if dates are entered as text.

    serial number 39448 because it is 39,448 days after January 1, 19

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    14/125

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    15/125

    AMORDEGRC

    Returns the depreciation for each accounting period. This function is provided for the French accounting system. If an asset is purchased in the middle of th

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

    yntax

    AMORDEGRC(cost,date_purchased,first_period,salvage,period,rate,basis)

    mportantDates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23r

    Cost is the cost of the asset.

    Date_purchased is the date of the purchase of the asset.

    irst_period is the date of the end of the fi rst period.

    alvage is the salvage value at the end of the l ife of the asset.

    eriod is the period.

    Rate is the rate of depreciation.

    asis is the year basis to be used.

    Basis Date system

    0 or omitted360 days (NASD

    method)1 Actual3 365 days in a year

    4360 days in a year(European method)

    Remarks

    Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and JanuarThis function will return the depreciation until the last period of the life of the assets or until the cumulated value of depreciation is greater than the cost of The depreciation coefficients are:

    Life ofassets

    (1/rate)

    Depreciation

    coefficient

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    16/125

    Between 3

    and 4 years 1.5Between 5

    and 6 years 2More than 6

    years 2.5

    The depreciation rate will grow to 50 percent for the period preceding the last period and will grow to 100 percent for the last period.If the life of assets is between 0 (zero) and 1, 1 and 2, 2 and 3, or 4 and 5, the #NUM! error value is returned.

    Example

    Data Description

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    17/125

    g period, the prorated depreciation is taken into account. The functi

    y, 2008. Problems can occur if dates are entered as text.

    serial number 39448 because it is 39,448 days after January 1, 19

    minus the salvage value.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    18/125

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    19/125

    AMORLINCReturns the depreciation for each accounting period. This function is provided for the French accounting system. If an asset is purchased in the middle of th

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

    yntax

    AMORLINC(cost,date_purchased,first_period,salvage,period,rate,basis)

    mportantDates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd

    Cost is the cost of the asset.

    Date_purchased is the date of the purchase of the asset.

    irst_period is the date of the end of the first period.

    alvage is the salvage value at the end of the life of the asset.

    eriod is the period.

    Rate is the rate of depreciation.

    asis is the year basis to be used.

    Basis Date system

    0 or omitted360 days (NASD

    method)1 Actual3 365 days in a year

    4360 days in a year(European method)

    Remark

    Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January

    xample

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    20/125

    g period, the prorated depreciation is taken into account.

    y, 2008. Problems can occur if dates are entered as text.

    erial number 39448 because it is 39,448 days after January 1, 1900

    http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    21/125

    COUPDAYBSReturns the number of days from the beginning of the coupon period to the settlement date.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

    yntax

    COUPDAYBS(settlement,maturity,frequency,basis)

    mportantDates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23r

    ettlement is the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.

    Maturity is the security's maturity date. The maturity date is the date when the security expires.

    requency is the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.

    asis is the type of day count basis to use.

    Basis Day count basisor omitted US (NASD) 30/360

    1 Actual/actual2 Actual/3603 Actual/365

    4 European 30/360

    Remarks

    Microsoft Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and JanuarThe settlement date is the date a buyer purchases a coupon, such as a bond. The maturity date is the date when a coupon expires. For example, supposeAll arguments are truncated to integers.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    22/125

    y, 2008. Problems can occur if dates are entered as text.

    serial number 39448 because it is 39,448 days after January 1, 19

    bond is issued on January 1, 2008, and is purchased by a buyer six

    http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    23/125

    COUPDAYSReturns the number of days in the coupon period that contains the settlement date.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

    yntax

    COUPDAYS(settlement,maturity,frequency,basis)

    mportantDates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd

    ettlement is the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.

    Maturity is the security's maturity date. The maturity date is the date when the security expires.

    requency is the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.

    asis is the type of day count basis to use.

    Basis Day count basisor omitted US (NASD) 30/360

    1 Actual/actual

    2 Actual/3603 Actual/365

    4 European 30/360

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    24/125

    y, 2008. Problems can occur if dates are entered as text.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    25/125

    COUPDAYSNCReturns the number of days from the settlement date to the next coupon date.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

    yntax

    COUPDAYSNC(settlement,maturity,frequency,basis)

    mportantDates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd

    ettlement is the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.

    Maturity is the security's maturity date. The maturity date is the date when the security expires.

    requency is the number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.

    Basis is the type of day count basis to use.

    Basis Day count basisor omitted US (NASD) 30/360

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    26/125

    y, 2008. Problems can occur if dates are entered as text.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    27/125

    COUPNCDReturns a number that represents the next coupon date after the settlement date.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

    yntax

    COUPNCD(settlement,maturity,frequency,basis)

    mportantDates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd

    ettlement is the security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.

    Maturity is the security's maturity date. The maturity date is the date when the security expires.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    28/125

    y, 2008. Problems can occur if dates are entered as text.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    29/125

    COUPNUMeturns the number of coupons payable between the settlement date and maturity date, rounded up to the nearest whole coupon.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

    yntax

    OUPNUM(settlement,maturity,frequency,basis)

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    30/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    31/125

    COUPPCDeturns a number that represents the previous coupon date before the settlement date.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    32/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    33/125

    CUMIPMTeturns the cumulative interest paid on a loan between start_period and end_period.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    34/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    35/125

    CUMPRINCeturns the cumulative principal paid on a loan between start_period and end_period.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    36/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    37/125

    DBReturns the depreciation of an asset for a specified period using the f ixed-declining balance method.

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    38/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    39/125

    DDBReturns the depreciation of an asset for a specified period using the double-declining balance method or some other method you specify.

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    40/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    41/125

    DISCeturns the discount rate for a security.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    42/125

    http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    43/125

    DOLLARDEonverts a dollar price expressed as a fraction into a dollar price expressed as a decimal number. Use DOLLARDE to convert fractional dollar numbers, such as

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    44/125

    ies prices, to decimal numbers.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    45/125

    DOLLARFRonverts a dollar price expressed as a decimal number into a dollar price expressed as a fraction. Use DOLLARFR to convert decimal numbers to fractional dolla

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    46/125

    bers, such as securities prices.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    47/125

    DURATIONeturns the Macauley duration for an assumed par value of $100. Duration is defined as the weighted average of the present value of the cash flows and is use

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    48/125

    measure of a bond price's response to changes in yield.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    49/125

    EFFECTeturns the effective annual interest rate, given the nominal annual interest rate and the number of compounding periods per year.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    50/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    51/125

    FVReturns the future value of an investment based on periodic, constant payments and a constant interest rate.

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    52/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    53/125

    FVSCHEDULEeturns the future value of an initial principal after applying a series of compound interest rates. Use FVSCHEDULE to calculate the future value of an investmen

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    54/125

    a variable or adjustable rate.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    55/125

    NTRATEeturns the interest rate for a fully invested security.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    56/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    57/125

    IPMTReturns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate. For a more complete de

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    58/125

    f the arguments in IPMT and for more information about annuity fun

    http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    59/125

    IRRReturns the internal rate of return for a series of cash flows represented by the numbers in values. These cash flows do not have to be even, as they would

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    60/125

    nuity. However, the cash flows must occur at regular intervals, suc

    http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    61/125

    SPMTalculates the interest paid during a specific period of an investment. This function is provided for compatibility with Lotus 1-2-3.

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    62/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    63/125

    MDURATIONeturns the modified Macauley duration for a security with an assumed par value of $100.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    64/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    65/125

    MIRReturns the modified internal rate of return for a series of periodic cash flows. MIRR considers both the cost of the investment and the interest received on reinv

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    66/125

    of cash.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    67/125

    NOMINALeturns the nominal annual interest rate, given the effective rate and the number of compounding periods per year.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    68/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    69/125

    NPEReturns the number of periods for an investment based on periodic, constant payments and a constant interest rate.

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    70/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    71/125

    ODDFPRICEeturns the price per $100 face value of a security having an odd (short or long) first period.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    72/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    73/125

    ODDFYIELDeturns the yield of a security that has an odd (short or long) first period.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    74/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    75/125

    ODDLPRICEeturns the price per $100 face value of a security having an odd (short or long) last coupon period.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    76/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    77/125

    ODDLYIELDeturns the yield of a security that has an odd (short or long) last period.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    78/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    79/125

    PMTalculates the payment for a loan based on constant payments and a constant interest rate.

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    80/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    81/125

    PPMTeturns the payment on the principal for a given period for an investment based on periodic, constant payments and a constant interest rate.

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    82/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    83/125

    PRICEeturns the price per $100 face value of a security that pays periodic interest.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    84/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    85/125

    PRICEDISCeturns the price per $100 face value of a discounted security.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    86/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    87/125

    PRICEMATeturns the price per $100 face value of a security that pays interest at maturity.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    88/125

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    89/125

    PVReturns the present value of an investment. The present value is the total amount that a series of future payments is worth now. For example, when you borr

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    90/125

    he loan amount is the present value to the lender.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    91/125

    RATEReturns the interest rate per period of an annuity. RATE is calculated by iteration and can have zero or more solutions. If the successive results of RATE do n

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    92/125

    ge to within 0.0000001 after 20 iterations, RATE returns the #NUM!

    http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    93/125

    RECEIVEDeturns the amount received at maturity for a fully invested security.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    94/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    95/125

    SLNeturns the straight-line depreciation of an asset for one period.

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    96/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    97/125

    SYDeturns the sum-of-years' digits depreciation of an asset for a specified period.

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    98/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    99/125

    TBILLEQeturns the bond-equivalent yield for a Treasury bill.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    100/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    101/125

    TBILLPRICEeturns the price per $100 face value for a Treasury bill.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    102/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    103/125

    TBILLYIELDeturns the yield for a Treasury bill.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    104/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    105/125

    VDBReturns the depreciation of an asset for any period you specify, including partial periods, using the double-declining balance method or some other method yo

    yntax

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    106/125

    VDB stands for variable declining balance.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    107/125

    XIRRReturns the internal rate of return for a schedule of cash flows that is not necessarily periodic. To calculate the internal rate of return for a series of periodic ca

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    108/125

    use the IRR function.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    109/125

    XNPVReturns the net present value for a schedule of cash flows that is not necessarily periodic. To calculate the net present value for a series of cash flows that is

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    110/125

    se the NPV function.

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    111/125

    YIELDeturns the yield on a security that pays periodic interest. Use YIELD to calculate bond yield.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    112/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    113/125

    YIELDDISCeturns the annual yield for a discounted security.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    114/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    115/125

    YIELDMATeturns the annual yield of a security that pays interest at maturity.

    this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    116/125

    http://www.sanketham.tk/http://www.sanketham.tk/
  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    117/125

    FunctionACCRINT

    ACCRINTM

    AMORDEGRCAMORLINCCOUPDAYBSCOUPDAYSCOUPDAYSNCCOUPNCDCOUPNUMCOUPPCDCUMIPMT

    CUMPRINCDB

    DDBDISCDOLLARDEDOLLARFRDURATIONEFFECTFVFVSCHEDULE

    INTRATEIPMTIRRISPMT

    MDURATIONMIRRNOMINALNPERNPVODDFPRICEODDFYIELD

    ODDLPRICEODDLYIELDPMTPPMTPRICEPRICEDISC

    PRICEMATPVRATE

    RECEIVEDSLNSYDTBILLEQTBILLPRICETBILLYIELD

    Financi

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    118/125

    VDBXIRRXNPV

    YIELDYIELDDISCYIELDMAT

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    119/125

    DescriptionReturns the accrued interest for a security that pays periodic interestReturns the accrued interest for a security that pays interest at maturity

    Returns the depreciation for each accounting period by using a depreciation coefficientReturns the depreciation for each accounting periodReturns the number of days from the beginning of the coupon period to the settlement dateReturns the number of days in the coupon period that contains the settlement dateReturns the number of days from the settlement date to the next coupon dateReturns the next coupon date after the settlement dateReturns the number of coupons payable between the settlement date and maturity dateReturns the previous coupon date before the settlement date

    Returns the cumulative interest paid between two periodsReturns the cumulative principal paid on a loan between two periodsReturns the depreciation of an asset for a specified period by using the fixed-declining balance methodReturns the depreciation of an asset for a specified period by using the double-declining balance method or some

    other method that you specifyReturns the discount rate for a securityConverts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal numberConverts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fractionReturns the annual duration of a security with periodic interest paymentsReturns the effective annual interest rate

    Returns the future value of an investmentReturns the future value of an initial principal after applying a series of compound interest ratesReturns the interest rate for a fully invested securityReturns the interest payment for an investment for a given periodReturns the internal rate of return for a series of cash flowsCalculates the interest paid during a specific period of an investment

    Returns the Macauley modified duration for a security with an assumed par value of $100Returns the internal rate of return where positive and negative cash flows are financed at different ratesReturns the annual nominal interest rateReturns the number of periods for an investment

    Returns the net present value of an investment based on a series of periodic cash flows and a discount rateReturns the price per $100 face value of a security with an odd first periodReturns the yield of a security with an odd first periodReturns the price per $100 face value of a security with an odd last periodReturns the yield of a security with an odd last periodReturns the periodic payment for an annuityReturns the payment on the principal for an investment for a given periodReturns the price per $100 face value of a security that pays periodic interestReturns the price per $100 face value of a discounted security

    Returns the price per $100 face value of a security that pays interest at maturityReturns the present value of an investmentReturns the interest rate per period of an annuityReturns the amount received at maturity for a fully invested securityReturns the straight-line depreciation of an asset for one periodReturns the sum-of-years' digits depreciation of an asset for a specified periodReturns the bond-equivalent yield for a Treasury billReturns the price per $100 face value for a Treasury billReturns the yield for a Treasury bill

    l functions

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    120/125

    Returns the depreciation of an asset for a specified or partial period by using a declining balance method

    Returns the internal rate of return for a schedule of cash flows that is not necessarily periodicReturns the net present value for a schedule of cash flows that is not necessarily periodicReturns the yield on a security that pays periodic interestReturns the annual yield for a discounted security; for example, a Treasury billReturns the annual yield of a security that pays interest at maturity

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    121/125

    SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU

    1 2 3 1 2 3 4 5 6 7 1 2 3 4 54 5 6 7 8 9 10 8 9 10 11 12 13 14 8 9 10 11 12

    11 12 13 14 15 16 17 15 16 17 18 19 20 21 15 16 17 18 19

    18 19 20 21 22 23 24 22 23 24 25 26 27 28 22 23 24 25 26

    25 26 27 28 29 30 31 29 30 31

    SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU

    1 2 3 4 1 2 1 2 3 4

    5 6 7 8 9 10 11 3 4 5 6 7 8 9 7 8 9 10 11

    12 13 14 15 16 17 18 10 11 12 13 14 15 16 14 15 16 17 18

    19 20 21 22 23 24 25 17 18 19 20 21 22 23 21 22 23 24 25

    26 27 28 29 30 24 25 26 27 28 29 30 28 29 30

    31

    SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU

    1 2 3 4 1 1 2 3

    5 6 7 8 9 10 11 2 3 4 5 6 7 8 6 7 8 9 10

    12 13 14 15 16 17 18 9 10 11 12 13 14 15 13 14 15 16 17

    19 20 21 22 23 24 25 16 17 18 19 20 21 22 20 21 22 23 24

    26 27 28 29 30 31 23 24 25 26 27 28 29 27 28 29 30

    30 31

    SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU FRI SAT SUN MON TUE WED THU

    1 2 3 1 2 3 4 5 6 7 1 2 3

    4 5 6 7 8 9 10 8 9 10 11 12 13 14 6 7 8 9 10

    11 12 13 14 15 16 17 15 16 17 18 19 20 21 13 14 15 16 17

    18 19 20 21 22 23 24 22 23 24 25 26 27 28 20 21 22 23 24

    25 26 27 28 29 30 31 29 30 27 28 29 30 31

    MARCH

    JUNEMAYAPRIL

    JANUARY FEBRUARY

    2009ALENDAR

    JULY AUGUST SEPTEMBER

    DECEMBERNOVEMBEROCTOBER

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    122/125

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    123/125

    1

    2

    The Analysis Tofunctions whichfunctions coveroperations.

    Some of the For

    Home

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    124/125

  • 7/27/2019 Excel FinanceFormulas Vol[1].2.0.0

    125/125

    olPak is an add-in file containing extraare not built in to Excel. Theareas such as Date and Mathematical

    mulas required this Analysis ToolPak