To be able to modify a worksheet and use functions, you will: Select ranges of cells on a worksheet by using the mouse.

Size: px
Start display at page:

Download "To be able to modify a worksheet and use functions, you will: Select ranges of cells on a worksheet by using the mouse."

Transcription

1 L E S S O N 3 Modifying a workbook Suggested teaching time minutes Lesson objectives To be able to modify a worksheet and use functions, you will: a b c Select ranges of cells on a worksheet by using the mouse. Create formulas by using Excel s built-in functions. Edit cells by using the keyboard and the mouse. 3-1

2 Excel 2000: Worksheets a Working with ranges A range is a group of cells that forms a rectangular group of adjacent cells in a worksheet. To select a range of cells, you can use any of the following methods: With the mouse pointer, point to the center of the cell in one corner of the range; press and hold the mouse button while dragging to the opposite corner of the range; and release the mouse button. Select one corner of the range; press and hold the Shift key; and click on the opposite corner of the range to select all cells in between. Using only the keyboard, select one corner of the range; press and hold the Shift key, and press the arrow keys to highlight the range. To select a group of separate (nonadjacent) ranges that you want to affect at the same time, select the first range, press and hold the Ctrl key, and select the next range. Task A-1: Selecting ranges Before you begin: There are no files open. 1. Open Third Quarter Report (Use the Open button.) 2. Place the mouse pointer in the center of cell B2 The mouse pointer should be a cross. 3. Press and hold the mouse button Drag down until cell B3 is highlighted Release the mouse button 4. Click away from the selected range Both cells B2 and B3 are selected. This is called a cell range. The active cell is white; anything typed would appear in the active cell. To deselect the range. 5. Select the range B4:F5 6. Deselect the range (Click away from the selected cells.) 3-2

3 Lesson 3: Modifying a workbook Working with a selected range You can select a range before you type data. The active cell is limited to the boundaries of the selected range. This technique can be helpful when you need to enter data into a specific range; you can move around within the range as you enter data. To change the position of the cell pointer within a selected range: After typing an entry, press Enter, or click on the Enter button, to move the active cell down the columns in the selected range, starting with the current column and moving to the right. Press Tab to move the active cell across the rows in the selected range, starting with the current row and moving down. Press Shift + Enter to move the active cell up the columns in the selected range; press Shift + Tab to move the active cell from right to left across the rows in the selected range. When the cell pointer reaches the lower-right corner of the range, you can move the active cell back to the upper-left corner of the range by pressing Enter. Note: By pressing the arrow keys on the keyboard or by clicking the mouse button, you deselect the range. Task A-2: Entering numbers in a selected range 1. Select the range C10:E11 2. Press R twice The active cell moves within the selected range to cell D Press R four times To cycle through the selected range and return to cell C Verify that cell C10 is selected Type 120 M Explain that students should not use any arrow movement keys to move the cell pointer in the selected range. Press R 5. Type 213 Press R Practice Task Enter the following numbers in the remainder of the selected range: In cell D10, enter 134 In cell D11, enter 98 In cell E10, enter 201 In cell E11, enter 117 To enter the number 120 into cell C10 and move to the next cell in the selection, cell C11. To enter the number 213 into cell C11 and move to cell D

4 Excel 2000: Worksheets b Working with functions The AutoCalculate feature The status bar provides constant feedback on what is going on in any open workbook currently displayed. One portion of the status bar, which may display Sum=0, reveals the findings of Excel s AutoCalculate feature. This feature is always operating in the background, working in conjunction with the selected range. By default, AutoCalculate displays the sum of the values in the selected range. You can use AutoCalculate to do other things such as calculate the average of a group of values, or count the number of entries in a selected range. To change the calculation done by AutoCalculate, right-click on the status bar to access a pop-up menu containing the entries Average, Count, Count Nums, Max, Min, and Sum; select the function you would like to use. Then, select a range of cells, and observe the status bar. The function you chose is performed on the selected range. Task B-1: Experimenting with the AutoCalculate feature 1. If necessary, select the range C10:E11 2. In the status bar, observe Sum= 883 If you have selected a range of cells containing numeric data, then you will see Sum= the total of the numbers you have selected. 3. Right-click anywhere on the status bar To display the AutoCalculate pop-up menu. The AutoCalculate feature enables you calculate an average, count the number of items in a range, count the number of numeric items in a range, find the minimum or maximum values in a range, or add a group of numbers by selecting a range of cells in the worksheet. 4. Choose _Sum_ To maintain that selection. Explain that in the next task, students will see how to enter a sum into a cell in the worksheet. 5. Select the range C7:C11 Observe the AutoCalculate area in the status bar 3-4

