Excel Project 5 Creating Sorting, and Querying a Worksheet Database

Size: px
Start display at page:

Download "Excel Project 5 Creating Sorting, and Querying a Worksheet Database"

Transcription

1 Excel Project 5 Creating Sorting, and Querying a Worksheet Database A Microsoft Excel table can function as a simple database (organized collection of data). When an individual or small business needs to perform database functions, Excel can often handle it, negating the need for expensive database software. In this exercise you will learn to use some of Excel s database capabilities as well as some terminology. 1. Open a blank Excel worksheet. 2. Use the mouse to change column widths as follows: A = 9.00, B = 7.00, C = 7.00, D = 5.00, E = 5.00, F = 10.00, G = 5.00, H = 10.00, I = 11.00, J = 11.00, K = 11.00, and L = Click cell A7 and then enter Skatejam Sales Representative Database as the worksheet database title. Rows 1-6 will be left blank to hold the results of database queries. 4. Change the title font to size 14, Bold, and Green. Change the row height to Enter the column titles in row 8 as shown. Change the height of row 8 to Select the range A8:J8. Bold the range. Right click on the range and select Format cells. 7. Apply a heavy green bottom border to the range. 8. Select columns C, D, E, G, and L. Click the Center alignment button so that future entries will be centered. 9. Right-click the column F heading. Select format cells. 10. Click the Number tab and click Date in the category list box. Scroll down in the Type box and then click 3/14/1998 to display the future date entries with four-digit years. Click OK. 11. Select columns I and J. Apply the Comma style to the selected range. Click the Decrease decimal button twice so that all future numeric entries in these columns display using the Comma style with zero decimal places. 12. Rename Sheet 1: Sales Rep Database. 13. Save the file to your network drive as Skatejam Database. Although Excel usually can identify a database range when you invoke a database-type command, assigning the name Database to the range eliminates any possible confusion when commands are entered to manipulate the database. 14. Select the range A8:J9. Click in the Name box and type Database as the name for the range. Press <Enter>. 15. Click in cell A9 to deselect the range. Click Data on the menu bar and select Form to display the data entry form shown to the right. Excel generates the form automatically from the row titles in your worksheet that will serve as field names. 16. Type in the data shown at the right for the first record. Use the <Tab> key to move to the next field or <Shift>+<Tab> to go back. When finished, click the New button to enter the data and get a blank form for the next record. 17. Type the data for the remaining 11 employees using the data entry form, using the data shown in the next figure. Click the Close button after entering the last record. Your database should look like the figure. Excel Project 5 Page 1

2 You could also create the database by entering the records in columns and rows as you would enter data into any worksheet and then assign the name Database to the range A8:J20 after completion. The data form was used here because it is considered a more accurate and reliable method of data entry, which automatically extends the range of the name Database as you add records. Adding Computational Fields to the Database The next step is to add the computational fields % of Quota in column K and Grade in column L. Then the name Database must be changed from the range A8:J20 to A8:L20 so that it includes the two new fields. 18. Select cell K8 and enter: % of Quota. 19. In cell L8 enter: Grade. 20. Click cell J8. Click the Format Painter button, then drag the mouse through cells K8:L8 to apply the format. 21. In cell K9 enter the formula: =J9/i Click cell K9 and then click the Percent Format button. Click the Increase decimal button twice to display two places to the right of the decimal point. 23. Use the fill handle to copy the formula and format in K9 to the range K10:K20. The entries in the % of Quota column give the user an immediate evaluation of how well each sales rep s YTD Sales are in relation to their annual quota. Excel has two lookup functions that are useful for looking up values in tables, such as tax tables, discount tables, parts tables, and grade scale tables. Both functions look up a value in the table and return a corresponding value from the table to the cell assigned the function. These are HLOOKUP (Horizontal Lookup) and VLOOKUP (vertical lookup). The general form is similar for both: =VLOOKUP( search argument, table range, column number). 24. In cell N1 enter: Grade Table. Click the Bold button. 25. Select cells N1 and o1. Click the Merge and center button to center the title over both columns. Apply a thick green bottom border to cells N2:o Enter the column titles and table entries shown in the figure to the right in the range N2:o Increase the width of columns N and O to Click cell L8. Click the Format Painter button. Drag the mouse through cells N2 and o2 to apply the same format to the column titles in the grade table. 29. Select the range N3:o7 and click the Center Alignment button. Your Grade table should look like the figure to the right at this point. 30. In cell L9 type the VLOOKUP formula: =VLOOKUP( K9, $N$3:$o$7, 2). Excel Project 5 Page 2

