Validate and Protect Data

Size: px
Start display at page:

Download "Validate and Protect Data"

Transcription

1 Validate and Protect Data Chapter 8 Objectives In this section you will Restrict Data Entry to a Cell Test the Data Entered in a Cell for Validity Display Instructions for Data Entry Display Error Messages Create Lists of Data Entries to Choose from Allow Conditional Formatting Protect Files against Modification Set Passwords We will look at validations using the example of the advertising budget. Open the file Validation Q1 Q2 Q3 Q4 TOTAL Units Sold Sales Revenue Cost of Sales Advertising Overhead Profit This model is set up so that all values are driven by advertising There are two constraints on this model Total Advertising cannot exceed $40,000 for the year No more than $12,000 can be spent on advertising in any quarter We will use Validation techniques to ensure users of this sheet only use valid choices when considering the data entries they make in the advertising budget. Validate and Protect Data

2 Complex Microsoft Excel 2003 for Business Specify Valid Data Entries A simple validation to restrict entry into a cell, is to set the limit for $12,000 on advertising in any quarter. Click on C7 the Advertising cell for the 1 st quarter Click on Data Validation in the Menu bar Click on the Settings tab if necessary The Data Validation window will appear with the Allow box with the default setting of Any value. Click on the Allow box and select Whole number Allow Type 0 in the Minimum box Type in the Maximum box Repeat this process for each of the advertising cells, D7, E7 and F7 NOTE: The settings for several cells can be set at once by highlighting all cells then applying the setting to all. You are doing it one at a time just for practice. 8-2 Microstar Publishing Pty Ltd 2003

3 Validate and Protect Data 8 Testing the Validation settings Validation settings you make should always be tested with both acceptable data and unacceptable data. The response of the Validation should be monitored to check it is working as required. For validation where the data should be between, and including, 0 and 12,000, the testing data could be any number between 0 and 12,000 to check response when accurate data is entered 12,000 and 0 as these are the maximum and minimum boundaries of valid data numbers less than 0 eg 1,000, -2,500 numbers greater than 12,000, 13,000, 12,001 etc. Now we will test the validation by making a data entry into the cell. Click on Cell C7, type 13,000 and press [Enter] A message should appear. At this point the user will realise a mistake has been made, but no useful information has been given yet as to how to fix the problem. Click on Retry Type 12,000 and press [Enter] The data will be accepted. Microstar Publishing Pty Ltd

4 Complex Microsoft Excel 2003 for Business Display a Message when a Cell is Selected A message can be displayed as soon as a user clicks on a cell. Select C7 Click on Data Validation in the Menu bar Click on the Input Message tab Enter a Title and Input message as shown below Click on Show input message until a tick appears to ensure the message is displayed when the cell is selected Input Message tab Check that this is ticked so message will appear when cell is selected Title Input Message Repeat this process for each of the advertising cells, D7, E7 and F7 Now whenever one of the advertising cells is selected the message will appear. 8-4 Microstar Publishing Pty Ltd 2003

5 Validate and Protect Data 8 Display a Message when Invalid Data is Entered Click on cell C7 Click on Data Validation in the Menu bar Click on the Error Alert tab Enter the Title and Error message as shown below Error Alert Title This data is outside the allowable range. The amount cannot be more than $12000 Error Message Try typing in C7 and press [Enter] The following message should appear. Click on Retry and enter into cell C7 The data should be accepted. Repeat these steps to set the error messages for the other advertising cells Microstar Publishing Pty Ltd

6 Complex Microsoft Excel 2003 for Business Other styles of messages are available to use with invalid data entry. Click on C7 again and Data Validation in the Menu bar Click on the Error Alert tab if necessary Click on the Style box to display the other styles of messages Warning and Information Style of Messages The Warning Message The warning message uses the text "Continue?", followed by Yes, No, and Cancel buttons, with No as the default button Click Warning in the Style box Type in cell C7 and press [Enter] The following warning message will appear. The consequences of using each button are explained on the following page. 8-6 Microstar Publishing Pty Ltd 2003