5 Lesson 3: Modifying a workbook Practice Task Experiment with the AutoCalculate feature by using the November and December data. Using functions Excel provides over 200 built-in formulas called functions. Excel s functions are divided into groups, including Most Recently Used, Financial, Date & Time, Math & Trig, Statistical, Lookup & Reference, Database, Text, Logical, and Information. A function can be used by itself or in conjunction with other formulas or functions. The structure of functions Functions start with the equal sign (=) and generally have two components: the function name or an abbreviation of that name; and the arguments, which are required data enclosed in parentheses. For example: =SUM(A4:A10) =AVERAGE(A4:A10) =MIN(A4:A10) This function instructs Excel to add all values in cells A4 through A10. This function instructs Excel to calculate the mean average of the values in cells A4 through A10. This function instructs Excel to find the minimum value of the values in cells A4 through A10. Entering functions Functions can be entered in several ways: Type the entire function directly into the cell. Type the function name and the left parenthesis; use the mouse to select the range(s) as the argument(s), separating multiple arguments with commas; and type the right parenthesis. Note: If you omit the closing parenthesis when you enter a function needing only one pair of parentheses, Excel will automatically enter the closing parenthesis for you. Use the Paste Function button located on the Standard toolbar. 3-5

6 Excel 2000: Worksheets Task B-2: Entering the SUM function; using the mouse to specify a range 1. Select cell C13 2. Type =sum( To begin entering the Sum function, which you will use to place totals in the worksheet. As you type it, the formula is displayed in the cell and in the formula bar. 3. Using the mouse, select the range C7:C11 The range you selected appears to have a flashing marquee around it. As you select the range, Excel indicates how many rows and columns you have selected. 4. Type ) 5. Press R To complete the function. 6. Select cell C15 Type =average( Mention that you can type cell references when using functions, too, but selecting cells with the mouse typically creates more accurate formulas. Students may notice that the formula bar displays a function name (such as AVERAGE). Let them know that they will use this later. Tell students to use the File, Save As command (not the Save button) so that they can assign a new name to the file. 7. Using the mouse, select the range C7:C11 Do not type ) 8. In the formula bar, click on the Enter button 9. Observe the formula bar 10. Save the file as My Third Quarter Report Practice Task 1. In cell C17, enter the Max function to find the highest number within the range C7:C11. To enter the formula into the cell. You can use the Enter button any time instead of the Enter key; it is especially convenient when you are using the mouse to specify formula components. Excel added the closing parenthesis for you. (Choose File, Save As.) The result is

7 Lesson 3: Modifying a workbook 2. Enter formulas for Total, Average, and High for November and December. The AutoSum button One of the most commonly used functions is the Sum function. When you use the AutoSum button on the Standard toolbar, the Sum function and a suggested range to be added are displayed and highlighted in the formula bar. If the selected range is not correct, you can select the correct range before you enter the function. To assure that the correct range is selected, an alternate method for using the AutoSum button is to select a range that includes the cells that need to be added and a destination cell for the result, and then click on the AutoSum button. This creates and enters the correct Sum function. Task B-3: Using the AutoSum button 1. Select cell F7 You will enter a formula calculating Long s total sales in this cell. When students use the AutoSum button, they should always check the resulting formula. Sometimes the cell references entered into the formula might not be those that are expected. 2. Click on the AutoSum button 3. Observe the formula Enter the formula 4. Select the range C8:F11 Excel correctly assumes that you want to add cells C7:E7. You can either click on the Enter button or press the Enter key. 3-7

8 Excel 2000: Worksheets 5. Click on the AutoSum button To sum the selected rows of data in column F. 6. Update the file (Click on the Save button.) The Edit Formula button The Edit Formula button enables you to select a function from a list of functions. When you select a function from the list, Excel suggests a range and provides additional information about what the function does and the arguments it requires. Task B-4: Using the Edit Formula button 1. Select cell F13 You will enter a formula calculating total sales in this cell. 2. Click on the Edit Formula button 3. If necessary, close the Office Assistant 4. Display the formula list (On the left of the formula bar.) Select Sum Excel displays the formula box, and correctly assumes that you want to add cells C13:E Click on OK The formula is entered into cell F