3 The VLOOKUP function will look at the value in K9, compare it to the values in the first column of the grade table, and display the Grade value found in column 2 of the grade table in cell L9. An A should appear in cell L9 since K9 contains 93.35%. 31. Use the fill handle to copy the formula in cell L9 to the range L10:L20. Notice that the range listed for the table is an absolute reference to keep the reference the same when the formula is copied. Your table should look like the one pictured below. Save your work. As shown in the figure above, any % of Quota value below 60 returns a grade of F. Grades are assigned based on the lookup grade table you created. Redefining the Name Database The final step in adding the two computational fields to the database is to redefine the name Database so that the computational columns are included in the named range. 32. Click cell A22 so that no range is selected. 33. Click Insert on the menu bar and select the Name submenu. Select define on the name submenu. 34. When the Define Name dialog box appears. Click Database in the Names in workbook list (see figure at right). 35. In the Refers to: box change the letter J to L to include the two additional columns in the Database. 36. Click OK to complete the redefinition. 37. Click the Name box arrow on the left side of the formula bar and then select Database. This should cause the entire range A8:L20 to be selected if you have done this exercise correctly. 38. Click outside the range to deselect it. Save your work. Guidelines to follow when creating a database in Excel A. Database Size and Workbook Location Do not enter more than one database per worksheet. Maintain at least one blank row between the database and other worksheet entries. Do not store other worksheet entries in the same rows as your database. Define the name Database as a database range. A database can have a maximum of 256 fields and 65,536 records on a worksheet. B. Column Titles (Field Names) Place column titles in the first row of the database. Do not use blank rows or rows with dashes to separate the column titles (field names) from the data. Apply a different format to the column titles and the data for ease of reading. Excel Project 5 Page 3

4 Column titles can be up to 32,767 characters in length. The column titles should be meaningful. C. Contents of a Database Each column should have similar data. For example, Employee Hire Date should be in the same column for all employees. Format the data to improve readability, but do not vary the format of the data in a column. Using a Data Form to View Records and Change Data At any time while the worksheet is active, you can use the Form Command on the Data menu to display records, add new records, delete records, and change the data in records. When a data form is opened initially, Excel displays the first record in the database. You can use the Find Next and Find Prev buttons to navigate through the database. The New and Delete buttons are used to add or delete records respectively. To change data within a record simply display it and edit the affected field. Sorting a Database Often data is easier to work with if sorted in a particular order. This is very easy to do in Excel. 39. Click in cell A9. Click the Sort Ascending button on the toolbar. This automatically sorts the database into alpha order by the Lname field. 40. While still in cell A9, click the Sort Descending button. This reverses the sort order for the database. 41. Click in cell F9 and then click the Sort Ascending button to return the database to its original order (Data was entered is ascending order by hire date). Sorting a Database on Multiple Fields Excel allows you to sort on a maximum of three fields (sort within a sort). For instance, if you had two employees with the same last name you would need a secondary sort by first name to get a true alpha order listing of your database. To do this you must use Sort from the Data menu rather than the shortcut buttons. 42. Click any cell within the database. 43. On the Data menu select Sort. 44. When the Sort dialog box appears choose the fields shown at the right to sort by Gender, then by Educ, then by Quota. To sort a database on more than three fields, you must sort the database two or more times. The most recent sort take precedence. Hence, if you plan to sort on four fields, you sort on the three least important keys first and then sort on the major key. Excel Project 5 Page 4

