




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
excel helpful exercise for students daily usage
Typology: Study Guides, Projects, Research
1 / 194
This page cannot be seen from the preview
Don't miss anything!





























































































Level 2
®
®
L ESSON 1 - C ALCULATING D ATA WITH A DVANCED F ORMULAS
L ESSON 2 - O RGANIZING W ORKSHEET AND T ABLE D ATA
CONTENTS
Contents iii
LESSON 4 - A NALYZING DATA USING P IVOTT ABLES, S LICERS, AND
In the first course, Microsoft®^ Offıce Excel ®^ 2010 - Level 1, you learned the basic skills needed to create and format spreadsheets, perform simple calculations, modify spreadsheet ele- ments, and print workbooks. To increase your proficiency, you need to know how to perform advanced calculations, analyze and interpret data, and display spreadsheet data in a visually effective manner. In this course, you will use advanced formulas and tools to streamline and analyze spreadsheet data. You will also enhance the look and appeal of your workbooks by adding charts and other graphical objects.
Excel is a powerful data analysis application used for manipulating large amounts of numerical data. Knowing the advanced features of this software will aid you in processing complex data and enhancing spreadsheet reports and charts.
Course Description
Target Student
This course is meant for those desiring to gain advanced skill sets necessary for calculating data using functions and formulas, sorting and filtering data, using PivotTables and PivotCharts for analyzing data, and customizing workbooks.
Course Prerequisites
Before starting this course, students are recommended to take the following New Horizons course or have equivalent knowledge: Microsoft ®^ Offıce Excel ®^ 2010 - Level 1.
How to Use This Book
As a Learning Guide
This book is divided into lessons and topics, covering a subject or a set of related subjects. In most cases, lessons are arranged in order of increasing proficiency.
I NTRODUCTION
Introduction vii
In this lesson, you will use advanced formulas.
You will:
Lesson Time
LESSON 1
Lesson 1: Calculating Data with Advanced Formulas 1
Introduction
As you continue working with Microsoft®^ Office Excel ®^ , you have probably learned new skills and explored new functions, for example, to generate new data from an existing set of data using basic formulas in a worksheet. Performing sophisticated calculations in a worksheet or across multiple worksheets is the hallmark of a more advanced user of Excel. In this lesson, you will create advanced formulas in a workbook.
Ever tried figuring out how much you can afford to pay for a new house and what your loan payments will be, say, over a period of ten years? It can be a frustrating experience trying to determine each of your payments for the said period. Excel offers built-in functions for per- forming calculations in your workbook. All you need to do is input data and select a function to perform the calculation and display the result.
Apply Cell and Range Names
In this lesson, you will calculate data using advanced formulas in your workbook. A straight- forward way of constructing complex formulas lies in using names instead of cell addresses to refer to cell ranges. In this topic, you will apply cell and range names.
The more complex a formula is, the harder it can be to determine exactly what data is used in which part of the formula. When you use a range name, you can easily determine which data range is referenced in the formula.
Range Names
A range name is a descriptive label assigned to one or more cells for referring to them in a formula. The cells may be located anywhere in a workbook; in case of multiple cell ranges, they may be adjacent or nonadjacent. When you select a range of cells that have been assigned a name, the range name is displayed in the Name box. A range name must start with a letter, cannot contain spaces, and can be up to 255 characters long. It is good practice to use range names that are short, easy to remember, and descriptive enough to allow you to identify their function.
Excel allows you to limit the scope of a range name to either a worksheet or workbook. If the scope is set for a worksheet, then the range name cannot be used to refer to more than one range in a worksheet. It can, however, be used on another worksheet. If the scope is set for a workbook, the range name cannot be reused anywhere on the workbook.
LESSON 1
2 Microsoft ®^ Office Excel ®^ 2010 - Level 2
By declaring the scope for a specific worksheet, it is possible to use the same name multiple times in a workbook.
Procedure Reference: Name Cell Ranges Using Worksheet Data To use worksheet data to create range names:
Procedure Reference: Edit a Named Range To edit a named range:
For example, you might need to edit the cell references for the range if you have inserted a row or column that runs through the range.
LESSON 1
4 Microsoft ®^ Office Excel ®^ 2010 - Level 2
Procedure Reference: Delete a Range Name
To delete a range name:
You can use Shift + Click or Ctrl + Click to select multiple names.
Procedure Reference: Include Range Names in Formulas
To include range names in formulas:
Range names refer to absolute cell addresses. When formulas that include range names are cop- ied, they do not copy relative to their new location.
Managing Range Names in Workbooks
Data Files:
Scenario:
You are working in the sales department of Our Global Company (OGC) Bookstores. The company’s board has asked you to submit a report on the total and average sales in different regions in different quarters for the last fiscal year. You entered the data in an Excel sheet and now want to apply range names for cell ranges so that it is easier to refer to them in the for- mulas.
LESSON 1
Lesson 1: Calculating Data with Advanced Formulas 5
c. In the Create Names from Selection dia- log box, verify that Top row is checked by default and click OK to create the range name from the cell in the top row.
d. From the Name Box drop-down list, select Quarter2.
e. Observe that the range C5:C8 is selected. Select the range A5:E5.
f. On the Formulas tab, in the Defined Names group, click Create from Selec- tion.
g. In the Create Names from Selection dia- log box, verify that Left column is checked and click OK.
h. From the Name Box drop-down list, select Northeast and observe that the range B5:E5 is selected.
Students can name the ranges B6:E6, B7:E7, and B8:E8 by selecting the range A6:E8.
i. Repeat the steps from selecting the ranges through using the Create Names from Selection dialog box to name the ranges B6:E6 , B7:E7 , and B8:E8 as South- east, Northwest, and Southwest, respectively.
j. Select the range B5:E6.
k. To the left of the formula bar, click inside the Name Box.
l. In the Name Box , enter the name of the range as East
LESSON 1
Lesson 1: Calculating Data with Advanced Formulas 7
m. Similarly, name the range B7:E8 as West
a. On the Formulas tab, in the Defined Names group, click Name Manager.
b. In the Name Manager dialog box, select Northeast and click Edit.
c. In the Edit Name dialog box, in the Name text box, type NE and click OK.
d. Similarly, rename Northwest, Southeast, and Southwest to NW, SE, and SW , respectively.
e. Close the Name Manager dialog box.
f. In the Name Box drop-down, observe the modified names.
a. Select cell B13.
LESSON 1
8 Microsoft ®^ Office Excel ®^ 2010 - Level 2
Calculate Data Across Worksheets
In the previous topic, you made complex formulas simpler to read by using range names. Another way you can increase the complexity of your formulas is by using formulas that pull data from several worksheets. In this topic, you will calculate data across worksheets.
You may find that you have data located in several worksheets. You could cut and paste the data into a single worksheet for calculation purposes, but then you run the risk of original data changing. Instead, you can make your calculation span worksheets and not be restricted to one. This way your calculation will be accurate, regardless of where the data is found.
Three-Dimensional Cell References
Definition: A three-dimensional (3-D) cell reference is a cell reference located in the same place on multiple worksheets. It can be used only in a workbook with multiple worksheets. Each 3-D reference contains a start point (the first worksheet), an end point (the last worksheet), and a cell reference. 3-D references can be used in some functions and certain formulas.
Example:
Figure 1-2: Cells located on multiple worksheets can be referred using three- dimensional references.
How to Calculate Data Across Worksheets
Procedure Reference: Enter Cells and Ranges from Multiple Worksheets into a Formula To enter cells and ranges from multiple worksheets into a formula:
LESSON 1
10 Microsoft ®^ Office Excel ®^ 2010 - Level 2
Creating Formulas Across Multiple Worksheets
Data Files:
Scenario:
Your manager has asked you to create a summary page for a workbook that contains quarterly sales results for the last fiscal for different departments. After inserting the summary as the first page, you are about to enter the formulas on the Summary sheet. The formulas will refer to data from multiple worksheets.
What You Do How You Do It
a. From the C:\084577Data\Calculating Data with Advanced Formulas folder, open the Department Wise Revenue.xlsx file.
b. On the Summary worksheet, select cell B5.
c. Type =SUM(Qtr1!B5, Qtr2!B5, Qtr3!B5, Qtr4!B5) and press Enter.
LESSON 1
Lesson 1: Calculating Data with Advanced Formulas 11