9 Lesson 3: Modifying a workbook The Paste Function button The Paste Function button enables you to select a function from the Paste Function dialog box. The Paste Function dialog box lists each function by category. When you select a category and function from the list and click on OK, Excel suggests a range, and provides additional information about what the function does and the arguments it requires. Task B-5: Using the Paste Function button 1. Select cell F15 2. On the Standard toolbar, click on the Paste Function button The Paste Function dialog box is displayed. 3. From the Function Category list box, select All 4. From the Function Name list box, select Average You may have to scroll to see it. Click on OK 5. Click on the Collapse button next to the Number1 text box To collapse the Paste Function dialog box. 6. Select the range F7:F11 7. Click on the Expand button To display the Paste Function dialog box. 8. Observe the Paste Function dialog box The range you selected is displayed in the Number 1 box. Click on OK Practice Task 1. Using the method of your choice, enter the Max function to find the highest number within the range F7:F Save the file. The result is

10 Excel 2000: Worksheets c Editing cell contents You can enter text that is longer than the width of a cell. If text is longer than the width of the cell in which it is stored, then the additional text is displayed in the cell(s) immediately to the right, provided that the adjacent cell or cells are empty. If the adjacent cell contains any data (even a space), then the text display will be truncated. Each cell can contain up to 32,000 characters. Task C-1: Entering text longer than the standard cell 1. Select cell B2 Point out the word America, which students will edit in the next task. Point out that Excel allows only text, not numbers, to spill over the cell boundaries. 2. Type North America Division The text is longer than the cell. 3. Enter the text To place the text in cell B2. It looks like some of the text has spilled into cell C2. 4. Select cell C2 The entry area of the formula bar is empty. 5. Enter 5 The display of text in cell B2 is truncated in the worksheet. Cell C2 now contains the number 5. For long text to be displayed in an adjacent cell, the adjacent cell must be empty. 6. Select cell B2 Observe the formula bar The formula bar displays the text North America Division. The text was not deleted. 7. Select cell C2 Press D To clear the number from cell C2. All the text from cell B2 is now displayed. Editing cell contents You can edit the contents of a cell by double-clicking on it, and then using the keyboard or mouse. Place the insertion point where you want to insert or delete information. You can also overwrite information by selecting the entry to be replaced, and typing the new information. 3-10

11 Lesson 3: Modifying a workbook Task C-2: Editing text Explain that the editing techniques demonstrated in this task are most useful for long text entries and formulas. In many other cases, it is easier to retype the cell entry. 1. Double-click on cell B2 The mode indicator displays Edit ; the formula bar contains the Cancel, Enter, and Edit Formula buttons; and the insertion point is flashing within the active cell on the worksheet. 2. Within cell B2, place the I-beam after the last a in America Click the mouse button To move the insertion point to the desired location. 3. Type n The text America is changed to American. 4. In cell B2, double-click on Division To select the entire word. 5. Type Region To replace the selected text. 6. Press R Working with circular references A circular reference occurs when a formula refers to the cell containing the formula. It is possible to use circular references to solve certain problems, but often they occur as errors. When there is a circular reference in a worksheet, an error message box is displayed when that worksheet is opened. In addition, a message in the status bar indicates which cell contains the circular reference. If there is more than one circular reference, they will be displayed one at a time as others are corrected. Note: If you must have a circular reference, you can use the Calculation tab from the Options dialog box to specify a set number of iterations. Task C-3: Creating and correcting a formula containing a circular reference 1. Double-click on cell C13 2. Edit the formula to read =SUM(C7:C13) Enter the formula 3-11

