Advanced Functions
Advanced Functions
The TMT function isn’t a standard Excel function, but "TMT" often refers to Terminal
Value in finance. Terminal Value is used in Discounted Cash Flow (DCF) analysis to
calculate the value of a business beyond a forecast period.
You can calculate the Terminal Value (TV) using either the Perpetuity Growth Model or
the Exit Multiple Method.
As already covered, the PMT function calculates the payment for a loan or investment based
on constant payments and a constant interest rate.
Syntax:
Where:
The PPMT function calculates the principal portion of a payment for a specific period in an
amortizing loan.
Syntax:
The MPB (Modified Internal Rate of Return, or MIRR) isn't a standard function in Excel, but
the MIRR function in Excel calculates the modified internal rate of return for a series of cash
flows, considering reinvestment rates and financing rates.
Where:
• values = array of cash flows (negative for outflows, positive for inflows)
• finance_rate = the rate at which the company borrows money
• reinvest_rate = the rate at which the company reinvests earnings
The IMR function isn't a standard Excel function either, but if you are looking for interest
rates (like for loans or investments), you may be thinking of the RATE function, which
calculates the interest rate for a given set of loan terms.
Syntax:
Where:
The VLOOKUP function searches for a value in the first column of a table and returns a
value in the same row from a specified column.
Syntax:
Where:
Example:
This searches for "Apple" in the first column and returns the value from the second column.
Similar to VLOOKUP, but HLOOKUP searches for a value in the first row of a table and
returns a value from a specified row.
Syntax:
Where:
Example:
This searches for "Sales" in the first row and returns the value from the third row.
To calculate the P-value in Excel, you can use the T.TEST function for hypothesis testing
with a t-distribution.
Syntax:
Where:
Example:
=T.TEST(A1:A10, B1:B10, 2, 3)
This returns the P-value for the two-sample unequal variance test.
9. F-Value (F-Statistic)
The F-Statistic is used in analysis of variance (ANOVA). Excel can calculate the F-value
using the F.TEST function.
Syntax:
=F.TEST(array1, array2)
Where:
This will return the F-statistic used to assess whether the variances of the two samples are
significantly different.
The IPMT function calculates the interest portion of a specific payment on a loan, given the
interest rate, number of periods, and loan amount.
Syntax:
Example:
This will return the interest portion of the 3rd payment on a $10,000 loan with a 5% annual
interest rate over 5 years (monthly payments).
Summary:
Each of these functions has its own use case, especially in financial analysis, statistical
analysis, and data lookups.