Get Data from External Sources Activities

Size: px
Start display at page:

Download "Get Data from External Sources Activities"

Transcription

1 PMI Online Education Get Data from External Sources Activities Microcomputer Applications

2 Table of Contents Objective 1: Import Data into Excel... 3 Importing Data from a Word Table... 3 Importing Data from a TXT File... 4 Importing Data from Access... 5 Importing Data from a Comma Delimited FIle... 5 Objective 2: Reorganize Data from External Sources... 6 Converting Text into Columns... 6 Removing Spaces Using the Trim Function... 7 Consolidating Data... 8 Highlighting Duplicate Values Using Conditional Formatting Removing Duplicate Records Creating a Table and Printing Results Unlocking Cells for Data Entry and Protecting a Worksheet Hiding Formulas in the Worksheet Setting a Print Area Saving the Order Form as a Template Get Data from External Sources 2

3 Objective 1: Import Data into Excel Importing Data from a Word Table Paste Special Dialog Box Start Excel and open a new blank workbook. Save the new file as Manipulate_Data_Firstname_Lastname. Start Word and open the provided file named Import_Word. Notice the table format used and its similarities to Excel. In Word, click the Select Table button to highlight the entire table. Alternatively, from the Layout tab, in the Table group, click the Select button and choose Select Table. Copy the table and exit Word. The copied information is stored on the Office Clipboard. Return to cell A5 in the Excel worksheet. On the Home tab, in the Clipboard group, click the Paste button arrow. Select Paste Special from the list. From the Paste Special dialog box, in the As section, select Text and click OK. Select columns A:K and AutoFit all columns by double-clicking one of the column heading boundaries. Rename Sheet1 as Private_Homes and save the workbook. Get Data from External Sources 3

4 Importing Data from a TXT File A text file contains plain ASCII text. Text files are not formatted, which reduces the file size. They are commonly used for log files, readme files, and source data. Text files can be opened with basic text editors or word processing programs. These files usually have a.txt extension and never contain graphics. Text Import Wizard Dialog Box Rename Sheet2 as Mullin_Listings. Click the Data tab and then in the Get External Data group, click the From Text button. From the Import Text File dialog box, navigate to the provided data file Import_TXT and click Import. Follow the steps in the Text Import Wizard dialog box. A delimited file uses a character such as a comma, a colon and so on. A fixed field width means that each field has exactly same number of places. For example, First Name may have a size of 25 and no matter if the name is Joe, MaryAnn or Hubert, the first name field always has 25 spaces. Select Delimited and click Next. Select the Tab delimiter and clear any other choices. Make sure a check is in the Treat consecutive delimiters as one check box. Observe changes that occur in the Data Preview box, then click Next. The last step is used to set column formatting and choose what information to import. Click Finish. In the Import Data dialog box, specify cell A1 and click OK. To convert the vertical list to a horizontal one, copy the range A1:B11. Click cell D1 and, from the Home tab, in the Clipboard group, click the Paste button arrow. Click Transpose. Copy the range B13:B23 and right-click cell D3. Select Paste Special from the shortcut menu. Place a check in the Transpose check box and click OK. Since the field names have already been transposed, there is no need to copy the data in column A again. Repeat this process for the last two records using either transpose method, then delete columns A:C. AutoFit the columns containing data and save the workbook. Get Data from External Sources 4