12 Excel 2000: Worksheets Remind students to close any Help windows that are displayed. 3. Observe the message box Click on OK If necessary, close the Help window 4. If necessary, choose _View Toolbars Circular_Reference_ 5. Observe the Circular Reference toolbar Observe the status bar Excel automatically displays a message box when you create a formula that contains a circular reference. (Excel might also display a Help window containing suggestions on what to do with a circular reference.) To display the Circular Reference toolbar. The Circular Reference toolbar contains tools to find and correct a circular reference. Message: Circular: C13 6. Observe cell C13 The cell displays a blue dot. 7. In the Circular Reference toolbar, display the Navigate Circular Reference list This list displays the cells that contain circular references. Select $C$13 8. In the Circular Reference toolbar, click on the Trace Precedents button 9. Double-click on cell C13 This formula is incorrect; it reads: =SUM(C7:C13). It should read =SUM(C7:C11). 10. Edit the formula to read =SUM(C7:C11) Enter the formula 11. Observe the worksheet The Circular Reference toolbar and status bar indicator are no longer displayed. 12. Save and close the file 3-12

13 Lesson 3: Modifying a workbook ( Practice Unit for Lesson 3 In this activity, you will edit the file Practice - Regional Data. To check your work, you can refer to Figure Open Practice - Regional Data. 2. In cell F6, enter a formula containing a function to sum the Rochester data. Create similar formulas in cells F7, F8, and F9 for the data from each of the remaining locations. 3. In cell B11, use a function to average the QTR1 data. Create similar formulas in cells C11, D11, and E11 for each of the remaining quarters. 4. Edit the heading BNL Corporation to read BNL Corporation, Inc. 5. Save the file as My Practice - Regional Data 6. Close the file. Figure 3-1: The completed file My Practice - Regional Data. 3-13

14 Excel 2000: Worksheets ) Wrap-up for Lesson 3 a Describe a method for selecting a group of adjacent cells. Answers might include: position the mouse pointer on the upper-left corner of the range you would like to select; press and hold the mouse button and drag to select the range; release the mouse button. b Describe an advantage of using Excel s built-in functions. Answers might include: by using functions, you do not have to know a lot of details to build a formula; there is detailed Help information available on all functions. c Describe how to edit the contents of a cell. Double-click on the cell you would like to edit, use the mouse pointer to select what you would like to change, and then type your new entry. 3-14

Moving and copying data

Moving and copying data L E S S O N 4 Moving and copying data Suggested teaching time 50-60 minutes Lesson objectives To be able to move and copy data, you will: a b c d e Insert rows and ranges by using shortcut menu choices.

More information

Working with Data and Charts

Working with Data and Charts PART 9 Working with Data and Charts In Excel, a formula calculates a value based on the values in other cells of the workbook. Excel displays the result of a formula in a cell as a numeric value. A function

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

More information

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button... Contents Microsoft Excel 2007...4 Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...5 The Quick Access Toolbar...5 The Title Bar...5 The Ribbon...5 Worksheets...6

More information

Creating a Worksheet and an Embedded Chart in Excel 2007

Creating a Worksheet and an Embedded Chart in Excel 2007 Objectives: Start and quit Excel Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Copy the contents of a cell to a range of cells using the fill handle Save

More information

Formulas Learn how to use Excel to do the math for you by typing formulas into cells.

Formulas Learn how to use Excel to do the math for you by typing formulas into cells. Microsoft Excel 2007: Part III Creating Formulas Windows XP Microsoft Excel 2007 Microsoft Excel is an electronic spreadsheet program. Electronic spreadsheet applications allow you to type, edit, and print

More information

Objectives. Objectives. Objectives. Starting Excel. Plan Ahead 3/9/2010. Excel Chapter 1. Microsoft Office 2007

Objectives. Objectives. Objectives. Starting Excel. Plan Ahead 3/9/2010. Excel Chapter 1. Microsoft Office 2007 Objectives Microsoft Office 2007 Excel Chapter 1 Creating a Worksheet and an Embedded Chart Start and quit Excel Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of

More information

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets. Agenda Unit 1 Assessment Review Progress Reports Intro to Excel Learn parts of an Excel spreadsheet How to Plan a spreadsheet Create a spreadsheet Analyze data Create an embedded chart in spreadsheet In

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Excel 2013 Quick Start Guide The Excel Window File Tab: Click to access actions like Print, Save As, etc. Also to set Excel options. Ribbon: Logically organizes actions onto Tabs, Groups, and Buttons to

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Writing Formulae with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 2.0 TUT 47 UNIVERSITY OF LEEDS

More information

Chapter 13 Creating a Workbook