7 Validate and Protect Data 8 Using the Yes button of a Warning message overrides the validation rule and enters the invalid data. Using the No button of a Warning message returns to the cell for the correct data to be entered. Using the Cancel button of a Warning message returns the original value in the cell. Try entering invalid data into the cell C7 using each of the buttons Use an Information Message Click on Data Validation in the Menu bar Click on the Error Alert tab if necessary Click on the Style box and select Information Type in cell C7 The OK button allows the entry of the invalid data in the cell. The Cancel button restores the previous value to the cell. If you don't enter any text in the Error message box, the message displays the following: Note: Any message is displayed only when a user types data in the cell. Formulas that calculate invalid data, or data placed in the cell by a macro, do not cause the error message to be displayed. Microstar Publishing Pty Ltd

8 Complex Microsoft Excel 2003 for Business Identify Invalid Values in Cells Invalid entries in cells can be identified using the Circle Invalid Data tool on the Auditing toolbar. This tool will locate data that was invalid when typed in directly and ignored as a problem by the user, or cells that are, by result of a calculation, invalid. You may want to use this tool to check your own work or that of another user. Click on Tools Formula Auditing Show Formula Auditing toolbar in the Menu bar On the Auditing toolbar, click Circle Invalid Data Circle Invalid Data Any values displayed in the worksheet that are invalid will be circled. If no circles appear on the sheet reenter some invalid data into the advertising cells. Clear Invalid Data Circles Click on Clear Validation Circles Circle Invalid Data 8-8 Microstar Publishing Pty Ltd 2003

9 Validate and Protect Data 8 Finding Cells that have Invalid Data as a Result of Calculations The Profit cells have values that are a result of formula calculations. A restriction can be placed on the result of the calculations with an appropriate error message. However the error message will not appear when the result is calculated. The invalid nature of the result will only be indicated by the red invalid data circles. Suppose the resulting profits for each quarter must be at least 40,000. Highlight cells C10:F10 Click on Data Validation in the Menu bar Enter the following in the Settings tab notice that Allow has Decimal Enter the following data in the Advertising cells Click on the Circle Invalid Data button to display all invalid cells Click on the Clear Validations Circles button Microstar Publishing Pty Ltd

10 Complex Microsoft Excel 2003 for Business Restrict Data Entry to Values on a List Suppose it is decided that the amounts entered for the advertising for each quarter must be rounded to the nearest thousand and between 8000 and These amounts can be put in to a list from which a selection is made. On the same worksheet, type the list of valid entries down a single column or across a single row. Do not include blank cells in the list Select C7 as the cell that you want to restrict Click on Data Validation in the Menu bar Click on the Settings tab Click in the Allow box and click on List Source Click in the Source box and highlight the cells for the list B14 to F14 Now make some entries into the cell using the list button Click on the list button for the cell and click on one of the values List button Repeat the whole process for the other advertising cells 8-10 Microstar Publishing Pty Ltd 2003

11 Validate and Protect Data 8 Determine valid entries for a cell by using a formula Formula can be used to decide if an entry is valid. The formula should calculate a logical value, i.e. True or False. The formula should start with an equal sign (=) In this example we must check that the total of the advertising budgets for the quarters does not exceed $40,000 Highlight the cells C7:F7 to select the cells for Advertising (just the Qtrs, not the Total) Click on Data Validation in the Menu bar Click on the Settings tab Click on the Allow box and click on Custom Click on the Formula box and clear anything there Allow Enter the formula =40000>=sum($C$7:$F$7) This calculation will add the entries in the advertising cells each time an entry is made into one of them. If the calculation returns a TRUE answer, i.e. the sum of advertising amounts is less than $40,000, life goes on! However if a false result is returned then the error message is displayed. and try making some entries into the cells Microstar Publishing Pty Ltd

12 Complex Microsoft Excel 2003 for Business Finding Cells that have Data Restrictions or Messages The cells that have validation settings can be quickly identified in the spreadsheet. Click on Edit Go To in the Menu bar Click on the Special button Special The Go To Special window appears as shown below. Click on Data validation To find every cell on the worksheet that has data restrictions or messages, click All The cells with Data Validation applied will be highlighted. NOTE : If you want to find only those cells with the same data restrictions and messages as a particular cell, then start these steps by clicking on that cell and click Same in the Go To Special dialog box Microstar Publishing Pty Ltd 2003

