Microsoft Excel 2010: Level 2
Microsoft Excel 2010: Level 2
Level 2
Copyright © 2010 KSU Department of University Information Technology Services
This document may be downloaded, printed, or copied for educational use without further
permission of the Information University Technology Services Department (UITS), provided the
content is not modified and this statement is not removed. Any use not stated above requires
the written consent of the UITS Department. The distribution of a copy of this document via
the Internet or other electronic medium without the written permission of the KSU - UITS
Department is expressly prohibited.
Microsoft, Microsoft Office, and Microsoft Excel are trademarks of the Microsoft Corporation.
2
Excel 2010 - Level 2
Table of Contents
Introduction .................................................................................................................................................. 4
Learning Objectives....................................................................................................................................... 4
Using Ranges ................................................................................................................................................. 5
Selecting a Range ...................................................................................................................................... 5
Naming a Range ........................................................................................................................................ 6
Copying and Pasting a Range .................................................................................................................... 6
Using Functions ............................................................................................................................................. 7
Sorting ........................................................................................................................................................... 8
Sorting With the Data Sort Menu Option ................................................................................................. 9
Creating Charts ........................................................................................................................................... 10
Modifying a Chart ................................................................................................................................... 11
Changing the Appearance of a Chart...................................................................................................... 12
Changing the Chart Type ........................................................................................................................ 12
Formatting a Chart.................................................................................................................................. 13
Printing Worksheets and Charts ................................................................................................................. 14
Printing a Worksheet and Chart ............................................................................................................. 14
Printing a Chart Only ................................................................................................................... 15
Using the IF Function .................................................................................................................................. 16
Using Styles ................................................................................................................................................. 16
Applying a Style ...................................................................................................................................... 16
Creating Styles ........................................................................................................................................ 17
Headers and Footers ................................................................................................................................... 18
Excel on the Internet................................................................................................................................... 19
Saving the entire work book as HTML .................................................................................................... 19
Saving one sheet and its contents as HTML ........................................................................................... 20
Inserting a Hyperlink ................................................................................................................................... 20
Creating a hyperlink to an existing file ................................................................................................... 21
Creating a hyperlink to a Web page ....................................................................................................... 22
Using the Graphical Tools ........................................................................................................................... 23
Drawing Shapes ...................................................................................................................................... 23
Modifying Shapes........................................................................................................................................ 24
Re-sizing .................................................................................................................................................. 24
Re-shaping .............................................................................................................................................. 24
Adding a Shape Style .............................................................................................................................. 24
Adding Fill Color ...................................................................................................................................... 25
Changing the Outline .............................................................................................................................. 25
Changing the Shape ................................................................................................................................ 25
Add Text to a Shape ................................................................................................................................ 26
Creating WordArt ................................................................................................................................... 26
Inserting Screenshots into the Spreadsheet ............................................................................................... 27
Inserting Screenshots of an Open Window into Your Spreadsheet ........................................................ 27
Capturing and Inserting a Specific Area of the Screen ............................................................................ 27
3
Introduction
Excel 2010 Level 2 is a continuation of the fundamentals learned in Excel 2010 Level 1 and
builds on this foundation to provide the user with the necessary skills to create more detailed
and extensive spreadsheets, and enhance their visual impact with charts and other graphic
objects.
Learning Objectives
Edit and format large areas of a spreadsheet.
4
Using Ranges
Working with a range allows you to perform operations such as moving, copying, or formatting
much faster than working with one cell at a time. Figure 1 contains terms and definitions
encountered when using ranges.
Term Definition
Range A group of cells.
Name Box Allows you to enter a name for a range.
Formula Bar A bar at the top of the Excel window that you use to enter
formulas.
Figure 1 – Definitions
Selecting a Range
To select a range, highlight the cells that you want to include in the range (see Figure 2).
Range B4:E4
When using ranges in formulas, you may need to define the range by using the cell addresses.
In the above example, the Eastern Region sales figures would appear in the range as the
following: B4:E4
5
Naming a Range
A a ge a also e defi ed gi i g a a e to a group of cells. For example, we could name
ells B th ough E as, Eastern Regio doi g the following:
Name Box
1. Click and drag the mouse pointer across the cells to highlight them.
2. Click on Edit and select Copy (you will see a moving border around the range).
3. Click the mouse pointer in the beginning cell where you want the range to be copied.
4. Click on Edit Paste.
6
Using Functions
Figure 4 shows the definition for a Function:
Term Definition
Function A predefined formula that can be used to simplify calculations in
worksheets.
Figure 4 – Function Definition
I the follo i g e a ple, e’ll use a fu tio to fi d the a e age ua te l sales figu e fo the
Eastern Region:
3. Select Average from the Function name list and click OK. The Function Arguments dialog box
will appear (see Figure 6).
4. In the text box for Number 1, enter the range (example - B4:E4).
7
Figure 6 – Function Arguments
Note: If this had not been the range we wanted, we could have typed the correct range in the
Number 1 field in the dialog box.
5. Click OK. Excel returns the average of the numbers in cell F15.
Sorting
Excel gives you the ability to sort a list of items, names, or numbers. You can select which field
or fields you want to use for the sort, and whether to sort in ascending or descending order.
The following explains how to sort the First Names from Figure 7:
Figure 7 – Sorting
8
Your list will now be sorted in alphabetical order by First Name (see Figure 8).
Figure 8 – Sorting
Figure 9 – Sorting
Creating Charts
Figure 11 shows the definitions for terms used with charts:
Term Definition
Chart A graphical representation of data.
Chart Wizard Guides you through the steps for creating a chart.
Y Values In a bar chart, the numerical values displayed on the Y axis.
X Labels In a bar chart, the text that defines each charted item on the X axis.
Figure 11 – Definitions for Charts
10
Modifying a Chart
An existing chart can be changed to reflect changes or updates to a spreadsheet. The following
chart shows the sales figures based on the personnel in the spreadsheet:
The following explains how to add name/data to the spreadsheet and then add the name/data
to the chart:
1. Enter the data into the spreadsheet.
2. Right-click on the Chart Area and then select the Select Data option.
3. From the Select Data Source window, click in the Chart data range field (see Figure 14).
Note: After changing the chart type, you may need to change the size of the chart by dragging
the control handles.
12
Formatting a Chart Object
The following explains how to change an object (example: chart area, title, etc.) on the chart. In
the example below (see Figure 16 , e’ll ha ge the olo of the bar from blue to orange:
1. Point to the bar and right click. A menu will appear (see Figure 17) that allows you to format
that particular chart object. In the menu that appears, select Format Data Series.
13
Figure 18 – Format Data Series
14
Figure 19 – Printing Charts
15
Using the IF Function
The IF function returns one value if a condition you specify evaluates to TRUE and another value
if it evaluates to FALSE. The following explains how to use the IF function:
1. Logical Test: Any value or expression that can be evaluated to TRUE or FALSE (see Figure
20). Example: A5=100 (True or False?)
2. Value_if_True: Value that is returned if logical_test is TRUE.
3. Value_if_False: Value that is returned if logical_test is FALSE.
1
2
3
Figure 20 – IF Function
Example:
Create a formula that will calculate the score of an exa a d displa a PA““ o FAIL te t. If
the g ade i ell A1 is la ge tha o e ual to 8 , the the fu tio ill displa PA““ i ell B1.
Othe ise, the fu tio ill displa FAIL i the sa e ell.
Note:
1. To construct more of a detailed formula, up to seven IF functions could be nested together.
2. The IF function could be used with other Excel functions.
Using Styles
The use of styles can simplify the formatting of cells. Each style is defined by a name and can
be applied to a cell or range of cells. The following explains how to use styles:
Applying a Style
1. Select the cell or range to which you want the style to apply.
2. On the Home tab, select the Cell Styles.
3. Select the style you want to apply.
16
Creating Styles
1. On the Home tab, select Cell Styles.
2. Click New Cell Style (see Figure 21).
3. In the Style dialog box that appears, enter a name for the new style (see Figure 22).
Figure 22 – Style
4. Click on the Format button (see Figure 22) to create the style you want.
5. Click Ok.
6. Your new style will be added to the Cell Styles custom list and will be ready for usage.
17
Headers and Footers
Figure 23 contains terms and definitions for headers and footers:
Term Definition
Figure 23 – Definitions
2. Click in the area marked Click to add header or Click to add footer.
3. Click to enter the text either in the left, center, or the right section.
4. Begin typing your text to enter the header or the footer.
5. Select the text that you typed and click the Home tab to format the text (font, bold, color,
etc.).
18
Excel on the Internet
You can save your Excel workbooks or separate spreadsheets and graphs as HTML files (see
Figure 25 for a definition) so that they can be viewed on the Internet.
Term Definition
HTML Hypertext Markup Language---the language of the Internet.
5. Click Save. If you receive a message indicating that the file may contain features that are not
compatible with a Web Page, click Yes to keep the workbook in this format.
For example, a file named Report1 would create the following: a file named Report1.htm and a
folder named Report1_files. The computer needs both of these in order to view the web page.
19
Saving one sheet and its contents as HTML
The following instructions explain how to save one sheet as HTML:
Inserting a Hyperlink
Hyperlinks, colored and underlined text or graphics that you click to go to a file or a website can
be included in regular Excel spreadsheets. The following explains how to create hyperlinks to go
to files and websites.
20
Creating a hyperlink to an existing file
As an example, we will create a link to Sheet 2. The following explains how to create a hyperlink
to an existing file:
1. On Sheet 1, type the following text: Go to Sheet 2 (see Figure 28).
2. Select the cell containing the text to be used as the hyperlink (Go to Sheet 2).
3. From the Insert Tab, select Hyperlink (see Figure 28).
Figure 28 – Hyperlinks
4. From the Insert Hyperlink dialog box (see Figure 29), click Place in this document.
5. In the list under Cell Reference, click Sheet 2 (see Figure 29).
6. Click OK.
21
When you hold the mouse pointer over the text Go to Sheet 2, the arrow will change to a
pointing finger. This indicates that the text is now a hyperlink. If you click on the hyperlinked
text, you will be taken to Sheet 2 of the workbook.
5. In the Address field, enter the Kennesaw State University Website address:
http://www.kennesaw.edu
6. Click OK.
When you hold the mouse pointer over the text Kennesaw State University, the arrow will
change to a pointing finger. This indicates that the text is now a hyperlink. If you click on the
hyperlinked text, a browser will open on the computer. The browser will open to the Kennesaw
State University website.
22
Using the Graphical Tools
You a use E el’s graphical tools to enhance the look of a spreadsheet or chart, as well as
make it more understandable. With the graphical tools you can add shapes (such as arrows and
lines) and text boxes.
Figure 31 is an example of how the arrow and text box can be used in Excel to emphasize the
sales for a particular year.
Drawing Shapes
The following section describes how to use Excel’s d a i g tools:
Modifying Shapes
Once a shape is placed on the spreadsheet, you can modify the shape in a number of ways,
such as re-sizing, re-shaping, adding fill and outline colors, adding shadows, and adding text.
Re-sizing
Shapes are re-sized in the same way as clip art and pictures. The following explains how to
re-size a shape:
Figure 33 – Arrow
Re-shaping
Some two-and-three-dimensional shapes have a yellow diamond that you can click and drag to
alter a certain aspect of the shape, such as the arrow point in the arrow shape (see Figure 33).
More Button
Figure 34 – Drawing Tools
24
Adding Fill Color
The following explains how to add a fill color to a shape:
1. In the Shape Styles group, click the arrow in the Shape Fill icon (see Figure 35).
2. Click the color of your choice.
1. In the Shape Styles group, click the arrow in the Shape Outline icon (see Figure 36).
2. Click the outline color, weight, and style of your choice.
1. In the Insert Shapes group, click the arrow for Edit Shape (see Figure 37).
25
2. Next, click Change Shape.
3. Select the shape of your choice.
4. Type the text. Text can be formatted just like regular text in the spreadsheet.
Creating WordArt
The following explains how to add WordArt to the spreadsheet:
Figure 39 – WordArt
26
Inserting Screenshots into the Spreadsheet
The following describes two ways to capture and insert screenshots into your spreadsheet.
Figure 40—Screenshots
27