A
B
C
D
E
100

A command that recognizes a pattern in your data, and then automatically fills in values when you enter examples of the output that you want. Use it to split data from two or more cells or to combine data from two cells.

Flash Fill

100

A format that changes the appearance of a cell—for example, by adding cell shading or font color—based on a condition; if the condition is true, the cell is formatted based on that condition, and if the condition is false, the cell is not formatted.

Conditional Formatting

100

The symbols +, -, *, /, %, and ^ used to denote addition, subtraction (or negation), multiplication, division, percentage, and exponentiation in an Excel formula.

Arithmetic operators

100

An equation that performs mathematical calculations on values in a worksheet.

formula

100

The cell, surrounded by a black border, ready to receive data or be affected by the next Excel command.

Active Cell

200

A statistical function in Excel that counts the number of cells within a range that meet the given condition and that has two arguments—the range of cells to check and the criteria.

COUNTIF function

200

The cell format in which characters align at the left edge of the cell; this is the default for text entries and is an example of formatting information stored in a cell.

Excel Left Alignment

200

A formatting command that displays the contents of a cell on multiple lines.

Wrap Text

200

Two or more selected cells on a worksheet that are adjacent or nonadjacent; because the range is treated as a single unit, you can make the same changes or combination of changes to more than one cell at a time.

Range

200

An Excel feature that adjusts the width of a column to fit the cell content of the widest cell in the column.

Autofit

300

The process of shrinking the width and/or height of printed output to fit a maximum number of pages.

Scaling

300

A tiny chart embedded in a cell that gives a visual trend summary alongside your data; makes a pattern more obvious.

Sparklines

300

Another name for a cell reference.

Cell Address

300

A predefined formula—a formula that Excel has already built for you—that performs calculations by using specific values in a particular order.

Function

300

A command that joins selected cells in an Excel worksheet into one larger cell and centers the contents in the merged cell.

Merge and Center

400

A defined set of formatting characteristics, such as font, font size, font color, cell borders, and cell shading.

Cell style

400

A tool that displays in the lower right corner of a selected range, with which you can analyze your data by using Excel tools such as charts, color-coding, and formulas.

Quick Analysis tool

400

A predefined formula that adds all the numbers in a selected range of cells.

SUM function

400

A cell reference that refers to cells by their fixed position in a worksheet; an absolute cell reference remains the same when the formula is copied.

Absolute cell reference

400

The small square in the lower right corner of a selected cell.

Fill handle

500

In a formula, the address of a cell based on the relative positions of the cell that contains the formula and the cell referred to in the formula.

Relative Cell reference

500

A function in Excel that uses a logical test to check whether a condition is met, and then returns one value if true and another value if false.

IF Function

500

An Excel function that retrieves the date and time from your computer’s calendar and clock and inserts the information into the selected cell.

NOW function

500

The values that an Excel function uses to perform calculations or operations.

Arguments

500

Symbols that evaluate each value to determine if it is the same as (=), greater than (>), less than (<), or in between a range of values as specified by the criteria.

Comparison operators