Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Data Series in Excel
  • Reverse List in Excel
  • Get column index in Excel Table
  • Everything about Charts in Excel
  • How to create a Histogram in Excel

References

  • How to use Excel INDIRECT Function
  • Convert text string to valid reference in Excel using Indirect function
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • How to get last row in numeric data in Excel

Data Validations

  • Excel Data validation must begin with
  • Excel Data validation no punctuation
  • Excel Data validation exists in list
  • Prevent invalid data entering in specific cells
  • Excel Data validation date in next 30 days

Category: Financial Functions

Excel Financial Functions perform many of the common financial calculations, such as the calculation of yield, interest rates, duration, valuation and depreciation.

PMT, RATE, NPER, PV and FV Financial Functions in Excel

by

Learn all about Excel’s PMT, RATE, NPER, PV and FV To illustrate Excel’s most popular financial functions, we consider a loan with monthly payments, an annual interest rate of 6%, a 20-year duration, a present value of $150,000 (amount borrowed) and a future value of 0 (that’s what you hope to achieve when you pay off a loan). We make monthly payments, …

Continue Reading

DB function: Description, Usage, Syntax, Examples and Explanation

by

What is DB function in Excel? DB function is one of the Financial functions in Microsoft Excel that returns the depreciation of an asset for a specified period using the fixed-declining balance method. Syntax of DB function DB(cost, salvage, life, period, [month]) The DB function syntax has the following arguments: Cost: The initial cost of the …

Continue Reading

NPER function: Description, Usage, Syntax, Examples and Explanation

by

What is NPER function in Excel? NPER function is one of the Financial functions in Microsoft Excel that returns the number of periods for an investment based on periodic, constant payments and a constant interest rate. Syntax of NPER function NPER(rate,pmt,pv,[fv],[type]) The NPER function syntax has the following arguments: Rate: The interest rate per period. Pmt: …

Continue Reading

RRI function: Description, Usage, Syntax, Examples and Explanation

by

What is RRI function in Excel? RRI function is one of the Financial functions in Microsoft Excel that returns an equivalent interest rate for the growth of an investment. Syntax of RRI function RRI(nper, pv, fv) The RRI function syntax has the following arguments. Nper    Required. Nper is the number of periods for the investment. Pv    …

Continue Reading

DDB function: Description, Usage, Syntax, Examples and Explanation

by

What is DDB function in Excel? DDB function is one of the Financial functions in Microsoft Excel that returns the depreciation of an asset for a specified period using the double-declining balance method or some other method you specify. Syntax of DDB function DDB(cost, salvage, life, period, [factor]) The DDB function syntax has the following arguments: …

Continue Reading

NPV function: Description, Usage, Syntax, Examples and Explanation

by

What is NPV function in Excel? NPV function is one of the Financial functions in Microsoft Excel that calculates the net present value of an investment by using a discount rate and a series of future payments (negative values) and income (positive values). Syntax of NPV function NPV(rate,value1,[value2],…) The NPV function syntax has the following arguments: …

Continue Reading

RECEIVED function: Description, Usage, Syntax, Examples and Explanation

by

What is RECEIVED function in Excel? RECEIVED function is one of Financial functions in Microsoft Excel that returns the amount received at maturity for a fully invested security. Syntax of RECEIVED function RECEIVED(settlement, maturity, investment, discount, [basis]) The RECEIVED function syntax has the following arguments: Settlement: The security’s settlement date. The security settlement date is the …

Continue Reading

DISC function: Description, Usage, Syntax, Examples and Explanation

by

What is DISC function in Excel? DISC function is one of the Financial functions in Microsoft Excel that returns the discount rate for a security. Syntax of DISC function DISC(settlement, maturity, pr, redemption, [basis]) The DISC function syntax has the following arguments: Settlement: The security’s settlement date. The security settlement date is the date after the …

Continue Reading

ODDFPRICE function: Description, Usage, Syntax, Examples and Explanation

by

What is ODDFPRICE function in Excel? ODDFPRICE function is one of the Financial functions in Microsoft Excel that returns the price per $100 face value of a security having an odd (short or long) first period. Syntax of ODDFPRICE function ODDFPRICE(settlement, maturity, issue, first_coupon, rate, yld, redemption, frequency, [basis]) The ODDFPRICE function syntax has the following …

Continue Reading

RATE function: Description, Usage, Syntax, Examples and Explanation

