You are on page 1of 2

Averageif- for 1 condition (range, criteria, average range)

Averageifs- for more than 1 condition (same as above and it will continue)

Sumif- for adding with 1 condition (range, criteria , sum range)

Sumifs- for multiple criteria

Countif- to count (range,criteria)

Conditional formatting

Excel charts

IF function- if(logical test, value if true, value if false)

Nested if – for more than 2 values i.e true and false (one if function within another)

Descriptive statistics

Index- Returns a value or reference of the cell where the row and column intersects.

Match- Returns a position of cell in row or coloumn

Combining the above 2 we can use it to pin point the cell if there are more than 1
variables.(INDEXMATCH)

IF(AND(….),True,False)

Offset function- offset(starting cell, Row number, coloumn number)

Choose(Choice,option 1, ….)

XNPV(discount rate, cash flows, dates)

PMT – To calculate the value of equal payments over the life of loan

IPMT- Interest Payments over the life of loan

PPMT- To calculate the value of principal within the installments

LEN(Text)- Count the number of characteristics

TRIM(Text)- Reduce the space

You might also like