13 Validate and Protect Data 8 Remove Data Restrictions and Messages To practice removing restrictions we will remove them from the 2 nd, 3 rd and 4 th Qtr Advertising amounts. In the next section we will copy them back. These steps will remove the restrictions but leave any data or formula in the cell. Click on cell D7 Click on Data Validation in the Menu bar then click the Settings tab. Click Clear All to clear all entries on the Settings, Messages and Error Alert tabs Clear All Repeat the steps above to clear the data restrictions for Advertising in Qtrs 3 and 4, i.e. cells E7 and F7 NOTE 1: All cells could be cleared at once by highlighting them then using the same steps. NOTE 2: To clear the cell of all data or formulae and the data restrictions just use Edit Clear All in the Menu bar Microstar Publishing Pty Ltd

14 Complex Microsoft Excel 2003 for Business Copy Data Restrictions and Messages to other Cells Click C7 as it should still have the Validation settings Click on the Copy button in the toolbar Highlight D7 Click on Edit Paste Special in the Menu bar Click on Validation and then OK Validation Repeat for E7 then F7 NOTE: You could copy to all the cells at once by highlighting them together, it was done one at a time here purely for practice Close the Validation file 8-14 Microstar Publishing Pty Ltd 2003

15 Validate and Protect Data Protecting Workbooks and Cells Once you have created a workbook you can protect all of your hard work by protecting the workbook, or parts of it, by restricting access and the ability to make changes to the workbook. Microsoft Excel provides several ways to allow you to limit the ability of unauthorised people to see and change a workbook after it is opened. Preventing Workbook Files from being Opened or Saved You can assign protection to a whole workbook in order to prevent unauthorised people from opening it, accessing it, or saving changes to it. Microsoft Excel provides three levels of workbook protection: Password protection prevents people who don't know the password, from opening the workbook. Write-reservation protection enables people to open the workbook, but they can't save changes to it without knowing the password. Read-only recommended protection enables people to choose whether to open the workbook as a read-only file or to open it as a read-write file. You can assign any of these levels of protection by using the Save As command on the File menu. Caution! If you assign password protection to a workbook and then forget the protection password, you can't open the workbook, remove protection from the workbook, or recover data from the workbook. It's a good idea to keep a list of your passwords and their corresponding workbook and sheet names in a safe place. (Passwords are case sensitive i.e. Goose is not the same as goose.) Microstar Publishing Pty Ltd

16 Complex Microsoft Excel 2003 for Business Making a File Readonly A file can be made Read Only. This is where a user can open a file and look at its contents however if changes are made to the spreadsheet the file must be saved with a different name so that the original file is unchanged. Open the file Readonly Click on File Save As in the Menu bar Click on Tools at the top of the Save As dialog box Click on General Options Tools Check the Read-only recommended box Type protects in the Password to modify box The prompt to confirm the password you entered will appear. Type the password protects again in the box and click on OK Click on Save to save the file, then Yes to Replace Existing File Close the file 8-16 Microstar Publishing Pty Ltd 2003

17 Validate and Protect Data Opening a Modify Restricted File with a Password Open the file Readonly The password prompt will appear Type the password protects and click on OK (NOTE : If a user didn t know the password they could still click on the Read Only button to just look at the file ) A Read Only prompt will appear - this is because the Read-Only recommended box was checked. Click on No to be able to make changes to the file you have the authority to make changes because you used the password to open the file Close the file Opening a Modify Restricted File without a Password Open the file ReadOnly Click on the Read Only button Try making some changes to the file, then click on the Save button The following prompt will appear. to save the changes to this file you would have to use another name Microstar Publishing Pty Ltd

18 Complex Microsoft Excel 2003 for Business Allowing Access to a File with a Password We will create a file called COMMPASS protected with password COMM. Open the file COMM Click on File Save As so we can give the file a new name and apply the password Name the file COMMPASS Click on Tools General Options Type the password COMM in the Save Options box in the Password to open - asterisks will appear instead of the word A prompt will appear to repeat the password again to set it Type the password again then click on OK Save and Close the file Only users who know the password can have access to this file. Open the file COMMPASS The Password prompt will appear. Type the password COMM into the password box and click OK The file should open. If it doesn t you may have used the wrong case when entering the password, a common mistake. Just try opening the file again and be careful entering the password. Close the file 8-18 Microstar Publishing Pty Ltd 2003

19 Validate and Protect Data Protecting Worksheets It is possible to protect individual cells in a worksheet or book so that formula and other items cannot be changed, however there will be cells that will need to be unprotected so that data can be entered. For example in this sheet, the Totals values and headings need to be protected as the values are the result of formula. The data area in each of the three columns must stay unprotected so that entries can be made. There are two steps to protecting a sheet: Locking cells Protecting the sheet We will look at how to lock cells first. Then we will look at how to protect the sheet, once cells are locked. Microstar Publishing Pty Ltd