by

What is RATE function in Excel? RATE function is one of Financial functions in Microsoft Excel that returns 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 not converge to within 0.0000001 after 20 iterations, RATE returns …

Continue Reading

ACCRINT function: Description, Usage, Syntax, Examples and Explanation

by

What is ACCRINT function in Excel? ACCRINT function is one of the Financial functions in Microsoft Excel that returns the accrued interest for a security that pays periodic interest. Syntax of ACCRINT function ACCRINT(issue, first_interest, settlement, rate, par, frequency, [basis], [calc_method]) The ACCRINT function syntax has the following arguments: Issue: The security’s issue date. First_interest: The …

Continue Reading

DOLLARDE function: Description, Usage, Syntax, Examples and Explanation

by

What is DOLLARDE function in Excel? DOLLARDE function is one of the Financial functions in Microsoft Excel that converts a dollar price expressed as an integer part and a fraction part, such as 1.02, into a dollar price expressed as a decimal number. Fractional dollar numbers are sometimes used for security prices. The fraction part …

Continue Reading

ODDFYIELD function: Description, Usage, Syntax, Examples and Explanation

by

What is ODDFYIELD function in Excel? ODDFYIELD function is one of the Financial functions in Microsoft Excel that returns the yield of a security that has an odd (short or long) first period. Syntax of ODDFYIELD function ODDFYIELD(settlement, maturity, issue, first_coupon, rate, pr, redemption, frequency, [basis]) The ODDFYIELD function syntax has the following arguments: Settlement: The …

Continue Reading

YIELD function: Description, Usage, Syntax, Examples and Explanation

by

What is YIELD function in Excel? YIELD function is one of Financial functions in Microsoft Excel that returns the yield on a security that pays periodic interest. Use YIELD to calculate bond yield. Syntax of YIELD function YIELD(settlement, maturity, rate, pr, redemption, frequency, [basis]) Important: Dates should be entered by using the DATE function, or as results …

Continue Reading

COUPDAYBS function: Description, Usage, Syntax, Examples and Explanation

by

What is COUPDAYBS function in Excel? COUPDAYBS function is one of the Financial functions in Microsoft Excel that returns the number of days from the beginning of a coupon period until its settlement date. Syntax of COUPDAYBS function COUPDAYBS(settlement, maturity, frequency, [basis]) The COUPDAYBS function syntax has the following arguments: Settlement: The security’s settlement date. The …

Continue Reading

DOLLARFR function: Description, Usage, Syntax, Examples and Explanation

by

What is DOLLARFR function in Excel? DOLLARFR function is one of the Financial functions in Microsoft Excel that uses the DOLLARFR to convert decimal numbers to fractional dollar numbers, such as securities prices. Syntax of DOLLARFR function DOLLARFR(decimal_dollar, fraction) The DOLLARFR function syntax has the following arguments: Decimal_dollar:  A decimal number. Fraction: The integer to use …

Continue Reading

ODDLPRICE function: Description, Usage, Syntax, Examples and Explanation

by

What is ODDLPRICE function in Excel? ODDLPRICE function is one of the Financial functions in Microsoft Excel that returns the price per $100 face value of a security having an odd (short or long) last coupon period. Syntax of ODDLPRICE function ODDLPRICE(settlement, maturity, last_interest, rate, yld, redemption, frequency, [basis]) The ODDLPRICE function syntax has the following …

Continue Reading

XNPV function: Description, Usage, Syntax, Examples and Explanation

by

What is XNPV function in Excel? XNPV function is one of Financial functions in Microsoft Excel that returns 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 periodic, use the NPV function. Syntax of XNPV function …

Continue Reading

AMORLINC function: Description, Usage, Syntax, Examples and Explanation

by

What is AMORLINC function in Excel? AMORLINC function is one of the Financial functions in Microsoft Excel that 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 the accounting period, the prorated depreciation is taken into account. Syntax of AMORLINC …

Continue Reading

IPMT function: Description, Usage, Syntax, Examples and Explanation

by

What is IPMT function in Excel? IPMT function is one of the Financial functions in Microsoft Excel that returns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate. Syntax of IPMT function IPMT(rate, per, nper, pv, [fv], [type]) The IPMT function syntax has the following …

Continue Reading

ODDLYIELD function: Description, Usage, Syntax, Examples and Explanation

by