Chapter 13 Creating a Workbook Chapter 13 Creating a Workbook Learning Objectives LO13.1: Understand spreadsheets and Excel LO13.2: Enter data in cells LO13.3: Edit cell content LO13.4: Work with columns and rows LO13.5: Work with cells

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

MOVING AND COPYING DATA...

MOVING AND COPYING DATA... Overview NOTES... 2 OVERVIEW... 3 VIEW THE PROJECT... 5 USING FORMULAS... 6 BASIC EXCEL REVIEW... 6 ENTERING FORMULAS... 7 Typing formulas... 7 Clicking to insert cell references... 7 Using a simple cell

More information

Microsoft Excel Chapter 1. Creating a Worksheet and a Chart

Microsoft Excel Chapter 1. Creating a Worksheet and a Chart Microsoft Excel 2013 Chapter 1 Creating a Worksheet and a Chart Objectives Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Enter a simple function Copy the

More information

CALCULATE NPV USING EXCEL

CALCULATE NPV USING EXCEL CALCULATE NPV USING EXCEL Identify major components of the Excel window Excel is a computerized spreadsheet, which is an important business tool that helps you report and analyze information. Excel stores

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Introduction to Excel 2007 Table of Contents

Introduction to Excel 2007 Table of Contents Table of Contents Excel Microsoft s Spreadsheet... 1 Starting Excel... 1 Excel 2007 New Interface... 1 Exploring the Excel Screen... 2 Viewing Dialog Boxes... 2 Quick Access Toolbar... 3 Minimizing the

More information

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar Microsoft Excel 2007 is a spreadsheet application in the Microsoft Office Suite. A spreadsheet is an accounting program for the computer. Spreadsheets are primarily used to work with numbers and text.

More information

Les s on Objectives. Student Files Us ed

Les s on Objectives. Student Files Us ed Lesson 3 - Potpourri 31 Lesson 3 P otpourri Les s on Topics The Fill Command Wrapping Text View Options Edit Options Other Fill Handle Uses Les s on Objectives At the end of the lesson, you will be able

More information

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions

Course contents. Overview: Goodbye, calculator. Lesson 1: Get started. Lesson 2: Use cell references. Lesson 3: Simplify formulas by using functions Course contents Overview: Goodbye, calculator Lesson 1: Get started Lesson 2: Use cell references Lesson 3: Simplify formulas by using functions Overview: Goodbye, calculator Excel is great for working

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Section 3. Formulas. By the end of this Section you should be able to:

Section 3. Formulas. By the end of this Section you should be able to: Excel 2003 CLAIT Plus Section 3 Formulas By the end of this Section you should be able to: Create Simple Formulas Understand Mathematical Operators Use Brackets Calculate Percentages Select Cells with

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

MICROSOFT EXCEL TUTORIAL HANDOUT

MICROSOFT EXCEL TUTORIAL HANDOUT MICROSOFT EXCEL TUTIAL HANDOUT Opening Microsoft Excel 1. Click on the START button. 2. Click on PROGRAMS. 3. Click on MICROSOFT EXCEL. The Excel Screen Formula Bar Minimize Buttons Restore Buttons Close

More information

ENTERING DATA & FORMULAS...

ENTERING DATA & FORMULAS... Overview NOTESOVERVIEW... 2 VIEW THE PROJECT... 5 NAVIGATING... 6 TERMS... 6 USING KEYBOARD VS MOUSE... 7 The File Tab... 7 The Quick-Access Toolbar... 8 Ribbon and Commands... 9 Contextual Tabs... 10

More information

Create formulas in Excel

Create formulas in Excel Training Create formulas in Excel EXERCISE 1: TYPE SOME SIMPLE FORMULAS TO ADD, SUBTRACT, MULTIPLY, AND DIVIDE 1. Click in cell A1. First you ll add two numbers. 2. Type =534+382. 3. Press ENTER on your

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Table of Contents Getting Started with Excel Creating a Workbook

Table of Contents Getting Started with Excel Creating a Workbook Finney Learning Systems i Table of Contents Welcome........................... vii Copying the Student Files................ viii Setting up Excel to Work with This Course...... viii Lesson 1 Getting Started

More information

To be able to create charts that graphically represent your worksheet data, you will: Create column charts on chart sheets by using the F11 key.