20 Complex Microsoft Excel 2003 for Business Locking Workbook Cells It is a default setting that all cells are locked. However the cells do not become protected until protection is switched on. So even though the cells are set to be locked they can still be changed until the protection is switched on. Open the Tour spreadsheet Select the cells you want to protect E3:E15 (NOTE: you can select several ranges at once using the [Ctrl] key, select the first range then hold down the [Ctrl] key while you select the other ranges as shown in the picture below) Using the [Ctrl] key, select the months and the headings Click on Format Cells in the Menu bar Click on the Protection tab Protection Locked cells can't be edited when the document is protected. Hidden cells display their values, but the formula is not displayed in the formula bar. Click on Locked so a tick appears (if necessary) Note: Locking cells has no effect unless the sheet is protected. Before protecting the sheet, ensure any cells you want to be able to be changed by users, are not locked Microstar Publishing Pty Ltd 2003

21 Validate and Protect Data Unlocking Workbooks Cells There will be cells that you don t want protected because data must be entered. These steps will allow changes to be made to these cells even when the sheet is protected. Highlight the range of cells B3:D14 Click on Format Cells Protection tab Uncheck the Locked and Hidden boxes so that they are clear Protect a Sheet Once you have set which cells are to be locked and which cells are to be changeable you must protect the sheet so that these settings can be enforced. Click on Tools Protection in the Menu bar Click on Protect Sheet The Protect Sheet box will appear. At this point we can set exactly what is to be protected, or place a password to prevent unauthorised users from removing the protection. Now try to make changes to various cells. You should be able to change the sales figures in the data area, however an attempt to change a Total cell will bring up an error prompt. Microstar Publishing Pty Ltd

22 Complex Microsoft Excel 2003 for Business To Remove Sheet Protection Click Tools Protection in the Menu bar Click on Unprotect Sheet It will appear as though nothing has happened however if you try to make changes to the Totals cells you will be able to. Close the file Practice Exercise 8.1 Open the file GoalSeek You are going to protect the worksheet except for the cells where the amount of pay per week is entered. Highlight the cells B6:B15 Click on Format Cells in the Menu bar Click on the Protection tab and click on the Locked box to clear the tick to close the Format Cells dialog box Click on Tools Protection Protect Sheet and OK Save the file as Protected Goal Seek then Close 8-22 Microstar Publishing Pty Ltd 2003

23 Validate and Protect Data Practice Exercise Open the file Ch8 Protection and display the Advert worksheet This worksheet contains many formulas. It is designed so that the only cells in which the user should enter data are C7:F7. To protect the setup of the worksheet you are to protect all of the cells except those. 2. Highlight all of the cells and check that they are locked, then highlight just the cells C7:F7 and unlock them 3. Protect the sheet Practice Exercise Click on the Renovations worksheet of the Ch8 Protection file. 2. This sheet is designed so that data can be entered in cells C4 and C6 to C9. Lock the other cells and protect the worksheet. Microstar Publishing Pty Ltd

24 Complex Microsoft Excel 2003 for Business Practice Exercise Display the worksheet Wedding of the Ch8 Protection file. 2. Look at the spreadsheet and determine which cells should be protected and which should remain unlocked. Cells containing formula should definitely be locked. 3. Protect the sheet 4. To check your work, enter the following quote details by another caterer. You should be able to enter data as shown below. 5. You should not be able to make entries in cells C6, C7, C11 and C Make any changes necessary then save and close the file 8-24 Microstar Publishing Pty Ltd 2003

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

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

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1

Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Patricia Andrada Quick Guide Excel 2010 Data Management-July 2011 Page 1 Excel 2010 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains the initial value(s) of the series

More information

Quick Guide for Excel 2015 Data Management November 2015 Training:

Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu Quick Guide for Excel 2015 Data Management November 2015 Training: http://pfw.edu/training Excel 2016 Data Management AutoFill and Custom Lists AutoFill 1. Select the range that contains

More information

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want.

Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Page Setup and Print Chapter 4 Printing spreadsheets is easy. Microsoft Excel has lots of options available so you can print exactly what you want. Print Preview is available so that you can check how

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Files in Microsoft Excel are referred to as Workbooks. This is because they can contain more than one sheet. The number of sheets a workbook can contain is only limited by your computer

