What is Index Match in Excel
What is Index Match in Excel
=INDEX() returns the value of a cell in a table based on the column and row
number.
Combined, the two formulas can look up and return the value of a cell in a table
based on vertical and horizontal criteria. For short, this is referred to as just the
Index Match function.
Financial function
1)SLN
EXAMPLE
SUPPOSE YOU PURCHASED A CAR FOR 100000 THA HAS A USEFUL LIFE OF
10 YEARS AND A SALVAGE VALUE OF 7500. WHAT IS THE DEPRICIATION
ALLOWANCE FOR EACH YEAR ?
2) PMT
The Excel PMT function is a financial function that calculates the payment for a loan
based on a constant interest rate, the number of periods and the loan amount.
For the PMT function to work correctly in your worksheets, please keep in mind these
facts:
To be in line with the general cash flow model, the payment amount is output as
a negative number because it's a cash outflow.
The value returned by the PMT function includes principal and interest but does not
include any fees, taxes, or reserve payments that may be associated with a loan.
A PMT formula in Excel can compute a loan payment for different payment frequencies
such as weekly, monthly, quarterly, or annually.
Where:
Rate (required) - the constant interest rate per period. Can be supplied as percentage
or decimal number.
For example, if you make annual payments on a loan at an annual interest rate of 10
percent, use 10% or 0.1 for rate. If you make monthly payments on the same loan,
then use 10%/12 or 0.00833 for rate.
Nper (required) - the number of payments for the loan, i.e. the total number of periods
over which the loan should be paid.
For example, if you make annual payments on a 5-year loan, supply 5 for nper. If you
make monthly payments on the same loan, then multiply the number of years by 12,
and use 5*12 or 60 for nper.
Pv (required) - the present value, i.e. the total amount that all future payments are worth
now. In case of a loan, it's simply the original amount borrowed.
Fv (optional) - the future value, or the cash balance you wish to have after the last
payment is made. If omitted, the future value of the loan is assumed to be zero (0).
Type (optional) - specifies when the payments are due:
o 0 or omitted - payments are due at the end of each period.
o 1 - payments are due at the beginning of each period.
EXAMPLE 1
EXAMPLE 2
if you are applying for a two-year car loan with an annual interest rate of 7% and the
loan amount of 30,000, what your monthly payments will be?
Example3
if you borrow 100,000 for 5 years with an annual interest rate of 7%, the following
formula will calculate the annual payment: