BASIC Formulas
FUNCTIONS
Formatting
Shortcuts & Navigation
Excel Vocabulary
100

What symbol must every formula in Excel begin with?

= (equal)

100

What function gives you the highest value in a range?

MAX()

100

What does "Wrap Text" do in Excel?

it makes all text visible in a cell by showing it on multiple lines.

100

What shortcut saves your Excel workbook?

Ctrl + S

100

What is a cell in Excel?

is the intersection of a row and a column

200

Write a formula to multiply cell A1 by B1.

=A1*B1

200

What function would you use to find the smallest value?

MIN()

200

How do you bold text in Excel?

click the Bold button or press Ctrl + B

200

What shortcut creates a new workbook?

Ctrl + N

200

What do you call a collection of related data in rows and columns?

a Table

300

How do you write a formula to subtract B1 from A1?

=A1–B1

300

What function calculates the average of a list of numbers?

AVERAGE()

300

How do you apply Currency formatting to a number?

click the "$" sign or go to Number Format > Currency

300

How do you select an entire column?

Click the column letter or press Ctrl + Space

300

What is a formula?

is an equation that performs a calculation

400

What function adds the range A1 through A10

=SUM(A1:A10)

400

Write the formula to find the average of A1 through A5.

=AVERAGE(A1:A5)

400

What is the purpose of "Merge & Center"?

to combine multiple cells into one and center the text

400

What is the shortcut for inserting the current date?

Ctrl + ; (semicolon)

400

What is a function?

is a predefined formula like SUM or AVERAGE

500

What formula calculates the total of A1, B1, and C1 without using SUM?

=A1+B1+C1

500

You want to count how many numbers are in A1 through A10. What function do you use?

COUNT()

500

What feature allows you to automatically color cells based on values?

Conditional Formatting

500

What shortcut lets you undo an action?

Ctrl + Z

500

What is a worksheet?

is a single page or tab within an Excel file