More information

Group sheets 2, 3, 4, and 5 1. Click on SHEET Hold down the CMD key and as you continue to hold it down, click on sheets 3, 4, and 5.

Group sheets 2, 3, 4, and 5 1. Click on SHEET Hold down the CMD key and as you continue to hold it down, click on sheets 3, 4, and 5. Data Entry, Cell Formatting, and Cell Protection in Excel 2004 In this workshop, you start by adding to the number of sheets in your workbook and then grouping four of the sheets to set up a small spreadsheet

More information

Setting Security in Microsoft Excel 2003

Setting Security in Microsoft Excel 2003 Setting Security in Microsoft Excel 2003 Introduction Excel worksheets are often used as forms or templates for users to type in their own information and upon which set calculations are then carried out.

More information

Excel Introduction to Excel Databases & Data Tables

Excel Introduction to Excel Databases & Data Tables Creating an Excel Database Key field: Each record should have some field(s) that helps to uniquely identify them, put these fields at the start of your database. In an Excel database each column is a field

More information

How to Excel - Part 2

How to Excel - Part 2 Table of Contents Exercise 1: Protecting cells and sheets... 3 Task 1 Protecting sheet... 3 Task 2 Protecting workbook... 3 Task 3 Unprotect workbook and sheet... 3 Task 4 Protecting cells... 4 Protecting

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

Introduction to Charts

Introduction to Charts Microsoft Excel 2013: Part 6 Introduction to Charts, Naming Cells, Create Drop-down lists, Track Changes, & Finalizing Your Workbook Introduction to Charts Charts allow you to illustrate your workbook

More information

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

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

More information

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

Skill Set 3. Formulas

Skill Set 3. Formulas Skill Set 3 Formulas By the end of this Skill Set you should be able to: Create Simple Formulas Understand Totals and Subtotals Use Brackets Select Cells with the Mouse to Create Formulas Calculate Percentages

More information

Excel Intermediate

Excel Intermediate Excel 2013 - Intermediate (103-124) Advanced Functions Quick Links Range Names Pages EX394 EX407 Data Validation Pages EX410 EX419 VLOOKUP Pages EX176 EX179 EX489 EX500 IF Pages EX172 EX176 EX466 EX489

More information

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1 Guide Microsoft Excel 2013 Introductory Note: Microsoft, Excel and Windows are registered trademarks of the Microsoft Corporation. Release OL356v1 Contents SECTION 1 FUNDAMENTALS... 9 1 - SPREADSHEET PRINCIPLES...

More information

Excel Intermediate

Excel Intermediate Excel 2010 - Intermediate (103-124) Advanced Functions Quick Links Range Names Pages EX376 EX379 EX423 EX435 Data Validation Pages EX438 EX444 VLOOKUP Pages EX387 EX394 IF Pages EX151 EX155 EX367 EX376

More information

Computer Applications Data Processing FA 14

Computer Applications Data Processing FA 14 Lesson 7: Combining Multiple Data Sources Microsoft Excel 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO: Use workbooks as templates for other workbooks. Link to data in other worksheets and workbooks. Consolidate

More information

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1

MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3. WWP Learning and Development Ltd Page 1 MICROSOFT EXCEL VERSIONS 2007 & 2010 LEVEL 3 WWP Learning and Development Ltd Page 1 NOTE Unless otherwise stated, screenshots in this book were taken using Excel 2007 with a silver colour scheme and running

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

Chapter at a glance. Templates. Link. Consolidate. Use workbooks as templates for other workbooks, page 196

Chapter at a glance. Templates. Link. Consolidate. Use workbooks as templates for other workbooks, page 196 Chapter at a glance Templates Use workbooks as templates for other workbooks, page 196 Link Link to data in other worksheets and workbooks, page 204 Consolidate Consolidate multiple sets of data into a

More information

Learning Worksheet Fundamentals

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

More information

Word 2016 Advanced. North American Edition SAMPLE

Word 2016 Advanced. North American Edition SAMPLE Word 2016 Advanced Word 2016 Advanced North American Edition WORD 2016 ADVANCED Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without

More information

Introduction to the workbook environment

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

More information

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1 Excel 2010 Advanced Excel 2010 Advanced Page 1 Excel 2010 Advanced 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au Excel 2010 Advanced Page 2 2010 Cheltenham Courseware Pty. Ltd. All

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

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Excel 2010 Advanced. Excel 2010 Advanced SAMPLE