To be able to create charts that graphically represent your worksheet data, you will: Create column charts on chart sheets by using the F11 key. L E S S O N 1 Creating charts Suggested teaching time 55-65 minutes Lesson objectives To be able to create charts that graphically represent your worksheet data, you will: a b c Create column charts on

More information

Excel Lesson 1 Microsoft Excel Basics

Excel Lesson 1 Microsoft Excel Basics Microsoft Excel Basics Microsoft Office 2010 Introductory 1 Objectives Define the terms spreadsheet and worksheet. Identify the parts of a worksheet. Start Excel, open an existing workbook, and save a

More information

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting

Microsoft Excel Chapter 2. Formulas, Functions, and Formatting Microsoft Excel 2010 Chapter 2 Formulas, Functions, and Formatting Objectives Enter formulas using the keyboard Enter formulas using Point mode Apply the AVERAGE, MAX, and MIN functions Verify a formula

More information

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel

New Perspectives on Microsoft Excel Module 1: Getting Started with Excel New Perspectives on Microsoft Excel 2016 Module 1: Getting Started with Excel 1 Objectives, Part 1 Open and close a workbook Navigate through a workbook and worksheet Select cells and ranges Plan and create

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Microsoft Excel 2007 Level 1

Microsoft Excel 2007 Level 1 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 1 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Intermediate Excel 2016

Intermediate Excel 2016 Intermediate Excel 2016 Relative & Absolute Referencing Relative Referencing When you copy a formula to another cell, Excel automatically adjusts the cell reference to refer to different cells relative

More information

Microsoft Office Excel 2003

Microsoft Office Excel 2003 Microsoft Office Excel 2003 Tutorial 1 Using Excel To Manage Data 1 Identify major components of the Excel window Excel is a computerized spreadsheet, which is an important business tool that helps you

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

More information

1. Math symbols Operation Symbol Example Order

1. Math symbols Operation Symbol Example Order Excel 2 Microsoft Excel 2013 Mercer County Library System Brian M. Hughes, County Executive Excel s Order of Calculation 1. Math symbols Operation Symbol Example Order Parentheses ( ) =(4+2)*8 1st Exponents

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 omar 2013-2014 First Semester 1. Exploring and Setting Up Your Excel Environment Microsoft Excel 2010 2013-2014 The Ribbon contains multiple tabs, each with several groups of commands.

More information

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

Excel 2013/2016 Step One TABLE OF CONTENTS

Excel 2013/2016 Step One TABLE OF CONTENTS TABLE OF CONTENTS SECTION 1 WORKING WITH YOUR FIRST SPREADSHEET... 3 WORKING WITH YOUR FIRST SPREADSHEET... 4 About Microsoft Excel 2013/2016... 4 Working with Microsoft Excel 2013/2016... 4 About Screen

More information

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens Introduction to Excel 2010 What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet form. Excel makes it easy to translate data

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Working with Basic Functions. Basic Functions. Excel 2010 Working with Basic Functions. The Parts of a Function. Page 1

Working with Basic Functions. Basic Functions. Excel 2010 Working with Basic Functions. The Parts of a Function. Page 1 Excel 2010 Working with Basic Functions Working with Basic Functions Page 1 Figuring out formulas for calculations you want to make in Excel can be tedious and complicated. Fortunately, Excel has an entire

More information

Microsoft Excel Chapter 1. Creating a Worksheet and an Embedded Chart

Microsoft Excel Chapter 1. Creating a Worksheet and an Embedded Chart Microsoft Excel 2010 Chapter 1 Creating a Worksheet and an Embedded Chart Objectives Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Copy the contents of

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities EXCEL Analyzing Data Using Excel Section 1 Skills Start Excel and identify features in the Excel window Enter labels and values Use the fill handle to enter a series Enter formulas Create a formula using

More information

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40

Rev. B 12/16/2015 Downers Grove Public Library Page 1 of 40 Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 File Tab... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 9 Downloading Templates... 9 Using

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Introduction to the workbook environment

Introduction to the workbook environment L E S S O N 7 Introduction to the workbook environment Lesson objectives Suggested teaching time To begin using the three-dimensional aspect of the Excel workbook, you will: 60-70 minutes a b c d Work

More information

Spreadsheet Functions

Spreadsheet Functions Class Description This is an introduction to the use of functions in spreadsheets, with a focus on Microsoft Excel and Google Drive Spreadsheets. The main topics are arithmetic calculations and order of

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office.

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office. Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel *The interface of Excel program - Menu bar. - Standard bar.