5 Displaying Automatic Subtotals in the Database Displaying automatic subtotals is a powerful tool for summarizing data in a database. 45. Select cell G9. Click the Sort Ascending button. This creates the fields upon which subtotals will be based, the state. 46. Select Subtotals from the Data menu. 47. When the Subtotal dialog box displays, click the At each change in box arrow and select St. If necessary, select Sum in the Use function list box. In the Add subtotal to: box check only Quota and YTD Sales as shown at the right. Click OK. Excel calculates and inserts the subtotals for the selected fields grouped by state. Your worksheet should look like the one pictured below. 48. Click the Zoom box on the Standard toolbar and type 90 in the box. Press <Enter>. 49. Select columns I and J. Double-click the right boundary of column heading J to set these columns to optimum width. Select cell G9 to deselect the columns. 50. Click the Row level 2 symbol at the top-left of your worksheet. Excel hides a;; detail rows and displays only the subtotals as shown at the right. 51. Click the row level 1 symbol, only the grand total will show. 52. Click the row level 3 symbol to show all data. Change the widths of columns I and J back to Select rows 1-27 of your worksheet. Copy and paste the selected range onto Sheet 2 of your worksheet. Adjust column widths on sheet two as needed to display all data. Rename Sheet 2 as: Subtotals by State. Click on the Sales Rep Database tab to return to the original sheet. 54. Removing the subtotals: From the Data menu select Subtotals. Click the Remove All button when the Subtotal dialog box displays. Your worksheet should return to normal (similar to the top of page 3). 55. Sort the database by hire date to return records to their original order. Save your work. Excel Project 5 Page 5

6 Finding Records Using a Data Form Once you have created a database, you might want to view records that meet only certain conditions, or comparison criteria. Displaying records that meet the criteria is called querying the database. 56. From the Data menu select Form. 57. Click the Criteria button on the form. Excel clears the field values giving you a blank form. 58. Enter M in the Gender text box, >=42 in the Age text box, Inside in the Sales Area text box, and >2,600,000 in the Quota text box. Click Find Next. The record for Kevin James should appear. 59. Use the Find Next button to see if any other records meet the criteria (Thomas Ryan does). 60. When you are finished displaying the records meeting the criteria, close the data form. If you are querying on text fields, you can use wildcard characters to find records that have certain characters in a field. Excel uses the two wildcard characters, the question mark (?) and the Asterisk (*) in a way similar to their original use in the MS-DOS operating system. The question mark represents any single character in the same position as the question mark. For example, entering Ry$n would find all of the following: Ryan, Ryon, Ry2n, Ry%n, etc. An asterisk can be used to represent any number of characters in the same position as the asterisk. Examples: Jo* would find all entries beginning with Jo; ey would find all entries ending in the letters ey; Ch*g would find all entries beginning in Ch and ending in g no matter how many characters are in between. Filtering a database using AutoFilter An alternative to using a data form to query is to use AutoFilter. Whereas the data form displays only one record at a time, AutoFilter displays all records that meet the criteria as a subset of the database. 61. Select any cell in the database. From the Data menu select Filter. Select AutoFilter from the Filter submenu. AutoFilter arrows will appear to the right of each filed name as shown below. 62. Click the Gender arrow and select F. In the State filed click AZ. Now only the records for females from Arizona appear. There should be 2 records. Copy and paste rows 1-18 onto sheet 3. Rename Sheet 3 as Females from Arizona. 63. Return to the Sales Rep Database sheet and from the Data menu select Filter Show All to see all records again. 64. Next you will add a sheet to your workbook. From the Inset menu select Sheet. A blank sheet will be inserted into the workbook. If necessary, drag the tab for the new sheet to the right so that it is the last sheet in the workbook. Using Custom Criteria 65. Select cell A9. Click the Age arrow and then select (Custom ). 66. When the Custom AutoFilter dialog box appears, fill it in as shown in the figure to the right. Click OK. Five records should appear. 67. Copy and paste rows 1-14 onto the blank sheet and rename it as: Adjust column width as needed. 68. Return to the Sales Rep Database sheet. From the Data menu select Filter AutoFilter to turn AutoFilter off and display all records. Save your work. Excel Project 5 Page 6

