Microsoft Excel Tour
Excel Basics 1
Excel Basics 2
Formulas
Functions
100

An Excel file is called a: 

Workbook

100

The most common way to select multiple cells:

Click & Drag method

100

How do you change the font style - Bold, Italic, Underlined

Home Tab Font group

100

How do you write a formula to add the values in cells A1 and B1?

=A1+B1

100

How do you copy a formula/function to other cells?

Click on the handle and drag

200

Excel spreadsheet is also known as:

Worksheet

200

What is a cell in excel?

Row/Column A1

200

When entering a formula in a cell, which symbol must you start with?

=/Equal Sign

200

How do you change the type of data contained in a cell?  (Text, Date, Numeric, Etc)

Home Tab, Number section (dropdown)

200

Adds all the values in a range of cells

SUM

300

Where rows and columns intersect (ex. E7)

Cell Address

300

This is known as the command center of the Excel Interface that houses the tabs, groups and commands

Ribbon

300

This determines which parts of a complex formula to calculate first:

Order of Operations

300

What formula would you use to calculate the total cost if you have 5 items each priced at $20?

=5 * 20

300

How do you create boxes around a cell or a range

Home tab, Borders, drop-down

400

A group of cells that run from top to bottom:

Columns

400

How do you change a column width?

Right-click on the column and select column width. Type in the number you would like to make

400

What does the Auto Sum function do/what are the other options on the drop down?

Auto calculates the numbers directly above the function.  

Min

Max

AVG

400

What is a data label and what is it used for?

Found in Charts tools, data labels are elements included in a chart to signify the numeric amount attached to a column/bar

400

How do you change the font type?

home tab, Font drop down

500

This shows the address of the cell you have selected:

Name Box

500

How do you highlight the entire worksheet?

left mouse click on the green triangle on the top of the row/column

500

How do you create a chart in excel?  Name 3 types.

Insert, Charts, 

Drop down to choose types

2D

3D

Bar

Scatter

500

How do you use a formula to find the total of cells A1 through A5?

=A1 + A2 + A3 + A4 + A5

500

If you wanted to sum up the values in cells A1 through A10, what formula would you use?

=SUM(A1:A10)