Excel 2010 Advanced. Excel 2010 Advanced SAMPLE Excel 2010 Advanced Excel 2010 Advanced Excel 2010 Advanced Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

Information Technology

Information Technology Information Technology Operations Team Instructional Sharing Protected Data Contents Introduction... 3 Procedure... 3 How to Password Protect a MS Word Document... 3 MS Word 2010/2013/2016... 3 Word 2007...

More information

Excel Tips for Compensation Practitioners Weeks Data Validation and Protection

Excel Tips for Compensation Practitioners Weeks Data Validation and Protection Excel Tips for Compensation Practitioners Weeks 29-38 Data Validation and Protection Week 29 Data Validation and Protection One of the essential roles we need to perform as compensation practitioners is

More information

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon Custom Sorting and Subtotaling Excel Intermediate Excel allows us to sort data whether it is alphabetic or numeric. Simply clicking within a column or row of data will begin the process. Click in the name

More information

Excel Template Instructions for the Glo-Brite Payroll Project (Using Excel 2010 or 2013)

Excel Template Instructions for the Glo-Brite Payroll Project (Using Excel 2010 or 2013) Excel Template Instructions for the Glo-Brite Payroll Project (Using Excel 2010 or 2013) T APPENDIX B he Excel template for the Payroll Project is an electronic version of the books of account and payroll

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Excel Part 3 Textbook Addendum

Excel Part 3 Textbook Addendum Excel Part 3 Textbook Addendum 1. Lesson 1 Activity 1-1 Creating Links Data Alert and Alternatives After completing Activity 1-1, you will have created links in individual cells that point to data on other

More information

Using Basic Formulas 4

Using Basic Formulas 4 Using Basic Formulas 4 LESSON SKILL MATRIX Skills Exam Objective Objective Number Understanding and Displaying Formulas Display formulas. 1.4.8 Using Cell References in Formulas Insert references. 4.1.1

More information

Using protection and display options

Using protection and display options L E S S O N 6 Using protection and display options Lesson objectives Suggested teaching time In order to display and protect your worksheet data, you will: 40-50 minutes a b c Create and control comments

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

MICROSOFT EXCEL 2002 (XP): LEVEL 3

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

More information

Editing and Formatting Worksheets

Editing and Formatting Worksheets LESSON 2 Editing and Formatting Worksheets 2.1 After completing this lesson, you will be able to: Format numeric data. Adjust the size of rows and columns. Align cell contents. Create and apply conditional

More information

PART 7. Getting Started with Excel

PART 7. Getting Started with Excel PART 7 Getting ed with Excel When you start the application, Excel displays a blank workbook. A workbook is a file in which you store your data, similar to a three-ring binder. Within a workbook are worksheets,

More information

Les s on Objectives. Student Files Us ed

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

More information

Microsoft Excel 2016 LEVEL 3

Microsoft Excel 2016 LEVEL 3 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Excel 2016 LEVEL 3 kcls.org/techtutor Microsoft Excel 2016 Level 3 Manual Rev 11/2017 instruction@kcls.org Microsoft Excel 2016 Level 3 Welcome

More information

Create your first workbook

Create your first workbook Create your first workbook You've been asked to enter data in Excel, but you've never worked with Excel. Where do you begin? Or perhaps you have worked in Excel a time or two, but you still wonder how

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

Reference Services Division Presents. Excel Introductory Course

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

More information

MICROSOFT EXCEL 2000 LEVEL 3

MICROSOFT EXCEL 2000 LEVEL 3 MICROSOFT EXCEL 2000 LEVEL 3 WWP Training Limited Page 1 STUDENT EDITION LESSON 1 - USING LOGICAL, LOOKUP AND ROUND FUNCTIONS... 7 Using the IF Function... 8 Using Nested IF Functions... 10 Using an AND

More information

2013 INTERMEDIATE MANUAL

2013 INTERMEDIATE MANUAL C B C H O U S E 2 4 C A N N I N G S T R E E T E D I N B U R G H E H 3 8 E G 0 1 3 1 2 7 2 2 7 9 0 W W W. I T R A I N S C O T L A N D. C O. U K I N F O @ I T R A I N S C O T L A N D. C O. U K CONTENTS CHAPTER

More information