7 Using a Criteria Range on the Worksheet Rather than using a data form or AutoFilter to establish criteria, you can set up a criteria range on the worksheet and use it to manipulate records that pass the comparison criteria. Using a criteria range on a worksheet takes two steps: a) Create the criteria range and name it Criteria; b) Use the Advanced Filter command on the Filter submenu. 69. Select the range A7:L8 on the Sales Rep Database sheet. Copy and paste this range into cell A1 on the same sheet. This insures that the field names in the criteria area match the database field names. 70. Click cell A1 and type: Criteria Area to replace the old title. 71. In cell C3 enter: F 72. In cell D3 enter: > In cell L3 enter: >B 74. Select the range A2:L3. Click the name box in the formula bar and then type Criteria as the range name. Press <Enter>. Click cell A9 to deselect the range. 75. From the Data menu select Filter Advanced Filter. Click OK when the Advanced Filter dialog box appears. Two Reps meet the criteria, Female, over 34 with a grade grater than B. Greater than and Less than use alpha order to determine their truth value. Therefore C > B. 76. Insert a blank sheet into your workbook (see step 64). Drag it to the right if necessary. Copy rows 1-14 from the Sales Rep Database sheet and paste them onto the new sheet. Adjust column width as needed. Name the sheet F>34>B. Extracting Records If you select the Copy to Another location option button in the Action area of the Advanced filter dialog box, Excel copies the records that meet the comparison criteria to another part of the worksheet, rather than displaying them as a subset of the database. To use this feature you must set up an Extract Range ( a place to copy to). 77. Make sure you are on the Sales Rep Database sheet and that all records are visible. Select the range A7:L8. Copy and paste the range into cell A Click cell A24 and type Extract Area to change the title. 79. Select the range A25:L25. Type Extract in the name box to name the range. Click cell A20 to make sure the database is active. 80. From the Data menu select Filter Advance Filter. When the dialog box displays, be sure Copy to another location is checked and then click OK. The Extract area should look like the one below: Save your work. Using Database Functions Excel has 13 database functions that you can use to evaluate numeric data in a database. One of the functions is called DAVERAGE. As the name implies you use DAVERAGE to find the average of numbers in a database field that pass a test. In this exercise you will also use the DCOUNT function to count the number of sales reps that have a grade of A. 81. Click cell Q1 and enter Criteria for DB Functions. Select the range Q1:S1 and then click the Merge and Center button to center the title across the range. Click the Bold button to bold the title. 82. Select cell Q2 and enter Gender as the field name. 83. Select cell R2 and enter Gender as the field name. Excel Project 5 Page 7

8 84. Select cell S2 and enter Grade. 85. Select cell L8. Click the Format Painter button. Drag through cells Q2:S2 to apply the format. 86. In cell Q3 enter F. In cell R3 enter M. In cell S3 enter A. 87. In cell Q5 enter: Average Female Age = = = = =>. 88. In cell Q6 enter: Average Male Age = = = = = = =>. 89. In cell Q7 enter: Grade A Count = = = = = = = = =>. 90. In cell T5 enter the formula: =daverage(database, Age, Q2:Q3). 91. In cell T6 enter the formula: =daverage(database, Age, R2:R3). 92. In cell T7 enter the formula: =dcount(database, Age, S2:S3) 93. Format cells T5 and T6 to Number showing two decimal places. 94. The Functions area should look like the figure to the right. Save your work. Entering Formulas in the Template The most difficult formula to understand on this worksheet is the one to calculate Average Unit Price, which could be called average selling price. To make a net profit, companies must sell their merchandise for more than the unit cost plus the company s operating expenses (taxes, warehouse rent, etc.). To determine what selling price to set for an item, companies often first establish a desired margin. Most companies operate on a margin of 60% - 75%. Home entertainment Systems uses a margin of 65%. 95. In cell D5 Submit you finished file to JCPS Online for grading. DO NOT PRINT. Excel Project 5 Page 8

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

More information

CIS 100 Databases in Excel Creating, Sorting, Querying a Table and Nesting Functions

CIS 100 Databases in Excel Creating, Sorting, Querying a Table and Nesting Functions CIS 100 Databases in Excel Creating, Sorting, Querying a Table and Nesting Functions Objectives Create and manipulate a table Deleting duplicate records Delete sheets in a workbook Add calculated columns

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

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

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

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

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

The Excel worksheet contains 16,384 rows that extend down the worksheet, numbered 1 through