5 Importing Data from Access Selecting Closed Listings Rename the Sheet3 tab as Homes_Sold Click the Data tab and in the Get External Data group, click the From Access button, then locate and open the provided Import_Access file. In the Select Table dialog box, select the Closed Listings table and click OK. In the Import Data dialog box, make sure the Table button and the Existing Worksheet buttons are selected, and that the cell address is cell A1, then click OK. On the Design tab, in the Tools group, click the Convert to Range button and click OK for the warning message to break the link to the Access database. Remove the banded lines from the data by selecting the range A1:L25. Then on the Home tab, in the Styles group, click the Cell Styles button. Click Normal. Save the workbook. Importing Data from a Comma Delimited File Selecting Comma for Delimiters Click the Insert Worksheet button to insert a new worksheet to the right of the Homes_Sold sheet tab. Name the new sheet Homes_Sold2 Start Word and open the file Import_CSV. If the File Conversion dialog box displays, make sure the Windows (Default) choice is selected under Text encoding and click OK. With the Show/Hide button activated, point out the field names in the first two lines and show how data is separated by commas and records are separated by paragraph marks. Close the file and exit Word. Return to the Homes_Sold2 worksheet. Click the Data tab, then in the Get External Data group, click the From Text button. When the Import Text File dialog box displays, navigate to the provided file Import_CSV and click Import to open the file. In the Text Import Wizard dialog box, select the Delimited option and click Next. Select the Comma check box for Delimiters, clear all other check marks, and click Next. In the Data Preview screen, scroll through the fields displayed. Click the Buyer column to select it. In the Column data format section, select Do not import column (skip). Note that the heading title has changed from General to Skip Column. Click Finish to complete the import process. The Import Data dialog box should import the data to cell A1 in the existing worksheet, click OK. Save the workbook. Get Data from External Sources 5

6 Objective 2: Reorganize Data from External Sources Converting Text into Columns Text to Columns Description It is impossible to sort the Seller field by last name the way it is currently set up. Click cell B7 and observe the number of spaces used to separate names. Select columns C:E and insert three new columns. Convert the text in the range B2:B18 by selecting the range and then on the Data tab, in the Data Tools group, click the Text to Columns button. In the Convert Text to Columns Wizard dialog box, select Delimited and click Next. Select the Space check box and clear any other selections, then click Finish. Observe how some data has been expanded to adjacent cells. Manually edit the records that originally had multiple names (cells B2, B7, B11, and B18) to include the ampersand and the other first name. For example, double-click to the right of the name Alan in cell B2, add a space and type & Deni Delete column D. Replace the contents of cells C2, C7, C11, and C18 by dragging and dropping the last names found in the cells in column D. Click OK to replace the destination cell data, then delete column D. Repeat this process for the cells in column B on the Private_Homes tab by inserting two columns and converting text to columns. Notice that row 23 and row 29 each had multiple spaces and required three columns to expand names. Combine names as appropriate. Rename the column headings in cells B5 and C5 to Owner s First Name and Owner s Last Name, replacing the original field name Owner. Delete column D and save the workbook. In Sheet2, type the following information into the designated cells: o A1: Main Street Realty o A2: Sales Summary by City and Property Type o A3: Through June 30, 2009 Format cells A1, A2, and A3 with 14 point font and Italics, then Merge & Center each cell over columns A:O. Rename the Sheet2 tab Summary and save the workbook. Get Data from External Sources 6

7 Removing Spaces Using the Trim Function When importing text to Excel, extra spaces often are also imported. The TRIM function removes spaces in text, except for one between words. You may also find it useful to remove spaces in a formula with the Trim function so the function works properly. Screen Tip for the Trim Function Click the Mullin_Listings tab and observe the leading spaces in cells C3 and C4, as well as in some cells in columns D and K. In cell C7, type =Trim and observe the ScreenTip that displays. Complete the formula by adding (c2) and pressing Enter, then observe the results. Copy the formula from cell C7 through the range C8:C10. Then, copy the formula to the range D7:D10. Copy the range C7:D10 and click cell C2. On the Home tab, in the Clipboard group, click the Paste button arrow and select Paste Values. Demonstrate that the Paste Values option pastes the revised data, but not the formulas in the cells, and note that pasting the formulas would not have produced the desired results. Delete the range C7:D10. Delete columns J and K containing the Buyer and Sales Agent information. Insert a new column to the right of column B. Use the Convert Text to Columns feature to separate the sellers first and last names, using the Space option for the delimiter. Save the workbook. Get Data from External Sources 7

