Excel
Excel
=DATE(year,month,day)
Workday
EOMONTH
The EOMONTH function in Excel is used to calculate the last day
of the month which is a specified number of months before or
after a given date. The syntax for the EOMONTH function is as
follows:
=EOMONTH(start_date, months)
Today
=TODAY()
The PMT function in Excel is used to calculate the EMIs for a loan
or investment, based on a constant interest rate, a fixed
payment amount, and a specified number of periods.
NPV
The NPV (Net Present Value) function in Excel is used to calculate the
present value of a series of cash flows (at regular intervals), taking
into account the time value of money and the required rate of return.
=IRR(values, [guess])
XIRR
XIRR function in Excel is similar to the IRR function, but it allows
for cash flows that occur at irregular intervals. XIRR function
calculates the internal rate of return for a series of cash flows
that occur on specific dates.
The name VLOOKUP stands for "Vertical Lookup" which means it looks
up values in the vertical column of a table.
Hlookup
The HLOOKUP function in Excel is similar to the VLOOKUP function,
but instead of looking up a value in a vertical column, it looks up a
value in a horizontal row. The name HLOOKUP stands for "Horizontal
Lookup".
Index / Match
The INDEX MATCH function is a powerful tool in Microsoft Excel that
allows you to look up a specific value within a table or range of data.
Unlike the more commonly used VLOOKUP function, the INDEX MATCH
function can be used to lookup values in any column of a table and does
not require the lookup column to be on the left-hand side of the table.
The INDEX function: This function returns a value from a table based on a
specified row and column number.
Indirect
The INDIRECT function in Microsoft Excel is used to return a
reference to a range based on a text string. This can be
particularly useful in cases where you have a cell that contains a
reference to another cell, but the reference needs to be dynamic
or changeable.
=INDIRECT(ref_text, [a1])
Address
The ADDRESS function in Microsoft Excel is used to return the cell
address as a text string based on a specified row and column number.
This can be useful when you need to dynamically reference a cell in a
formula.
Transpose
The TRANSPOSE function in Microsoft Excel is used to transpose a
range of cells, flipping rows into columns or columns into rows.
This can be useful when you need to change the orientation of your
data for use in a different part of your workbook.
=TRANSPOSE(array)
IF
=IFERROR(value, value_if_error)
Math/Stats Functions
SUM
For example, if you have a column of numbers in cells A1:A5, you can use
the formula
MEDIAN
For example, if you have a column of numbers in cells A1:A5, you can
use the formula.
MAX
The MAX function in Excel is used to find the largest value in a range of values.
For example, if you have a column of numbers in cells A1:A5, you can use the
formula
The MIN function in Excel is used to find the smallest value in a range of
values. For example, if you have a column of numbers in cells A1:A5, you
can use the formula
SUMIF
The SUMIF function in Excel is used to add up values in a range that meets certain
criteria.
For example, if you have a column of sales figures in cells A1:A5 and you want to add
up the sales for a particular product, you can use the formula
COUNTIF
The COUNTIF function in Excel is used to count the number of cells in a range that
meet certain criteria.
For example, if you have a column of sales figures in cells A1:A5 and you want to
count how many sales are above $100, you can use the formula
=COUNTIF(A1:A5, ">100").
SUMIFS
COUNTIFS
The COUNTIFS function in Excel is used to count the number of cells in a range
that meet multiple criteria.
For example, if you have a column of sales figures in cells A1:A5, a column of
product names in cells B1:B5, and a column of sales dates in cells C1:C5, you can
use the formula
The RANK function in Excel is used to determine the rank of a particular value in a
range of values. The rank of a value is its position in a list of values, where the
highest value is ranked 1, the second highest value is ranked 2, and so on.
=RANK(number,ref,[order])
SMALL
The SMALL function in Excel is used to find the kth smallest value in a range of
values. For example, if you have a column of sales figures in cells A1:A5, you can
use the formula =SMALL(A1:A5,2) to find the second smallest value in that
column.
LARGE
The LARGE function in Excel is used to find the kth largest value in a range of
values. For example, if you have a column of sales figures in cells A1:A5, you
can use the formula