MICROSOFT EXCEL 2003 LEVEL 3

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

More information

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

Using FIS & The Federal Funds Interest Calculator (for Excel 2007)

Using FIS & The Federal Funds Interest Calculator (for Excel 2007) Using FIS & The Federal Funds Interest Calculator (for Excel 2007) 1 TABLE OF CONTENTS Page 3 4 7 11 16 18 20 27 28 Subject Area Notes Getting the Data from FIS Downloading the Data Preparing the Data

More information

Advanced Excel Charts : Tables : Pivots

Advanced Excel Charts : Tables : Pivots Advanced Excel Charts : Tables : Pivots Protecting Your Tables/Cells Protecting your cells/tables is a good idea if multiple people have access to your computer or if you want others to be able to look

More information

Objective: Class Activities

Objective: Class Activities Objective: A Pivot Table is way to present information in a report format. The idea is that you can click drop down lists and change the data that is being displayed. Students will learn how to group data

More information

Separate Text Across Cells The Convert Text to Columns Wizard can help you to divide the text into columns separated with specific symbols.

Separate Text Across Cells The Convert Text to Columns Wizard can help you to divide the text into columns separated with specific symbols. Chapter 7 Highlights 7.1 The Use of Formulas and Functions 7.2 Creating Charts 7.3 Using Chart Toolbar 7.4 Changing Source Data of a Chart Separate Text Across Cells The Convert Text to Columns Wizard

More information

Customer details are included on a separate worksheet (Customer Look Up) Item details are included on a separate worksheet (Item Look Up)

Customer details are included on a separate worksheet (Customer Look Up) Item details are included on a separate worksheet (Item Look Up) Creating an Invoice System using Excel Purpose To create a basic invoicing system which can be used to create invoices which can then be printed to pdf to provide a permanent copy and to print out and

More information

Excel. Excel Options click the Microsoft Office Button. Go to Excel Options

Excel. Excel Options click the Microsoft Office Button. Go to Excel Options Excel Excel Options click the Microsoft Office Button. Go to Excel Options Templates click the Microsoft Office Button. Go to New Installed Templates Exercise 1: Enter text 1. Open a blank spreadsheet.

More information

Working with Data and Charts

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

More information

THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY OBJECTIVES

THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY OBJECTIVES THE FORMULAS TAB, CELL REFERENCING,THE VIEW TAB & WORKBOOK SECURITY Session 9 THE FORMULAS TAB, CELL REFERENCING, THE VIEW TAB & WORKBOOK SECURITY General Objectives OBJECTIVES Session 9 In this Session,

More information

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

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

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

Exploring extreme weather with Excel - The basics

Exploring extreme weather with Excel - The basics Exploring extreme weather with Excel - The basics These activities will help to develop your data skills using Excel and explore extreme weather in the UK. This activity introduces the basics of using

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 Forecasting Tools Review

Excel Forecasting Tools Review Excel Forecasting Tools Review Duke MBA Computer Preparation Excel Forecasting Tools Review Focus The focus of this assignment is on four Excel 2003 forecasting tools: The Data Table, the Scenario Manager,

More information

Adding records Pasting records Deleting records Sorting records Filtering records Inserting and deleting columns Calculated columns Working with the

Adding records Pasting records Deleting records Sorting records Filtering records Inserting and deleting columns Calculated columns Working with the Show All About spreadsheets You can use a spreadsheet to enter and calculate data. A spreadsheet consists of columns and rows of cells. You can enter data directly into the cells of the spreadsheet and

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 only certain types of people while others have

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Microsoft Excel. for Finance Majors. Microsoft Excel for Finance Majors

Microsoft Excel. for Finance Majors. Microsoft Excel for Finance Majors Microsoft Excel for Finance Majors 2007 Version: 12/21/2017 Contents Introduction... 3 Working with Tables... 3 Exercise... 10 Pivot Tables... 12 Exercise:... 17 Conditional Formatting... 18 Exercise:...

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Microsoft Excel 2010 Basics

Microsoft Excel 2010 Basics Microsoft Excel 2010 Basics Starting Word 2010 with XP: Click the Start Button, All Programs, Microsoft Office, Microsoft Excel 2010 Starting Word 2010 with 07: Click the Microsoft Office Button with the

More information

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

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

More information

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

Consolidate and Summarizing Data from Multiple Worksheets