8 Consolidating Data Side by Side View Click the Private_Homes tab and select cell A1. On the View tab, in the Window group, click the New Window button to create a copy of the workbook. Click the View Side by Side button to tile the two workbooks vertically. Note the addition of the numbers 1 and 2 to the end of the workbook file names and that the Synchronous Scrolling button is now activated. In the top window of the workbook, scroll down to make row 5 the top row and click cell A6. In the Window group, click the Freeze Panes button and pick Freeze Panes from the list that displays. Scroll down to display row 31. Observe that both worksheets scroll simultaneously and there are now two workbook buttons on the task bar. In the bottom worksheet, click the Mullin_Listings tab twice to make it active and click cell A1. In the Window group, click the Synchronous Scrolling button to deactivate it. In the Mullin_Listings sheet, cut the range F1:G5 and paste the cells into cell K1 by right-clicking and selecting Insert Cut Cells. AutoFit columns I and J. Note that the data in the first 8 columns of the Mullin_Listings tab now match the columns in the Private_Homes tab, although the column headings may be slightly different. In the Mullin_Listings sheet, copy the range A2:H5. Click the Private_Homes sheet, and paste the data in cell A31. In the Private_Homes sheet, right-click column K and select Clear Contents to delete the data but leave the column. Right-click column K and select Insert to add another column. In cells K5 and L5, add the titles Sales Price and Closing Date Display rows 31:34. In the Mullin_Listings sheet, select the range I2:J5. Copy and paste this information to cell K31 on the Private_Homes sheet. AutoFit rows K and L. Return to the lower worksheet and click the Homes_Sold tab twice to activate it. Compare the fields in this sheet with those in the Private_Homes sheet above. There are fields that only appear in one worksheet such as the ID and El School fields. In the Homes_Sold sheet, delete column A (ID) and column C (El School). Copy the range A2:J25 and paste it into the Private_Homes sheet in cell D35. Note that the dates have converted to a general number format that will be addressed later. Return to the lower worksheet and activate the Homes_Sold2 sheet. Click cell A1 and compare the field headings between the two worksheets. Notice Get Data from External Sources 8

9 List of Available Windows that Homes_Sold2 includes fields for Sales Price and Closing Date, but not List Price and List Date. Copy columns F and G. Insert the copied cells in column K. The Sales Agent data moves to column M. Drag and drop the date in the range H1:J18 into columns F:H. Click OK to replace the destination cell data. Copy the range A2:M18 from the Homes_Sold2 sheet and paste it into cell A59 of the Private_Homes sheet. On the View tab, in the Window group, click the View Side by Side button to return to the single worksheet view. Note the second workbook button that remains on the task bar. In the Window group, click the Switch Windows button to display the list of available windows and note there are two choices with a check mark indicating the file that is the active window. Click the unchecked choice to select it and notice the selected cells that appear. Press Esc and click the Private_Homes tab. Note the data that has been consolidated on both sheets. Close this second workbook and note that you are not asked if you wish to save it. The remaining workbook title no longer displays a number at the end. AutoFit all of the columns in the Private_Homes sheet and save the workbook. Get Data from External Sources 9

10 Duplicate Street Addresses Highlighting Duplicate Values Using Conditional Formatting Press Ctrl+Home to return to the top of the Private_Homes sheet. On the View tab, in the Window group, click the Freeze Panes button and select Unfreeze Panes. Select the cells containing the addresses in column D. Click the Home tab and in the Styles group, click the Conditional Formatting button. Point to Highlight Cells Rules and select Duplicate Values. Click OK to select the default value of Light Red Fill with Dark Red Text. Scroll through the list to display the formatted duplicate cells. Deselect the column by clicking cell D5. On the Home tab, in the Editing group, click the Sort & Filter button and sort the list alphabetically. Scroll through the list and note that in rows 29 and 30, although the address is the same, the rest of the data is not. Examine all information in a record to ensure the data is actually a duplicate. Note also that some duplicate records may have data in some areas but not others. Get Data from External Sources 10