The Excel worksheet contains 16,384 rows that extend down the worksheet, numbered 1 through Microsoft Excel Microsoft Excel allows you to create professional spreadsheets and charts. It performs numerous functions and formulas to assist you in your projects. The Excel screen is devoted to the

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

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts New Perspectives on Microsoft Excel 2016 Module 5: Working with Excel Tables, PivotTables, and PivotCharts Objectives, Part 1 Explore a structured range of data Freeze rows and columns Plan and create

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

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

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

Working with Data in Microsoft Excel 2010

Working with Data in Microsoft Excel 2010 Working with Data in Microsoft Excel 2010 This document provides instructions for using the sorting and filtering features in Microsoft Excel, as well as working with multiple worksheets in the same workbook

More information

FOCUS ON: DATABASE MANAGEMENT

FOCUS ON: DATABASE MANAGEMENT EXCEL 2002 (XP) FOCUS ON: DATABASE MANAGEMENT December 16, 2005 ABOUT GLOBAL KNOWLEDGE, INC. Global Knowledge, Inc., the world s largest independent provider of integrated IT education solutions, is dedicated

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

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

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

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

Section 18. Advanced Cell Formatting

Section 18. Advanced Cell Formatting Section 18 Advanced Cell Formatting By the end of this Section you should be able to: Apply Wrap Text Use Merge and Shrink to Fit Change Text Orientation Remove Cell Formatting Use the Format Painter Use

More information

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

More information

Microsoft Office Illustrated. Analyzing Table Data

Microsoft Office Illustrated. Analyzing Table Data Analyzing Table Data Objectives Filter a Table Create a custom filter Filter a Table with Advanced Filter Extract Table data 2 Objectives Look up values in a table Summarize table data Validate table data

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

Complete Quick Reference Summary

Complete Quick Reference Summary Microsoft Access 2010 Complete Quick Reference Summary Microsoft Access 2010 Quick Reference Summary Advanced Filter/Sort, Use AC 153 Advanced button (Home tab Sort & Filter, Advanced Filter/Sort) All

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

Open and arrange windows This section covers items like: Opening another window on to a workbook Arranging workbook windows Hiding and show windows

Open and arrange windows This section covers items like: Opening another window on to a workbook Arranging workbook windows Hiding and show windows Level 2 Excel Viewing workbooks Open and arrange windows Opening another window on to a workbook Arranging workbook windows Hiding and show windows Split panes Split panes Freeze panes Freeze panes Change

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

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

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

Section 2. Advanced Cell Formatting

Section 2. Advanced Cell Formatting Open Learning Excel Intermediate Section 2 Advanced Cell Formatting By the end of this Section you should be able to: Apply Wrap Text Use Merge and Shrink to Fit Change Text Orientation Remove Cell Formatting

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

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel. Candy is Dandy Grading Rubric 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 bags. You

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

Table of Contents. Chapter 1

Table of Contents. Chapter 1 Table of Contents iii Table of Contents Chapter 1 Starting Excel Using an electronic spreadsheet 2 Starting Excel 2 Exploring the Start screen 4 Creating a blank workbook 4 Exploring the Excel window 5

More information

Spreadsheet Applications Test

Spreadsheet Applications Test Spreadsheet Applications Test 1. The expression returns the maximum value in the range A1:A100 and then divides the value by 100. a. =MAX(A1:A100/100) b. =MAXIMUM(A1:A100)/100 c. =MAX(A1:A100)/100 d. =MAX(100)/(A1:A100)

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

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

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

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

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

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 Table of contents The use of range names 1 DESCRIPTION 1 TO DEFINE A NAME 2 USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 THE ROUND FUNCTION 7 THE SUMIF

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

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

Microsoft Office Specialist Excel 2016

Microsoft Office Specialist Excel 2016 77-727 Microsoft Office Specialist Excel 2016 For coverage of all objectives, please utilize Shelly Cashman Series Office 365 and Excel 2016: Comprehensive. Domain Obj Number Objective text Module Page

More information

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

More information

Get Data from External Sources Activities

Get Data from External Sources Activities PMI Online Education Get Data from External Sources Activities Microcomputer Applications Table of Contents Objective 1: Import Data into Excel... 3 Importing Data from a Word Table... 3 Importing Data

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

Section 8 Formatting

Section 8 Formatting Section 8 Formatting By the end of this Section you should be able to: Format Numbers, Dates & Percentages Change Cell Alignment and Rotate Text Add Borders and Colour Change Row Height and Column Width