What is ODDLYIELD function in Excel? ODDLYIELD function is one of the Financial functions in Microsoft Excel that returns the yield of a security that has an odd (short or long) last period. Syntax of ODDLYIELD function ODDLYIELD(settlement, maturity, last_interest, rate, pr, redemption, frequency, [basis]) The ODDLYIELD function syntax has the following arguments: Settlement: The security’s …

Continue Reading

XIRR function: Description, Usage, Syntax, Examples and Explanation

by

What is XIRR function in Excel? XIRR function is one of Financial functions in Microsoft Excel that returns 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 cash flows, use the IRR function. Syntax of XIRR function …

Continue Reading

AMORDEGRC function: Description, Usage, Syntax, Examples and Explanation

by

What is AMORDEGRC function in Excel? AMORDEGRC function is one of the Financial functions in Microsoft Excel that 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 the accounting period, the prorated depreciation is taken into account. The function …

Continue Reading

INTRATE function: Description, Usage, Syntax, Examples and Explanation

by

What is INTRATE function in Excel? INTRATE function is one of the Financial functions in Microsoft Excel that returns the interest rate for a fully invested security. Syntax of INTRATE function INTRATE(settlement, maturity, investment, redemption, [basis]) The INTRATE function syntax has the following arguments: Settlement: The security’s settlement date. The security settlement date is the date …

Continue Reading

PDURATION function: Description, Usage, Syntax, Examples and Explanation

by

What is PDURATION function in Excel? PDURATION function is one of the Financial functions in Microsoft Excel that returns the number of periods required by an investment to reach a specified value. Syntax of PDURATION function PDURATION(rate, pv, fv) The PDURATION function syntax has the following arguments. Rate: Rate is the interest rate per period. Pv:  …

Continue Reading

VDB function: Description, Usage, Syntax, Examples and Explanation

by

