Basic Formulas
Text Functions
Logic Functions
Lookup Functions
Symbols & Wildcards
100

This function adds up a range of cells

What is SUM?

100

This function converts text to all lowercase letters

What is LOWER?

100

This function returns one value if a condition is true and another if false

What is IF?

100

T or F: Formulas can reference cells on different worksheets

What is TRUE?

100

This symbol is used at the beginning of every Excel formula

What is an equal sign?

200

This function calculates the middle value in a dataset

What is MEDIAN?

200

This function extracts a specified number of characters from the left side of text

What is LEFT?

200

This function returns TRUE only if all arguments are true

What is AND?

200

This function calculates the number of days between two dates

What is DAYS?

200

This wildcard represents any single character in search functions

What is a question mark?

300

This function returns the highest value in a range

What is MAX?

300

This function returns the number of characters in a text string

What is LEN? 

300

This function returns TRUE if any argument is true

What is OR? 

300

This function searches for a value in the top row and returns a value in the same column

What is HLOOKUP?

300

This wildcard represents any number of characters in search functions

What is an asterisk? 

400

This function counts how many cells contain numbers in a range

What is COUNT?

400

This function combines text from multiple cells into one cell

What is CONCATENATE (or CONCAT)?

400

These two symbols together represent 'not equal to'

What is <>?

400

This function searches for a value in the leftmost column and returns a value in the same row

What is VLOOKUP?

400

This symbol is used to separate arguments in a formula

What is a comma?

500

This function calculates the arithmetic mean of a dataset

What is AVERAGE?

500

This symbol connects two values to produce one continuous text value

What is &?

500

This function counts cells that meet a single criteria

What is COUNTIF?

500

This modern function can search both horizontally and vertically, replacing VLOOKUP

What is XLOOKUP?

500

This symbol locks a cell reference so it won't change when copied

What is a dollar sign?