Consolidate and Summarizing Data from Multiple Worksheets Consolidate and Summarizing Data from Multiple Worksheets There are a few methods to summarize data from different worksheets in a workbook. You can use the Consolidate command, in the Data Tools group

More information

Moving and copying data

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

More information

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

How to work a workbook

How to work a workbook CHAPTER 7 How to work a workbook Managing multiple workbooks...173 Opening multiple windows for the same workbook....178 Hiding and protecting workbooks...182 In early versions of Microsoft Excel, worksheets,

More information

Chapter 2: Clients, charts of accounts, and bank accounts

Chapter 2: Clients, charts of accounts, and bank accounts Chapter 2: Clients, charts of accounts, and bank accounts Most operations in BankLink Practice are client specific. These include all work on coding transactions, reporting, and maintaining chart of accounts

More information

Section 7. Topics Covered

Section 7. Topics Covered Section 7 Topics Covered " Inserting and deleting worksheets... 7-2 " Moving and copying worksheets... 7-2 " Using linking formulae... 7-5 " Using Paste Special... 7-6 " Viewing multiple workbooks... 7-12

More information

Excel for Auditors. by Bill Jelen and Dwayne K. Dowell. Holy Macro! Books

Excel for Auditors. by Bill Jelen and Dwayne K. Dowell. Holy Macro! Books Excel for Auditors by Bill Jelen and Dwayne K. Dowell Holy Macro! Books Excel for Auditors 2007 Tickling Keys All rights reserved. No part of this book may be reproduced or transmitted in any form or by

More information

Microsoft Excel 2007 Macros and VBA

Microsoft Excel 2007 Macros and VBA Microsoft Excel 2007 Macros and VBA With the introduction of Excel 2007 Microsoft made a number of changes to the way macros and VBA are approached. This document outlines these special features of Excel

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

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

More information

Table of Contents. User Manual

Table of Contents. User Manual USER MANUAL 5.0 Table of Contents Introduction... 2 Features and Benefits... 2 Overview... 3 Standard User... 3 Administrator... 3 Unconnected... 3 Connect or Connected... 4 Configuration... 5 Settings...

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

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

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

More information

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

Spreadsheet Structure

Spreadsheet Structure Exercise The intersection of columns and rows in a spreadsheet creates cells. Each cell on a spreadsheet has a name or address. It is named according to its location, the name of the column first followed

More information

Microsoft Excel XP. Intermediate

Microsoft Excel XP. Intermediate Microsoft Excel XP Intermediate Jonathan Thomas March 2006 Contents Lesson 1: Headers and Footers...1 Lesson 2: Inserting, Viewing and Deleting Cell Comments...2 Options...2 Lesson 3: Printing Comments...3

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

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

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

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

More information

A Tutorial for Excel 2002 for Windows

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

More information

Introduction to Excel 2013

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

More information

HOUR 12. Adding a Chart

HOUR 12. Adding a Chart HOUR 12 Adding a Chart The highlights of this hour are as follows: Reasons for using a chart The chart elements The chart types How to create charts with the Chart Wizard How to work with charts How to

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

Making Excel Work for Your Tribal Community

Making Excel Work for Your Tribal Community Making Excel Work for Your Tribal Community Excel Basics: Intermediate Skills PHONE: 1-800-871-8702 EMAIL: INFO@CBC4TRIBES.ORG WEB: TRIBALINFORMATIONEXCHANGE.ORG MAKING EXCEL WORK FOR YOUR TRIBAL COMMUNITY

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED EXCEL ADVANCED Overview OVERVIEW... 2 ADVANCED FORMULAS... 4 VIEW THE PROJECT... 4 Viewing Available Excel Functions... 5 Help with Functions... 6 TEXT FUNCTIONS... 7 Text Functions Used in this Section:...

More information

Lesson 2. Using the Macro Recorder

Lesson 2. Using the Macro Recorder Lesson 2. Using the Macro Recorder When the recorder is activated, everything that you do will be recorded as a Macro. When the Macro is run, everything that you recorded will be played back exactly as

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

Microsoft Excel > Shortcut Keys > Shortcuts

Microsoft Excel > Shortcut Keys > Shortcuts Microsoft Excel > Shortcut Keys > Shortcuts Function Keys F1 Displays the Office Assistant or (Help > Microsoft Excel Help) F2 Edits the active cell, putting the cursor at the end* F3 Displays the (Insert

More information

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

More information