More information

Formatting Spreadsheets in Microsoft Excel

Formatting Spreadsheets in Microsoft Excel Formatting Spreadsheets in Microsoft Excel This document provides information regarding the formatting options available in Microsoft Excel 2010. Overview of Excel Microsoft Excel 2010 is a powerful tool

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

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

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

Excel for Dummies: Quick Reference

Excel for Dummies: Quick Reference Excel for Dummies: Quick Reference Walkenbach, John ISBN-13: 9780764539879 Table of Contents The Big Picture: Microsoft Office Excel 2003. What You See: The Excel Window. What You See: Dialog Boxes. Toolbar

More information

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis

Microsoft Excel Chapter 3. Working with Large Worksheets, Charting, and What-If Analysis Microsoft Excel 2013 Chapter 3 Working with Large Worksheets, Charting, and What-If Analysis Objectives Rotate text in a cell Create a series of month names Copy, paste, insert, and delete cells Format

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

Pivot Table Project. Objectives. By the end of this lesson, you will be able to:

Pivot Table Project. Objectives. By the end of this lesson, you will be able to: Pivot Table Project Objectives By the end of this lesson, you will be able to: Set up a Worksheet Enter Labels and Values Use Sum and IF functions Format and align cells Change column width Use AutoFill

More information

Microsoft Excel. An Introduction to. Lecture No. 2. Date: March Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

Microsoft Excel. An Introduction to. Lecture No. 2. Date: March Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian An Introduction to Microsoft Excel Lecture No. 2 Date: March 16. 2007 Instructor: Mr. Mustafa Babagil Prepared By: Nima Hashemian 2006 An Introduction to Excel Mathematics Department Eastern Mediterranean

More information

MODULE VI: MORE FUNCTIONS

MODULE VI: MORE FUNCTIONS MODULE VI: MORE FUNCTIONS Copyright 2012, National Seminars Training More Functions Using the VLOOKUP and HLOOKUP Functions Lookup functions look up values in a table and return a result based on those

More information

The subject of this chapter is the pivot table, the name given to a special

The subject of this chapter is the pivot table, the name given to a special Chapter 2: Generating Pivot Tables In This Chapter Understanding how to use pivot tables to summarize and analyze your data The many methods for creating pivot tables Pivoting the elements in the data

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

Microsoft Excel 2013/2016 Pivot Tables

Microsoft Excel 2013/2016 Pivot Tables Microsoft Excel 2013/2016 Pivot Tables Creating PivotTables PivotTables are powerful data analysis tools. They let you summarize data in various ways and instantly change the view you use. A PivotTable

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

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

Beginning Excel. Revised 4/19/16

Beginning Excel. Revised 4/19/16 Beginning Excel Objectives: The Learner will: Become familiar with terminology used in Microsoft Excel Create a simple workbook Write a simple formula Formatting Cells Adding Columns Borders Table of Contents:

More information

EXCEL 2010 COMPETENCIES

EXCEL 2010 COMPETENCIES EXCEL 2010 COMPETENCIES Working with Cells Use undo and redo Clear cell content Enter text, dates, and numbers Edit cell content Go to a specific cell Insert and delete selected cells Cut, copy, paste,

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

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Creating an Excel resource

Creating an Excel resource Excel Mobile Excel Mobile is a Microsoft application similar to Excel, but designed to run on handhelds. This mobile version of Excel is a spreadsheet application that allows you to manipulate numbers,

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

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

MICROSOFT EXCEL BEYOND THE BASICS. MARY ANN WALLNER Contact Information:

MICROSOFT EXCEL BEYOND THE BASICS. MARY ANN WALLNER Contact Information: MICROSOFT EXCEL BEYOND THE BASICS MARY ANN WALLNER Contact Information: walln003@csusm.edu PRESENTING EXCEL Excel can be used for a wide variety of tasks: Creating and maintaining detailed budgets Tracking

More information

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE

Excel. Tutorial 1 Getting Started with Excel. Tutorial 2 Formatting a Workbook. Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel Tutorial 2 Formatting a Workbook Tutorial 3 Working with Formulas and Functions COMPREHENSIVE Excel Tutorial 1 Getting Started with Excel COMPREHENSIVE Objectives