What is VDB function in Excel? VDB function is one of Financial functions in Microsoft Excel that returns the depreciation of an asset for any period you specify, including partial periods, using the double-declining balance method or some other method you specify. VDB stands for variable declining balance. Syntax of VDB function VDB(cost, salvage, life, start_period, …

Continue Reading

ACCRINTM function: Description, Usage, Syntax, Examples and Explanation

by

What is ACCRINTM function in Excel? ACCRINTM function is one of the Financial functions in Microsoft Excel that returns the accrued interest for a security that pays interest at maturity. Syntax of ACCRINTM function ACCRINTM(issue, settlement, rate, par, [basis]) The ACCRINTM function syntax has the following arguments: Issue: The security’s issue date. Settlement: The security’s maturity …

Continue Reading

FVSCHEDULE function: Description, Usage, Syntax, Examples and Explanation

by

What is FVSCHEDULE function in Excel? FVSCHEDULE function is one of the Financial functions in Microsoft Excel that returns the future value of an initial principal after applying a series of compound interest rates. Use FVSCHEDULE to calculate the future value of an investment with a variable or adjustable rate. Syntax of FVSCHEDULE function FVSCHEDULE(principal, schedule) …

Continue Reading

PV function: Description, Usage, Syntax, Examples and Explanation

by

What is PV function in Excel? PV function is one of  the Financial functions in Microsoft Excel that calculates the present value of a loan or an investment, based on a constant interest rate. You can use PV with either periodic, constant payments (such as a mortgage or other loan), or a future value that’s …

Continue Reading

TBILLYIELD function: Description, Usage, Syntax, Examples and Explanation

by

What is TBILLYIELD function in Excel? TBILLYIELD function is one of the Financial functions in Microsoft Excel that returns the yield for a Treasury bill. Syntax of TBILLYIELD function TBILLYIELD(settlement, maturity, pr) Important: Dates 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 …

Continue Reading

YIELDMAT function: Description, Usage, Syntax, Examples and Explanation

by

What is YIELDMAT function in Excel? YIELDMAT function is one of the Financial functions in Microsoft Excel that returns the annual yield of a security that pays interest at maturity. Syntax of YIELDMAT function YIELDMAT(settlement, maturity, issue, rate, pr, [basis]) The YIELDMAT function syntax has the following arguments: Settlement: The security’s settlement date. The security settlement date …

Continue Reading

FV function: Description, Usage, Syntax, Examples and Explanation

by

What is FV function in Excel? FV function is one of the Financial functions in Microsoft Excel that calculates the future value of an investment based on a constant interest rate. You can use FV with either periodic, constant payments, or a single lump sum payment. Syntax of FV function FV(rate,nper,pmt,[pv],[type]) For a more complete description …

Continue Reading

PRICEMAT function: Description, Usage, Syntax, Examples and Explanation

by

What is PRICEMAT function in Excel? PRICEMAT function is one of Financial functions in Microsoft Excel that returns the price per $100 face value of a security that pays interest at maturity. Syntax of PRICEMAT function PRICEMAT(settlement, maturity, issue, rate, yld, [basis]) Important: Dates should be entered by using the DATE function, or as results of other …

Continue Reading

TBILLPRICE function: Description, Usage, Syntax, Examples and Explanation

by

What is TBILLPRICE function in Excel? REPT function is one of Financial functions in Microsoft Excel that returns the price per $100 face value for a Treasury bill. Syntax of TBILLPRICE function TBILLPRICE(settlement, maturity, discount) The TBILLPRICE function syntax has the following arguments: Settlement: The Treasury bill’s settlement date. The security settlement date is the date after …

Continue Reading

CUMIPMT function: Description, Usage, Syntax, Examples and Explanation

by

What is CUMIPMT function in Excel? CUMIPMT function is one of the Financial functions in Microsoft Excel that returns the cumulative interest paid on a loan between start_period and end_period. Syntax of CUMIPMT function CUMIPMT(rate, nper, pv, start_period, end_period, type) The CUMIPMT function syntax has the following arguments: Rate: The interest rate. Nper: The total number …

Continue Reading

EFFECT function: Description, Usage, Syntax, Examples and Explanation

by

What is EFFECT function in Excel? EFFECT function is one of the Financial functions in Microsoft Excel that returns the effective annual interest rate, given the nominal annual interest rate and the number of compounding periods per year. Syntax of EFFECT function EFFECT(nominal_rate, npery) The EFFECT function syntax has the following arguments: Nominal_rate: The nominal interest …

Continue Reading

PRICEDISC function: Description, Usage, Syntax, Examples and Explanation

by

What is PRICEDISC function in Excel? PRICEDISC function is one of Financial functions in Microsoft Excel that returns the price per $100 face value of a discounted security. Syntax of PRICEDISC function PRICEDISC(settlement, maturity, discount, redemption, [basis]) Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, …

Continue Reading

YIELDDISC function: Description, Usage, Syntax, Examples and Explanation

by

What is YIELDDISC function in Excel? YIELDDISC function is one of Financial functions in Microsoft Excel that returns the annual yield for a discounted security. Syntax of YIELDDISC function YIELDDISC(settlement, maturity, pr, redemption, [basis]) Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for …

Continue Reading

COUPPCD function: Description, Usage, Syntax, Examples and Explanation

by

What is COUPPCD function in Excel? COUPPCD function is one of the Financial functions in Microsoft Excel that returns a number that represents the previous coupon date before the settlement date. Syntax of COUPPCD function COUPPCD(settlement, maturity, frequency, [basis]) The COUPPCD function syntax has the following arguments: Settlement: The security’s settlement date. The security settlement date …

Continue Reading

DURATION function: Description, Usage, Syntax, Examples and Explanation

by

What is DURATION function in Excel? DURATION function is one of the Financial functions in Microsoft Excel that returns the Macauley duration for an assumed par value of $100. Duration is defined as the weighted average of the present value of cash flows, and is used as a measure of a bond price’s response to …

Continue Reading

Posts navigation

  • 1
  • 2
  • Next

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • How to use Excel FALSE Function
  • Extract multiple matches into separate rows in Excel
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • Check multiple cells are equal in Excel
  • IF with wildcards in Excel

Date Time

  • Add workdays no weekends in Excel
  • How to get number of days, weeks, months or years between two dates in Excel
  • Dynamic date list in Excel
  • How to determine year is a leap year in Excel
  • Get work hours between dates and times in Excel

Grouping

  • Running count group by n size in Excel
  • Group times into unequal buckets in Excel
  • Calculate conditional mode with criteria in Excel
  • Group numbers with VLOOKUP in Excel
  • Categorize text with keywords in Excel

General

  • Find, Select, Replace and Go To Special in Excel
  • Excel Default Templates
  • Split Cell Content Using Text to Columns in Excel
  • How to fill cell ranges with random number from fixed set of options in Excel
  • 44 Practical Excel IF function Examples
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning