You are on page 1of 1

Excel Function Purpose

SUMIFS Sum up a set of values that meet several conditions


VLOOKUP Search for a value in a table and return a corresponding value
INDEX+MATCH Used when VLOOKUP cannot return value on left most column
IF Used to model decisions in Excel
Nesting Formulas IF inside IF. Used to model complex decisions
LEFT, RIGHT, MID Extract portions of text from left, right and middle
TRIM remove unnecessary spaces
SUBSTITUTE to replace portions of text with something else
LEN to calculate the length of a text
TEXT to convert a value to TEXT formatting
FIND to find if something is present in a text, if so at what position?
MIN Find minimum value in a list
MAX Find maximum value in a list
SMALL Find nth smallest value in a list
LARGE Find nth largest value in a list

You might also like