EXCEL BASICS
FORMULAS & FUNCTIONS
FORMATTING
DATA MANAGEMENT
EXCEL CHALLENGE
100

What is the intersection of a row and a column called?

Cell

100

Which function adds numbers together?

SUM

100

Which formatting option makes text darker and heavier?

BOLD

100

What feature arranges data alphabetically or numerically?

Sort

100

What formula would you use to multiply A2 by B2?

=A2*B2

200

What symbol must begin a formula?

Equal sign (=)

200

Which function calculates the average?

AVERAGE

200

Which number format should you use for monetary values?

Currency

200

What feature displays only the records that meet specific criteria?

Filter

200

What formula would calculate 7% tax on the amount in C5?

=C5*7%

300

What is the difference between a workbook and a worksheet?

A workbook is the entire Excel file; a worksheet is one sheet within the workbook.

300

Which function identifies the largest value in a range?

MAX

300

What feature combines multiple cells into one larger cell?

Merge & Center

300

What command allows you to keep headings visible while scrolling?

Freeze Panes

300

What function counts cells containing numbers?

COUNT

400

What is the address of the cell in Column C, Row 7?

C7

400

Which function identifies the smallest value in a range?

MIN 

400

Which feature automatically changes the appearance of cells based on their values?

 Conditional Formatting

400

What feature can identify repeated entries in a dataset?

Conditional Formatting / Remove Duplicates, depending on the task  

400

What function counts cells based on a specific condition?

COUNTIF

500

What are the letters at the top of an Excel worksheet called

Column headings/labels

500

Write a formula that calculates the average of cells B2 through B10.

=AVERAGE(B2:B10)

500

What Excel feature allows you to display text on multiple lines within one cell?

Wrap Text

500

If you only want to see employees whose sales are greater than $5,000, what Excel feature could you use?

Filter

500

Write a formula that displays "PASS" if A2 is 70 or higher and "FAIL" if it is below 70.

=IF(A2>=70,"PASS","FAIL")

M
e
n
u