11 Removing Duplicate Records Remove Duplicates Dialog Box Apply the Comma style with 0 decimals to the range K6:K75. With the range still selected, use the Format Painter to apply this format to the range of cells in the List Price column by clicking cell I6. Apply the Short Date format to the range L6:L75. Use the Format Painter to format the range of cells in column J by clicking cell J6. Click cell D5. On the Data tab, in the Data Tools group, click the Remove Duplicates button to remove duplicate entries. In the Remove Duplicates dialog box, click the Unselect All button. If necessary, check the My Data Has Headers box. Select the following fields: Address, City, Sales Price. Make sure there is a check mark in the My data has headers box and click OK. A message displays indicating the number of duplicates that have been removed, click OK. Because of the additional fields being checked, not all duplicates indicated by the conditional formatting were removed. Observe that most of the remaining duplicates have a list price and list date or a sale price and closing date in one record, but not in the other. Consolidate this information so that the list price and list date and sale price and closing date are in the same record for each of these duplicates. Return to cell D5 and repeat the Remove Duplicates process, clearing all choices except Address and City, then click OK. A message appears indicating additional duplicate values were removed. Click OK to continue. Two duplicates remain displaying the conditional formatting the values in rows 22 and 23. The homes listed on Fire Heights Dr have the same street address but all other information is different. Get Data from External Sources 11

12 The Table Styles Gallery Filter Symbol Creating a Table and Printing Results Insert the following text in the designated cells: o A1: Main Street Realty o A2: Private Homes Sales Report o A3: Through June 30, 2009 Format the range A1:A3 as Bold, Italic, 14 point font. Click cell A5. On the Insert tab, in the Tables group, click the Table button. Confirm that the Create Table dialog box has selected the range A5:M62. If necessary, check the box next to My Data Has Headers and click OK. On the Design tab, in the Table Styles group, click the More button to change the style of the table. From the Table Styles gallery, select Table Style Medium 11 from the Medium section. In cell I5, click the List Price arrow and uncheck the box next to Blanks, then click OK. Repeat this process to remove the blank cells from the Sales Price column. Observe that the arrow in each cell has changed to the filter symbol. In the Table Styles Options group, click the Total Row button. Observe that a new row has been added to the worksheet. Click cell I63 for the List Price total cell and click the arrow, then click Average. Repeat this process for the Sales Price cell, K63. Format cells I63 and K63 to use the Accounting Number Format and no decimals. Get Data from External Sources 12

SUM, AVERAGE, MEDIAN, MIN,

SUM, AVERAGE, MEDIAN, MIN, Lab 3 Activity Name Demonstration Notes Objective 12: Use the SUM, AVERAGE, MEDIAN, MIN, and MAX Functions 5.25 Using the SUM and AVERAGE Functions 5.26 Using the MEDIAN Function Start Excel. Open goaio_1e_08c_script_data.xlsx.

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

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

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check 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

Links to Activities ACTIVITY 2.1. Links to Activities

Links to Activities ACTIVITY 2.1. Links to Activities EXCEL Editing and Formatting Worksheets Section 2 0 1 Skills Edit the content of cells Clear cells and cell formats Use proofing tools Insert and delete columns and rows Move and copy cells Use Paste Options

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

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

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

Objectives. Objectives. Plan Ahead. Starting Excel 3/9/2010. Excel Chapter 3. Microsoft Office 2007 Objectives Microsoft Office 2007 Excel Chapter 3 What-If Analysis, Charting, and Working with Large Worksheets Rotate text in a cell Create a series of month names Copy, paste, insert, and delete cells

More information

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

More information

for secondary school teachers & administrators

for secondary school teachers & administrators for secondary school teachers & administrators 2b: presenting worksheets effectively Contents Page Workshop 2B: Presenting Worksheets Effectively 1 2.1 The Formatting Toolbar 2.1.1 The Format Cells Dialogue

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

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

Lesson 19 Organizing and Enhancing Worksheets