More information

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam s Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-602) and provides references to corresponding coverage

More information

Creating and Using an Excel Table

Creating and Using an Excel Table Creating and Using an Excel Table Overview of Excel 2007 tables In earlier Excel versions, the organization of data in tables was referred to as an Excel database or list. An Excel table is not to be confused

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi

MICROSOFT EXCEL BIS 202. Lesson 1. Prepared By: Amna Alshurooqi Hajar Alshurooqi MICROSOFT EXCEL Prepared By: Amna Alshurooqi Hajar Alshurooqi Lesson 1 BIS 202 1. INTRODUCTION Microsoft Excel is a spreadsheet application used to perform financial calculations, statistical analysis,

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

Computer Training That Makes The Difference

Computer Training That Makes The Difference Computer Training That Makes The Difference MICROSOFT EXCEL INTRODUCTION (LEVEL 1) A one-day course to introduce you to Excel and show you the basic functions of the program. Prerequisite Introduction

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Syllabus KCXXXXXX: Excel Level I, Version 2010

Syllabus KCXXXXXX: Excel Level I, Version 2010 Syllabus KCXXXXXX: Excel Level I, Version 2010 ITSW 1022 Introduction to Electronic Spreadsheets 8 classroom hours Course Description: This course is designed to introduce the student to basic spreadsheet

More information

SPREADSHEET (Excel 2007)

SPREADSHEET (Excel 2007) SPREADSHEET (Excel 2007) 1 U N I T 0 4 BY I F T I K H A R H U S S A I N B A B U R Spreadsheet Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative

More information

CMPF124 Microsoft Excel Tutorial

CMPF124 Microsoft Excel Tutorial Lab 5: Microsoft Excel Tutorial Excel Worksheet Microsoft Excel works as account ledger. An Excel Workbook (1) could have multiple Worksheets (2). A cell in Excel is referred by its Column and Row naming

More information

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu TABLE OF CONTENTS Introduction... 1

More information

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 5 THE EXCEL ENVIRONMENT...

More information

CUA Spreadsheets Laboratory

CUA Spreadsheets Laboratory CUA Spreadsheets Laboratory Microsoft Excel 97 Basic Introduction Excel is spreadsheet capable of storing tables of data and text values and providing a range. Most Microsoft Products have similar menu

More information

Basic Microsoft Excel 2011

Basic Microsoft Excel 2011 Basic Microsoft Excel 2011 Table of Contents Starting Excel... 2 Creating a New Workbook... 3 Saving a Workbook... 3 Creating New Worksheets... 3 Renaming a Worksheet... 3 Deleting a Worksheet... 3 Selecting

More information

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification.

When you pass Exam : Access 2010, you complete the requirements for the Microsoft Office Specialist (MOS) - Access 2010 certification. Appendix 1 Microsoft Office Specialist: Access Certification Introduction The candidates for Microsoft Office Specialist certification should have core-level knowledge of Microsoft Office Access 2010.

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

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

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning Quick Reference Tables Preface EXCEL 2013 LESSON 1: EXPLORING EXCEL 2013 Presenting Excel 2013 Starting Excel Windows 7 Windows 8 Exploring the Excel Program Window Using Worksheets and Workbooks Mousing

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

DATA WAREHOUSE BASICS

DATA WAREHOUSE BASICS DATA WAREHOUSE BASICS A Software Overview using the Retail Golf Model with version 9 NOTE: This course material was developed using Hummingbird version 9 with Windows XP. There will be navigational differences

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

Strands & Standards COMPUTER TECHNOLOGY 2

Strands & Standards COMPUTER TECHNOLOGY 2 Strands & Standards COMPUTER TECHNOLOGY 2 COURSE DESCRIPTION This course applies advanced concepts and principles using word processing, spreadsheets, databases, and electronic presentation software. Students

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

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

More information

JF MSISS. Excel Tutorial 1

JF MSISS. Excel Tutorial 1 JF MSISS Excel 2010 Tutorial 1 In this session you will learn how to: Enter data into a spreadsheet Format data. Enter formulas. Copy formulas. 1. What is a Spreadsheet? A spreadsheet is best thought of

More information