More information

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename.

1. Right-click the worksheet tab you want to rename. The worksheet menu appears. 2. Select Rename. Excel 2010 Worksheet Basics Introduction Page 1 Every Excel workbook contains at least one or more worksheets. If you are working with a large amount of related data, you can use worksheets to help organize

More information

Microsoft Office Excel Use Excel s functions. Tutorial 2 Working With Formulas and Functions

Microsoft Office Excel Use Excel s functions. Tutorial 2 Working With Formulas and Functions Microsoft Office Excel 2003 Tutorial 2 Working With Formulas and Functions 1 Use Excel s functions You can easily calculate the sum of a large number of cells by using a function. A function is a predefined,

More information

Contents. Group 3 Excel Handouts 2010

Contents. Group 3 Excel Handouts 2010 Contents Function Library... 2 Function Operators... 2 Order of Multiple Operators... 2 Function Library... 3 Formula Auditing... 4 Name Cells... 7 Comments... 8 Show Ink... 9 Show Ink is a colorful way

More information

Reference Services Division Presents. Excel Introductory Course

Reference Services Division Presents. Excel Introductory Course Reference Services Division Presents Excel 2007 Introductory Course OBJECTIVES: Navigate Comfortably in the Excel Environment Create a basic spreadsheet Learn how to format the cells and text Apply a simple

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

Microsoft Excel Level 1

Microsoft Excel Level 1 Microsoft Excel 2010 Level 1 Copyright 2010 KSU Department of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

More information

Tutorial 2. Review CIS143

Tutorial 2. Review CIS143 Tutorial 2 CIS143 Review Identify Components of an Excel worksheet Navigate a Worksheet Navigate Between Worksheets Plan a Worksheet Enter Data into a Worksheet Change the Size of a Row or Column Insert

More information

Excel Basics Tips & Techniques

Excel Basics Tips & Techniques Excel Basics Tips & Techniques Excel Terminology What s a spreadsheet? What s a workbook? Each Excel spreadsheet is a grid of data divided into rows and columns. Each block in this grid is called a cell,

More information

To move cells, the pointer should be a north-south-eastwest facing arrow

To move cells, the pointer should be a north-south-eastwest facing arrow Appendix B Microsoft Excel Primer Oftentimes in physics, we collect lots of data and have to analyze it. Doing this analysis (which consists mostly of performing the same operations on lots of different

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Computer & Careers Mr. Lewis

Computer & Careers Mr. Lewis Microsoft Excel Unit A Computer & Careers Mr. Lewis Definitions: Spreadsheet Worksheet Workbook Formulas File Extension When you open a spreadsheet the default name is Is an application you use to perform

More information

Intermediate Microsoft Excel 2008

Intermediate Microsoft Excel 2008 Intermediate Microsoft Excel 2008 Table of Contents ADVANCED FORMATTING... 2 FORMATTING NUMBERS... 2 WRAPPING TEXT... 3 THE MERGE AND CENTER FUNCTIONS... 4 INSERTING COMMENTS... 5 FREEZE PANES... 6 INSERTING

More information

"Excel"-erate Your Worksheets! Shortcuts and Power Tips NDSU Information Technology Services December 18, 2006

Excel-erate Your Worksheets! Shortcuts and Power Tips NDSU Information Technology Services December 18, 2006 "Excel"-erate Your Worksheets! Shortcuts and Power Tips NDSU Information Technology Services December 18, 2006 1. Check Which Version of Excel You're Using a. Click Help, About Microsoft Office Excel 2.

More information

Excel Lesson 3 USING FORMULAS & FUNCTIONS

Excel Lesson 3 USING FORMULAS & FUNCTIONS Excel Lesson 3 USING FORMULAS & FUNCTIONS 1 OBJECTIVES Enter formulas in a worksheet Understand cell references Copy formulas Use functions Review and edit formulas 2 INTRODUCTION The value of a spreadsheet

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Tutorial 1: Getting Started with Excel

Tutorial 1: Getting Started with Excel Tutorial 1: Getting Started with Excel Microsoft Excel 2010 Objectives Understand the use of spreadsheets and Excel Learn the parts of the Excel window Scroll through a worksheet and navigate between worksheets

More information

THE EXCEL ENVIRONMENT... 1 EDITING...

THE EXCEL ENVIRONMENT... 1 EDITING... Excel Essentials TABLE OF CONTENTS THE EXCEL ENVIRONMENT... 1 EDITING... 1 INSERTING A COLUMN... 1 DELETING A COLUMN... 1 INSERTING A ROW... DELETING A ROW... MOUSE POINTER SHAPES... USING AUTO-FILL...

More information

Performing Basic Calculations

Performing Basic Calculations 7.1 LESSON 7 Performing Basic Calculations After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Insert Function feature.

More information

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning

Review Ch. 15 Spreadsheet and Worksheet Basics. 2010, 2006 South-Western, Cengage Learning Review Ch. 15 Spreadsheet and Worksheet Basics 2010, 2006 South-Western, Cengage Learning Excel Worksheet Slide 2 Move Around a Worksheet Use the mouse and scroll bars Use and (or TAB) Use PAGE UP and

More information

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS

EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS EXCEL 2002 (XP) FOCUS ON: DESIGNING SPREADSHEETS AND WORKBOOKS ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

More information

Create an external reference (link) to a cell range in another workbook

Create an external reference (link) to a cell range in another workbook ProductsTemplatesStoreSupport My accountsign in Create an external reference (link) to a cell range in another workbook You can refer to the contents of cells in another workbook by creating an external

More information

Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO

Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Lesson 1: Creating a Worksheet and a Chart Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Describe the Excel worksheet Enter text and numbers Use the Sum button to sum a range of cells Enter

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word "Qtr3"?

4) Study the section of a worksheet in the image below. What is the cell address of the cell containing the word Qtr3? Choose The Correct Answer: 1) Study the highlighted cells in the image below and identify which of the following represents the correct cell address for these cells: a) The cell reference for the selected