Lesson 19 Organizing and Enhancing Worksheets Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 Objectives Hide, show, and freeze columns and rows. Create, rename, and delete worksheets. Change

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 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

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

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

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

USING MICROSOFT EXCEL 2016 Guided Project 4-3

USING MICROSOFT EXCEL 2016 Guided Project 4-3 Guided Project 4-3 Clemenson Imaging analyzes expense reports from field representatives as well as patient and image data. To complete the worksheets, you format data as a table and build an advanced

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

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

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks...

Contents Part I: Background Information About This Handbook... 2 Excel Terminology Part II: Advanced Excel Tasks... Version 3 Updated November 29, 2007 Contents Contents... 3 Part I: Background Information... 1 About This Handbook... 2 Excel Terminology... 3 Part II:... 4 Advanced Excel Tasks... 4 Export Data from

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel From the Windows Start screen, click the Excel 2013 program tile 1 Right-click a blank area of the Windows Start screen 2 Click the All Apps button 3 Click

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

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

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 These documents are based on and developed from information published in the LTS Online Help Collection (www.uwec.edu/help) developed by the University of Wisconsin Eau Claire

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

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

Starting Excel application

Starting Excel application MICROSOFT EXCEL 1 2 Microsoft Excel: is a special office program used to apply mathematical operations according to reading a cell automatically, just click on it. It is called electronic tables Starting

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

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

EXCEL 2010 PROCEDURES

EXCEL 2010 PROCEDURES EXCEL 2010 PROCEDURES Starting Excel 1 Click the Start 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook 1 Click File 2 Click

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

Excel Module 7: Managing Data Using Tables

Excel Module 7: Managing Data Using Tables True / False 1. You should not have any blank columns or rows in your table. True LEARNING OBJECTIVES: ENHE.REDI.16.131 - Plan the data organization for a table 2. Field names should be similar to cell

More information

European Computer Driving Licence. Advanced Spreadsheet Software BCS ITQ Level 3. Syllabus Version 2.0