More information

1) Merge the cells that contain the title and center the title

1) Merge the cells that contain the title and center the title Supplies: You will need a storage location to save your spreadsheet for use in Session 2. You will need the 2 handouts pertaining to Session 1 Instructions: Follow the directions below to create a budget

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel in Excel Although calculations are one of the main uses for spreadsheets, Excel can do most of the hard work for you by using a formula. When you enter a formula in to a spreadsheet

More information

Advanced formula construction

Advanced formula construction L E S S O N 2 Advanced formula construction Lesson objectives Suggested teaching time 40-50 minutes To become more adept at using formulas to get the data you want out of Excel, you will: a b c d Use range

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

More information

Data Service Center December

Data Service Center December www.dataservice.org Data Service Center December 2005 504-7222 Property of the Data Service Center, Wilmington, DE For Use Within the Colonial & Red Clay Consolidated Public School Districts Only Table

More information

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4.

Links to Activities ACTIVITY 4.1. Links to Activities ACTIVITY 4. EXCEL Working with Multiple Worksheets, Tables, and Other File Formats Section 4 Skills Insert, delete, and rename a worksheet Format sheet tabs Move and copy a worksheet Group and ungroup worksheets Link

More information

Check the spelling of the worksheet by using Excel s spelling check feature.

Check the spelling of the worksheet by using Excel s spelling check feature. L E S S O N 6 Printing a worksheet Suggested teaching time 40-50 minutes Lesson objectives To prepare a worksheet for printing, you will: a b c d Check the spelling of the worksheet by using Excel s spelling

More information

Full file at Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries

Full file at   Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries Excel Chapter 2 - Formulas, Functions, Formatting, and Web Queries MULTIPLE CHOICE 1. To start a new line in a cell, press after each line, except for the last line, which is completed by clicking the

More information

MICROSOFT EXCEL 2003 LEVEL 3

MICROSOFT EXCEL 2003 LEVEL 3 MICROSOFT EXCEL 2003 LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL, LOOKUP AND ROUND FUNCTIONS... 7 Using Lookup Functions... 8 Using the VLOOKUP Function... 8 Using the

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those

More information

EXCEL 2010 TIPS & TRICKS

EXCEL 2010 TIPS & TRICKS EXCEL 2010 TIPS & TRICKS Training and Reference Guide Starlight Education Table of Contents Move to the End of a Row or Column of Data... 1 Select Cells Without Scrolling... 1 Select Non-Adjacent Ranges...

More information