European Computer Driving Licence. Advanced Spreadsheet Software BCS ITQ Level 3. Syllabus Version 2.0 ECDL Advanced European Computer Driving Licence Advanced Spreadsheet Software BCS ITQ Level 3 Using Microsoft Excel 2010 Syllabus Version 2.0 This training, which has been approved by BCS, The Chartered

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTRODUCTION TO MICROSOFT EXCEL 2016 Introduction to Microsoft Excel 2016 (EXC2016.1 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn

More information

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

More information

Excel. module. Lesson 1 Create a Worksheet Lesson 2 Create and Revise. Lesson 3 Edit and Format

Excel. module. Lesson 1 Create a Worksheet Lesson 2 Create and Revise. Lesson 3 Edit and Format module 2 Excel Lesson 1 Create a Worksheet Lesson 2 Create and Revise Formulas Lesson 3 Edit and Format Worksheets Lesson 4 Print Worksheets Lesson 5 Modify Workbooks Lesson 6 Create and Modify Charts

More information

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties

3. Click the Change Case button. 4. On the menu, click the desired case option. Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2007: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2007. After an introduction to spreadsheet terminology and Excel's

More information

Pivot Tables and Pivot Charts Activities

Pivot Tables and Pivot Charts Activities PMI Online Education Pivot Tables and Pivot Charts Activities Microcomputer Applications Updated 12.16.2011 Table of Contents Objective 1: Create and Modify PivotTable Reports... 3 Organizing Data to Display

More information

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

chapterten Pearson Learning Solutions Not For Resale Distribution Managing Workbooks and Analyzing Data

chapterten Pearson Learning Solutions Not For Resale Distribution Managing Workbooks and Analyzing Data 10 Excel 2007 chapterten Managing Workbooks and Analyzing Data OBJECTIVES At the end of this chapter you will be able to: OUTCOMES Mastering these objectives will enable you to: 1. Create and Save a Workbook

More information

Working with Tables in Word 2010

Working with Tables in Word 2010 Working with Tables in Word 2010 Table of Contents INSERT OR CREATE A TABLE... 2 USE TABLE TEMPLATES (QUICK TABLES)... 2 USE THE TABLE MENU... 2 USE THE INSERT TABLE COMMAND... 2 KNOW YOUR AUTOFIT OPTIONS...

More information

Business Process Procedures

Business Process Procedures Business Process Procedures 14.40 MICROSOFT EXCEL TIPS Overview These procedures document some helpful hints and tricks while using Microsoft Excel. Key Points This document will explore the following:

More information

Formatting Cells and Ranges

Formatting Cells and Ranges 6 Formatting Cells and Ranges LESSON SKILL MATRIX Skills Exam Objective Objective Number Inserting and Deleting Cells Insert and delete cells. 2.1.5 Manually Formatting Cell Contents Modify cell alignment

More information

Formatting Values. 1. Click the cell(s) with the value(s) to format.

Formatting Values. 1. Click the cell(s) with the value(s) to format. Formatting Values Applying number formatting changes how values are displayed it doesn t change the actual information. Excel is often smart enough to apply some number formatting automatically. For example,

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

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

Contents. Introduction 15. How to use this course 18. Session One: Basic Skills 21. Session Two: Doing Useful Work with Excel 65

Contents. Introduction 15. How to use this course 18. Session One: Basic Skills 21. Session Two: Doing Useful Work with Excel 65 Contents Introduction 15 Downloading the sample files... 15 Problem resolution... 15 The Excel version and locale that were used to write this book... 15 Typographical Conventions Used in This Book...

More information

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys

Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Quick Reference Guide 8 Excel 2013 for Windows Keyboard Shortcut Keys Control Shortcut s Ctrl + PgDn Ctrl + PgUp Ctrl + Shift + & Ctrl + Shift_ Ctrl + Shift + ~ Ctrl + Shift + $ Ctrl + Shift + % Ctrl +

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

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

Inserting or deleting a worksheet

Inserting or deleting a worksheet Inserting or deleting a worksheet To insert a new worksheet at the end of the existing worksheets, just click the Insert Worksheet tab at the bottom of the screen. To insert a new worksheet before an existing

More information

Microsoft Excel for Lawyers - The Fundamentals Reference Guide

Microsoft Excel for Lawyers - The Fundamentals Reference Guide Microsoft Excel for Lawyers - The Fundamentals Reference Guide This guide includes step by step procedures for fundamental Excel commands and accompanies the Microsoft Excel for Lawyers -The Fundamentals

More information

Excel FDLRS Sunrise

Excel FDLRS Sunrise Excel 2010 FDLRS Sunrise Within 2 weeks participants will submit a project: Create an Excel spreadsheet with a chart include the completed and signed ARROW form Send to: Lourdes Day FDLRS (Bartow Airport)

More information

Managing Document Properties

Managing Document Properties PROCEDURES LESSON 20: CHANGING CASE AND MANAGING DOCUMENT PROPERTIES Using Uppercase Mode 1 Press the Caps Lock key 2 Type the desired text in all caps Showing Caps Lock on the Status Bar 1 Right-click

More information

EXCEL 2013 FDLRS SUNRISE

EXCEL 2013 FDLRS SUNRISE EXCEL 2013 FDLRS SUNRISE Goal: Participants will create a spreadsheet and graph to document student progress. Objectives: Participants will create a spreadsheet which includes basic formulas. Participants

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Microsoft Excel 2002 M O D U L E 2

Microsoft Excel 2002 M O D U L E 2 THE COMPLETE Excel 2002 M O D U L E 2 CompleteVISUAL TM Step-by-step Series Computer Training Manual www.computertrainingmanual.com Copyright Notice Copyright 2002 EBook Publishing. All rights reserved.

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

Productivity Tools Objectives

Productivity Tools Objectives Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate Documents Close Documents And

More information

Lesson 2: Formulas, Functions, and Formatting Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO

Lesson 2: Formulas, Functions, and Formatting Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Lesson 2: Formulas, Functions, and Formatting Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Enter Formulas in the worksheet Enter Functions in the worksheet Verify Formulas in the worksheet

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

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

Word Select New in the left pane. 3. Select Blank document in the Available Templates pane. 4. Click the Create button.

Word Select New in the left pane. 3. Select Blank document in the Available Templates pane. 4. Click the Create button. Microsoft QUICK Word 2010 Source Getting Started The Word Window u v w x z Opening a Document 2. Select Open in the left pane. 3. In the Open dialog box, locate and select the file you want to open. 4.

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

THE AMERICAN LAW INSTITUTE Continuing Legal Education

THE AMERICAN LAW INSTITUTE Continuing Legal Education 67 THE AMERICAN LAW INSTITUTE Continuing Legal Education Using Everyday Tech Tools To Maximize Your Law Practice Plus Ethics April 26, 2018 Philadelphia, Pennsylvania Utilizing Microsoft Excel for a More

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Formatting a spreadsheet means changing the way it looks to make it neater and more attractive. Formatting changes can include modifying number styles, text size and colours. Many

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

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

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

Excel Basics. TJ McKeon

Excel Basics. TJ McKeon Excel Basics TJ McKeon What is Excel? Electronic Spreadsheet in a rows and columns layout Can contain alphabetical and numerical data (text, dates, times, numbers) Allows for easy calculations and mathematical

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Productivity Tools Objectives 1

Productivity Tools Objectives 1 Productivity Tools Objectives 1 Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate

More information

Links to Activities ACTIVITY 3.1. Links to Activities

Links to Activities ACTIVITY 3.1. Links to Activities EXCEL Using Functions, Setting Print Options, and Adding Visual Elements Section 3 0 1 2 Skills Create AVERAGE, formulas to perform statistical analysis Create TODAY, NOW, and DATE formulas Create PMT

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

Contents. Introduction 13. Putting The Smart Method to Work 16. Session One: Basic Skills 23

Contents. Introduction 13. Putting The Smart Method to Work 16. Session One: Basic Skills 23 Contents Introduction 13 Feedback... 13 Downloading the sample files... 13 Problem resolution... 13 Typographical Conventions Used In This Book... 14 Putting The Smart Method to Work 16 Excel version and

More information

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32 TABLE OF CONTENTS Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14 Creating an Excel Workbook 14 Examining the Excel Environment 15 Opening an Existing Workbook 19 Navigating a Worksheet

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

Intermediate Microsoft Excel 2010

Intermediate Microsoft Excel 2010 P a g e 1 Intermediate Microsoft Excel 2010 ABOUT THIS CLASS This class is designed to continue where the Microsoft Excel 2010 Basics class left off. Specifically, we will cover additional ways to organize

More information

Create a workbook using the guidelines, concepts, and skills presented in this chapter. Labs are listed in order of increasing difficulty.

Create a workbook using the guidelines, concepts, and skills presented in this chapter. Labs are listed in order of increasing difficulty. What-If Analysis, Charting, and Working with Large Worksheets EX 209 was entered and copied to cells D9, D10, and D11. The current IF functions in cells D8, D9, D10, and D11 are incorrect. Edit and correct

More information

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid= Copyright 2010 by Curtis Frye

Sample Chapters. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid= Copyright 2010 by Curtis Frye Sample Chapters Copyright 2010 by Curtis Frye All rights reserved. To learn more about this book, visit the detail page at: go.microsoft.com/fwlink/?linkid=191751 Chapter at a Glance Analyze data dynamically

More information

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

Microsoft Excel 2013: Excel Basics June 2014

Microsoft Excel 2013: Excel Basics June 2014 Microsoft Excel 2013: Excel Basics June 2014 Description Excel is a powerful spreadsheet program. Please note that in this class we will use Excel 2010 or 2013. Learn how to create spreadsheets, enter

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information