Working with Databases in Microsoft Excel

Size: px
Start display at page:

Download "Working with Databases in Microsoft Excel"

Transcription

1 Working with Databases in Microsoft Excel

2 Creating a new database in Excel A database is an organized set of information. It can contain anything from the phone numbers in a rolodex to the data from a research project. The typical database (Excel calls it a 'list') uses the columns in a worksheet for the different pieces of information, also called data elements or fields. The names of the fields are usually entered on row 1 of the worksheet. Each row after 1 holds the data for one subject or case in the database. Working with databases involves two sets of activities. The first set of activities involves creating the structure of the database and entering the data into it with as few errors as possible. The second set of activities involves reporting activities, or extracting information from the database. This exercise focuses on the first set of activities involved in creating a database.

3 Start a new workbook for the exercise Open a new workbook in Microsoft Excel. If it has less than 2 worksheets, add worksheets to it. To rename the workbook and save it in a directory where we can later find it, we complete the specifications in the Save As dialog box. We will name the workbook AgencyClients.xls and save it in the StudentData folder. on the C:\ hard drive. Creating Databases, Slide 3

4 Specify the directory and name for the file First, if necessary, navigate to the directory C:\StudentData. When the file is saved, the dialog box will close and the new file name will be shown in the window title bar. Second, we type the name of the file in the File name text box, AgencyClients.xls. Third, click on the Save button to save the workbook in a file that has the new name. Creating Databases, Slide 4

5 Change the name of Sheet1 to Demographics When an application has multiple worksheets, giving the worksheets meaningful names makes it easier to keep track of what we are doing. To change the name of Sheet1 to Demographics, select the Sheet Rename command from the Format menu. Creating Databases, Slide 5

6 Type the new name for the worksheet With the old name for the worksheet highlighted, we type Demographics, followed by the Enter key to replace the old name with the new name. Creating Databases, Slide 6

7 Enter the field names for the columns in the database Type the descriptive field names for this data set in the first row of the worksheet. Type 'ID Number' in cell A1, 'Sex' in cell B1, 'Birth Date' in cell C1, and 'Marital Status' in cell D1. Creating Databases, Slide 7

8 Adjust width of columns so field names are fully visible First, drag select columns A through D by clicking on the column letter A and dragging through the column letter D. Second, select the Column Autofit Selection command from the Format menu. Part of the text of the field names is not visible because the columns are not wide enough to display the contents. We can adjust the widths of all of the columns so they are large enough to display their contents. Creating Databases, Slide 8

9 Freeze the field names so that they stay on the screen After we have typed in seventeen rows of data, the field names will scroll off the screen when we go to row 18. We can prevent this by freezing their position on the worksheet. First, to freeze the field names, we highlight the row beneath the row that we want to freeze. Click on row number 2 to select the entire row. Second, we select the Freeze Panes command from the Window menu. Creating Databases, Slide 9

10 The worksheet with a frozen field name pane The only visible change that the frozen pane makes on the worksheet is the solid line beneath the frozen row holding the field names. We can now scroll past the rows on the first screen without the field names disappearing from the worksheet. Creating Databases, Slide 10

11 Validating data entries in a database Reporting on databases assumes that all the data was entered correctly, an assumption that is not usually warranted because errors in data entry are inevitable. There are two strategies for reducing errors in data entry. One is redundancy, in which we enter the same data twice on two different worksheets and compare the entries cell by cell. If both cells for an item agree, we conclude that the data is correct. If the cells disagree, we decide which one is in error and make a correction. Redundant data entry is expensive; we are doing the same task twice. To try to avoid this replication, we can attempt to validate our data entry as we go along. Validation involves checking a user's answers as we go along, or letting the user select from a fixed list of choices so that they cannot mistype an entry. In this exercise, we will add data validation to our database.

12 Validation for the numeric variable ID Number To validate the data for a field or column, we first click on the column letter to highlight the entire column. Second, we select the Validation command from the Data menu. Creating Databases, Slide 12

13 Selecting Whole number as the type of value for ID Number The specification for ID Number is that it be a four digit number. Decimals are not permitted. To specify this requirement, we select 'Whole number' form the 'Allow' drop down list. Creating Databases, Slide 13

14 Specifying relationship for acceptable values of ID Number The specification for a four digit number implies that the ID Number be a number between 1000 and We specify this with the between relationship from the Data drop down list. Creating Databases, Slide 14

15 Specifying the range of acceptable values for ID Number Fourth, when we have completed the specifications for ID Number completed, we click on the Input Message tab to complete that item. With the between relationship selected, we first enter 1000 in the Minimum value text box. Third, we do not want a user to leave ID Number blank, so we clear the Ignore Blank checkbox. Second, we enter 9999 in the Maximum value text box. Creating Databases, Slide 15

16 Entering the Input Message for ID Number The 'Input Message' is a prompt or instruction that will appear when the user selects a cell in this column for data entry. The 'Input Message' has two parts: a title and a message. First, we click on the Input Message tab to navigate to that page. Second, we type the title which is the first line of the message, printed in bold type. Type in the name of the field 'ID Number'. Third, we type in a message that informs the user what they are expected to enter, in this case 'Enter a four digit number'. Fourth, when our input message is complete, click on the Error Alert tab to specify the computers response when the user enters incorrect data. Creating Databases, Slide 16

17 The Error Alert for an incorrect ID Number The error alert specifies the feedback given to the user when they have typed an incorrect entry. We can select a style for the dialog box that contains the feedback. Style controls the options the user is given when an incorrect entry is displayed. The 'Stop' style requires the user to retype the entry. The 'Warning' and 'Information' styles inform the user of the mistake, but allow the incorrect data to remain in the cell. The 'Title' and 'Error message' text boxes contain the text of the feedback to the user. Creating Databases, Slide 17

18 Entering the Error Alert for an incorrect ID Number First, click on the Error Alert tab to navigate to that page. Third, we type in the Title of the window in which the alert message appears. We will use the name of the field: 'ID Number'. Second, we select the 'Stop' style for the alert box. Fifth, we click on the OK button to conclude our Data Validation entry. Fourth, we type in the Error message which tells the user what to do to correct the error: 'The ID Number is the four digit number in the upper right hand corner of page 1 of the questionnaire' Creating Databases, Slide 18

19 Remove the validation for the ID Number field name To remove the validation for a cell, we first click on the cell to select it. Then, we select the Validation command from the Data menu. Creating Databases, Slide 19

20 Clear the validation from cell A1 First, click on the Clear All button in the lower lefthand corner of the dialog box. It does not matter which page we are on in the dialog box. Second, click on the OK button to complete the action. Creating Databases, Slide 20

21 Displaying the input prompt for ID Number When we select a cell, e.g. A2, in the ID Number column, the Input Message prompt appears. Creating Databases, Slide 21

22 Entering a correct ID Number When we enter a correct ID Number, e.g. 1001, and press the enter key, Excel checks our input against the validation criteria. If our entry passes the test, Excel advances us to the next cell. Creating Databases, Slide 22

23 Entering an incorrect ID Number When we enter an incorrect number for ID, e.g. 101 which is not between 1000 and 9999, Excel displays our Error Alert message. We click on the Retry button and correct our entry. Creating Databases, Slide 23

24 'Blanks' as a data entry error We cleared the checkbox 'Ignore blank' as a data validation setting because we did not the user to leave an ID Number blank. This option does not appear to work as expected, because the definition of what is a blank is ambiguous. If a user navigates to a new cell with the Enter or arrow keys, no error message appears. If the user types blank spaces in the cell (by pressing the spacebar), an error message will appear. This error message appears because Excel's validation for this cell converts the blanks to a number, decides they equal zero, and finds that zero is outside the range from 1000 to If the user deletes the blanks spaces, Excel will permit the user to go to the next cell. While I am certain that there are logical and reasonable explanations for this behavior, it does pose the problem for us of how to detect cells that were inadvertently left blank or empty. The answer lies in Excel's auditing tool.

25 Leaving cells blank to test the auditing tool First, we deliberately leave cell A3 blank and enter correct data, e.g. 1003, in cell A4. Second, we select the Show Formula Auditing Toolbar command from the Tools Formula Auditing menu. Creating Databases, Slide 25

26 Circling invalid entries to detect data entry errors The Formula Auditing tool bar is activated. Click on the Circle Invalid Data tool button. Creating Databases, Slide 26

27 Excel limits the number of errors it will show Since we set ID Number validation for the entire column A, Excel checks the entire column. When it gets to 255 errors, it displays an error message. Creating Databases, Slide 27

28 Excel correctly detects the blank in cell A3 Our purpose in auditing the worksheet was to detect the blank cell A3 as an error. Excel has correctly circled A3. We should ignore all of the other red circles as extraneous information. To remove the red auditing circles, click on the 'Clear Validation Circles' tool button. To remove the auditing tool bar, click on its 'Close' box. To remove the red auditing circles, click on the Clear Validation Circles tool button. To remove the auditing tool bar, click on its Close box. Creating Databases, Slide 28

29 The red auditing circles are removed Enter correct data, 1002, in cell A3. To close the formula auditing tool bar, click on its Close box. Creating Databases, Slide 29

30 Validation for the text variable sex To validate the data for a field or column, we first click on the column letter to highlight the entire column. Second, we select the Validation command from the Data menu. Creating Databases, Slide 30

31 Select List as the type of data for Sex The acceptable entries for Sex are Male and Female. When we have only a few optional responses, we can use a drop down list for data entry. Select List as the type of data to allow. Creating Databases, Slide 31

32 Specifying the acceptable list options for Sex Second, we mark the Ignore blank checkbox as we will treat blanks as missing data. Since we want a drop down list, we mark the In-cell dropdown checkbox. We first enter the response options as comma separated text, i.e. we type Male and Female in the Source text box, separated by a comma, i.e. Male,Female Third, we click on the Input Message tab to enter specifications for that item. Creating Databases, Slide 32

33 Entering the Input Message for Sex First, we enter the field name Sex in the title which is the first line of the message, printed in bold type. Second, we type in a message that informs the user what they are expected to enter: Select Male or Female from the drop down list Third, since we expect our users to select from a menu, we do not expect them to mistype their entry. We will not include a specific error message. Click on the OK button. Creating Databases, Slide 33

34 Remove the validation for the Sex field name To remove the validation for a cell, we first click on the cell to select it. Then, we select the Validation command from the Data menu. Creating Databases, Slide 34

35 Clear the validation from cell B1 First, click on the Clear All button in the lower left-hand corner of the dialog box. It does not matter which page we are on in the dialog box. Second, click on the OK button to complete the action. Creating Databases, Slide 35

36 Displaying the input prompt for Sex When we select a cell, e.g. B2, in the Sex column, both the arrow for the drop down list and the Input Message prompt appear. Creating Databases, Slide 36

37 Selecting a value for Sex from the drop down list We highlight our choice from the drop down menu and Excel fills in the cell with our choice. Creating Databases, Slide 37

38 The Error Alert for an incorrect entry for Sex If a user types an entry directly in the that does not match a choice on the list, e.g. Man instead of Male, Excel displays its default error message because we did not specify an error alert for this column. Click on Retry and correct the entry. Creating Databases, Slide 38

39 Validation for the date variable Birth Date To validate the data for a field or column, we first click on the column letter to highlight the entire column. Second, we select the Validation command from the Data menu. Creating Databases, Slide 39

40 Select Date as the type of data for Birth Date We want to limit the user's entries for Birth Date to something that Excel can interpret as a date. Select the Date option from the list of allowable values. Creating Databases, Slide 40

41 Specifying the acceptable values of Birth Date First, we specify a between relationship for a range of values. Fourth, we will accept a blank entry as missing data, so we mark the Ignore Blank checkbox. Second, we enter 1/1/1901 in the Start date text box. Fifth, when we have completed the specifications for Birth Date completed, we click on the Input Message tab to complete that item. Third, we enter 12/31/2002 in the End date text box. Creating Databases, Slide 41

42 Entering the Input message for Birth Date The Input Message will appear when the user selects a cell in this column for data entry. First, we click on the Input Message tab to navigate to that page. Fourth, when our input message is complete, click on the Error Alert tab to specify the computers response when the user enters incorrect data. Second, we enter the title, Birth Date which will be first line of the message, printed in bold. Third, we type in a message that informs the user what they are expected to enter: Enter a date between 1/11901 and 12/21/2002 in the format: mm/dd/yyyy Creating Databases, Slide 42

43 Entering the Error Alert for an incorrect Birth Date When the user enters incorrect data, an Error Alert informs them of their error. First, we select the Stop style for the alert box. Third, we type in a message which tells the user what they should do to correct the error: Please enter a date between 1/11901 and 12/21/2002 in the format: mm/dd/yyyy Second, we type in the title of the window in which the alert message appears. Fourth, we click on the OK button to conclude our Data Validation entries. Creating Databases, Slide 43

44 Remove the validation for the field name To remove the validatation for a cell, we first click on the cell to select it. Then, we select the Validation command from the Data menu. Creating Databases, Slide 44

45 Clear the validation from cell C1 First, click on the Clear All button in the lower lefthand corner of the dialog box. It does not matter which page we are on in the dialog box. Second, click on the OK button to complete the action. Creating Databases, Slide 45

46 Entering correct data for Birth Date When we enter a value for Birth Date, Excel checks our answer to see if it passes the validation test. If it does, Excel advances to the next data entry cell. Select cell C2 and enter 12/2/1968 as the birth date. Creating Databases, Slide 46

47 Entering alternative format of correct data for Birth Date When we enter a value for Birth Date, Excel checks the date value, not the formatted value against the validation criteria. Thus, a valid date entered in an incorrect format, like Month Day, Year, will pass the validation test, e.g. March 12, Creating Databases, Slide 47

48 Excel accepts dates in alternate formats Excel accepts anything that it can translate into a date, but it formats it in its default date format. Creating Databases, Slide 48

49 Entering incorrect data for Birth Date An error for Birth Date will be an entry that Excel cannot interpret as a date, for example, a month name such as June. Creating Databases, Slide 49

50 Error response for an incorrect date Excel checked our entry of June against allowable data including possible alternative formats for dates. When it could not make a match, it displayed the error message. We click on the Retry button and correct our entry. Creating Databases, Slide 50

51 Entering incorrect data for Birth Date that Excel accepts If we enter a number like a year, e.g. 1967, Excel accepts it as a valid date. In its way of working with dates, Excel tracks dates as the number of days after January 1, 1900, making 1967 equivalent to May 20, May 20, 1905 falls within our specified range from January 1, 1901 to December 31, 1999, so Excel accepts it as a valid entry. Creating Databases, Slide 51

52 Creating a list of acceptable entries for Marital Status A drop down list may have more entries than can reasonably appear in the Source box for a validation list. In this case, we can enter the alternatives on a section of a worksheet and use that section as the source for the items in a drop down list. First, we navigate to the Sheet2 worksheet and change its name to Codes. Second, we type the response options in cells on this worksheet: type Never Married in cell A1, Married in cell A2, and Divorced in cell A3, Separated in cell A4, and Widowed in cell A5. Creating Databases, Slide 52

53 Naming the list of acceptable entries for Marital Status A worksheet range can only be used as the source for a validation drop down list if it has a name instead of a cell reference. To assign a name to cells A1:A5 on the Codes worksheet, we first highlight the five cells. Second, we select the Name Define command from the Insert menu. Creating Databases, Slide 53

54 Defining the name of the list Second, we type the name MaritalCodes in the text box under the label Names in workbook. First, we check the entry in the Refers to text box at the bottom of the dialog box to make sure it refers to the correct cells. Note: the names cannot contain any blanks Creating Databases, Slide 54

55 The name of the list in the Name Box When the named cells are all highlighted, their name instead of their cell reference will appear in the name box. Creating Databases, Slide 55

56 Validation for the text variable Marital Status First, navigate back to the Demographics worksheet where the data will be entered. Second, we first click on the column letter, D, to highlight the entire column. Third, we select the Validation command from the Data menu. Creating Databases, Slide 56

57 Select List as the type of data for Marital Status The acceptable entries for marital status are: Never Married, Married, and Divorced, Separated, and Widowed. When we have a long list of items like this, we still use list validation, but we populate the list with items entered on a named section of a worksheet. Creating Databases, Slide 57

58 Specifying the acceptable list options for Marital Status We first enter the response options as a reference to a named set of cells in the workbook, i.e. we type =MaritalCodes. Do not forget the equal sign (=) at the beginning of the entry. Second, we mark the Ignore blank checkbox as we will treat blanks as missing data. Since we want a drop down list, we mark the In-cell dropdown checkbox. Third, we click on the Input Message tab to enter specifications for that item. Creating Databases, Slide 58

59 Entering the Input message for Marital Status The Input Message will appear when the user selects a cell in this column for data entry. First, we enter the title, which will be first line of the message, printed in bold. Second, we type in a message that informs the user what they are expected to enter. Third, since we expect our users to select from a menu, we do not expect them to mistype their entry. We will not include a specific error message. Click on the OK button. Creating Databases, Slide 59

60 Remove the validation for the Marital Status field name To remove the validatation for a cell, we first click on the cell to select it. Then, we select the Validation command from the Data menu. Creating Databases, Slide 60

61 Clear the validation from cell D1 First, click on the Clear All button in the lower left-hand corner of the dialog box. It does not matter which page we are on in the dialog box. Second, click on the OK button to complete the action. Creating Databases, Slide 61

62 Displaying the input prompt for marital status When we select a cell, e.g. D2, in the Marital Status column, both the arrow for the drop down list and the Input Message prompt appear. Creating Databases, Slide 62

63 Selecting a marital status from the drop down list We highlight our choice from the drop down menu and Excel fills in the cell with our choice. Creating Databases, Slide 63

64 A marital status in the worksheet The marital status selected from the drop down list is shown in the cell. Creating Databases, Slide 64

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

Instructions for applying data validation(s) to data fields in Microsoft Excel

Instructions for applying data validation(s) to data fields in Microsoft Excel 1 of 10 Instructions for applying data validation(s) to data fields in Microsoft Excel According to Microsoft Excel, a data validation is used to control the type of data or the values that users enter

More information

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

EXCEL 2007. 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 http://www.csun.edu/training TABLE

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Microsoft Excel 2007. Introduction to Microsoft Excel 2007

Microsoft Excel 2007. Introduction to Microsoft Excel 2007 Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Excel is an electronic spreadsheet to organize your data into rows and columns. One can use it to perform basic to advanced level mathematical

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

SPSS Workbook 1 Data Entry : Questionnaire Data

SPSS Workbook 1 Data Entry : Questionnaire Data TEESSIDE UNIVERSITY SCHOOL OF HEALTH & SOCIAL CARE SPSS Workbook 1 Data Entry : Questionnaire Data Prepared by: Sylvia Storey s.storey@tees.ac.uk SPSS data entry 1 This workbook is designed to introduce

More information

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Excel 2003: Ringtones Task

Excel 2003: Ringtones Task Excel 2003: Ringtones Task 1. Open up a blank spreadsheet 2. Save the spreadsheet to your area and call it Ringtones.xls 3. Add the data as shown here, making sure you keep to the cells as shown Make sure

More information

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail.

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail. Create a mail or e-mail merge Use mail or e-mail merge when you want to create a large number of documents that are mostly identical but include some unique information. For example, you can use mail merge

More information

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create. POWER E*TRADE PRO EXCEL MANAGER Quick Start Guide We are pleased to announce the launch of Excel Manager, an exciting new feature in Power E*TRADE Pro that leverages the flexibility of Microsoft Excel

More information

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 Screen Elements Quick Access Toolbar The Ribbon Formula Bar Expand Formula Bar Button File Menu Vertical Scroll Worksheet Navigation Tabs Horizontal Scroll Bar Zoom

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Microsoft Excel 2007 Cell Validation (Level 3)

Microsoft Excel 2007 Cell Validation (Level 3) IT Services Microsoft Excel 2007 Cell Validation (Level 3) Contents Introduction...1 Setting a Validation Rule on a Cell...1 Customising the Warning Message...2 Setting Warning Messages before Data Entry...3

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Microsoft Excel 2013: Using a Data Entry Form

Microsoft Excel 2013: Using a Data Entry Form Microsoft Excel 2013: Using a Data Entry Form Using Excel's built in data entry form is a quick and easy way to enter data into an Excel database. Using the form allows you to: start a new database table

More information

Using Microsoft Project 2000

Using Microsoft Project 2000 Using MS Project Personal Computer Fundamentals 1 of 45 Using Microsoft Project 2000 General Conventions All text highlighted in bold refers to menu selections. Examples would be File and Analysis. ALL

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Do you need to always add gridlines, bold the heading

More information

Chapter 1 Kingsoft Office for Android: A Close Look. Compatible with Microsoft Office: With Kingsoft Office for Android, users are allowed to create,

Chapter 1 Kingsoft Office for Android: A Close Look. Compatible with Microsoft Office: With Kingsoft Office for Android, users are allowed to create, Introduction From the globally respected software company Kingsoft, comes an extraordinary new Office software for your Android mobile or tablet device. Utilizing decades of leading innovation, Kingsoft

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University

Charting LibQUAL+(TM) Data. Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University Charting LibQUAL+(TM) Data Jeff Stark Training & Development Services Texas A&M University Libraries Texas A&M University Revised March 2004 The directions in this handout are written to be used with SPSS

More information

How To Understand The Basic Concepts Of A Database And Data Science

How To Understand The Basic Concepts Of A Database And Data Science Database Concepts Using Microsoft Access lab 9 Objectives: Upon successful completion of Lab 9, you will be able to Understand fundamental concepts including database, table, record, field, field name,

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

Mail Merge Creating Mailing Labels 3/23/2011

Mail Merge Creating Mailing Labels 3/23/2011 Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet

More information

Using Microsoft Excel to Manage and Analyze Data: Some Tips

Using Microsoft Excel to Manage and Analyze Data: Some Tips Using Microsoft Excel to Manage and Analyze Data: Some Tips Larger, complex data management may require specialized and/or customized database software, and larger or more complex analyses may require

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

NAVIGATION TIPS. Special Tabs

NAVIGATION TIPS. Special Tabs rp`=j~êëü~ää=påüççä=çñ=_ìëáåéëë Academic Information Services Excel 2007 Cheat Sheet Find Excel 2003 Commands in Excel 2007 Use this handout to find where Excel 2003 commands are located in Excel 2007.

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

Excel for Data Cleaning and Management

Excel for Data Cleaning and Management Excel for Data Cleaning and Management Background Information This workshop is designed to teach skills in Excel that will help you manage data from large imports and save them for further use in SPSS

More information

To add a data form to excel - you need to have the insert form table active - to make it active and add it to excel do the following:

To add a data form to excel - you need to have the insert form table active - to make it active and add it to excel do the following: Excel Forms A data form provides a convenient way to enter or display one complete row of information in a range or table without scrolling horizontally. You may find that using a data form can make data

More information

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS

MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS MICROSOFT OUTLOOK 2011 READ, SEARCH AND PRINT E-MAILS Lasted Edited: 2012-07-10 1 Find the Inbox... 3 Check for New Mail... 4 Manually check for new messages... 4 Change new incoming e-mail schedule options...

More information

MICROSOFT ACCESS 2003 TUTORIAL

MICROSOFT ACCESS 2003 TUTORIAL MICROSOFT ACCESS 2003 TUTORIAL M I C R O S O F T A C C E S S 2 0 0 3 Microsoft Access is powerful software designed for PC. It allows you to create and manage databases. A database is an organized body

More information

Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1

Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1 Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1 In this exercise you will learn how to: Create a new PivotTable Add fields to a PivotTable Format and rename PivotTable

More information

Advanced Microsoft Excel 2013

Advanced Microsoft Excel 2013 Advanced Microsoft Excel 2013 Introduction Microsoft Excel is program designed to efficiently manage spreadsheets and analyze data. It contains both basic and advanced features that anyone can learn. Once

More information

Planning and Managing Projects with Microsoft Project Professional 2013

Planning and Managing Projects with Microsoft Project Professional 2013 Slides Steps to Enter Duration: 1. In the Duration column of a task, enter a value, and press Enter on your keyboard Important Points: The default time unit is days, so when you enter 5, this becomes 5

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Microsoft. Student Edition. The Richard Stockton College of New Jersey. CustomGuide. Computer Courseware

Microsoft. Student Edition. The Richard Stockton College of New Jersey. CustomGuide. Computer Courseware Microsoft Using the Data Menu in Excel 2003 Student Edition The Richard Stockton College of New Jersey CustomGuide Computer Courseware CustomGuide.com granted to Computer and Telecommunication Services

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Analyzing Excel Data Using Pivot Tables

Analyzing Excel Data Using Pivot Tables NDUS Training and Documentation Analyzing Excel Data Using Pivot Tables Pivot Tables are interactive worksheet tables you can use to quickly and easily summarize, organize, analyze, and compare large amounts

More information

Creating and Managing Online Surveys LEVEL 2

Creating and Managing Online Surveys LEVEL 2 Creating and Managing Online Surveys LEVEL 2 Accessing your online survey account 1. If you are logged into UNF s network, go to https://survey. You will automatically be logged in. 2. If you are not logged

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

More information

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals Excel 2003 Instructions Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals contains extensive instructions for using Excel 2010 and Excel for Mac 2011. There are a few instances

More information

Excel Reports and Macros

Excel Reports and Macros Excel Reports and Macros Within Microsoft Excel it is possible to create a macro. This is a set of commands that Excel follows to automatically make certain changes to data in a spreadsheet. By adding

More information

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013)

Step One. Step Two. Step Three USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) USING EXPORTED DATA IN MICROSOFT ACCESS (LAST REVISED: 12/10/2013) This guide was created to allow agencies to set up the e-data Tech Support project s Microsoft Access template. The steps below have been

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

More information

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by

APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by APPLYING BENFORD'S LAW This PDF contains step-by-step instructions on how to apply Benford's law using Microsoft Excel, which is commonly used by internal auditors around the world in their day-to-day

More information

Computer Training Centre University College Cork. Excel 2013 Level 1

Computer Training Centre University College Cork. Excel 2013 Level 1 Computer Training Centre University College Cork Excel 2013 Level 1 Table of Contents Introduction... 1 Opening Excel... 1 Using Windows 7... 1 Using Windows 8... 1 Getting Started with Excel 2013... 2

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

Microsoft Excel 2013 Splitting Windows and Fixing Panes (Level 3)

Microsoft Excel 2013 Splitting Windows and Fixing Panes (Level 3) IT Training Microsoft Excel 2013 Splitting Windows and Fixing Panes (Level 3) Contents Introduction...1 Splitting the Window...1 Removing the Split...2 Viewing Different Worksheets...2 Freezing Panes...4

More information

Excel 2013 What s New. Introduction. Modified Backstage View. Viewing the Backstage. Process Summary Introduction. Modified Backstage View

Excel 2013 What s New. Introduction. Modified Backstage View. Viewing the Backstage. Process Summary Introduction. Modified Backstage View Excel 03 What s New Introduction Microsoft Excel 03 has undergone some slight user interface (UI) enhancements while still keeping a similar look and feel to Microsoft Excel 00. In this self-help document,

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Formatting Report Output to MS Excel

Formatting Report Output to MS Excel Digital Innovation Users Conference 2013 Formatting Report Output to MS Excel Kansas City, MO October 2-4 Copyright 2013 Digital Innovation, Inc. All Rights Reserved Proprietary Rights Notice Revision

More information

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another Microsoft Excel 2003: Part V Advanced Custom Tools Windows XP (I) Linking Data from Several Worksheets and Workbooks In Excel Level III, we have learned and seen examples of how to link data from one worksheet

More information

Microsoft Excel 2010 Tutorial

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

More information

CJA 20. Automated Billing Program Attorney Training Guide EXCEL BILLING FOR CJA CASES. Page 1

CJA 20. Automated Billing Program Attorney Training Guide EXCEL BILLING FOR CJA CASES. Page 1 CJA 20 Automated Billing Program Attorney Training Guide EXCEL BILLING FOR CJA CASES Page 1 NOTES ABOUT MICROSOFT EXCEL Microsoft Excel was selected as the program to drive this billing program because

More information

Microsoft Excel 2010. Understanding the Basics

Microsoft Excel 2010. Understanding the Basics Microsoft Excel 2010 Understanding the Basics Table of Contents Opening Excel 2010 2 Components of Excel 2 The Ribbon 3 o Contextual Tabs 3 o Dialog Box Launcher 4 o Quick Access Toolbar 4 Key Tips 5 The

More information

Instructions for Formatting APA Style Papers in Microsoft Word 2010

Instructions for Formatting APA Style Papers in Microsoft Word 2010 Instructions for Formatting APA Style Papers in Microsoft Word 2010 To begin a Microsoft Word 2010 project, click on the Start bar in the lower left corner of the screen. Select All Programs and then find

More information

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

INTERMEDIATE Excel 2013

INTERMEDIATE Excel 2013 INTERMEDIATE Excel 2013 Information Technology September 1, 2014 1 P a g e Managing Workbooks Excel uses the term workbook for a file. The term worksheet refers to an individual spreadsheet within a workbook.

More information

Excel Database Management Microsoft Excel 2003

Excel Database Management Microsoft Excel 2003 Excel Database Management Microsoft Reference Guide University Technology Services Computer Training Copyright Notice Copyright 2003 EBook Publishing. All rights reserved. No part of this publication may

More information

Getting Started with Access 2007

Getting Started with Access 2007 Getting Started with Access 2007 1 A database is an organized collection of information about a subject. Examples of databases include an address book, the telephone book, or a filing cabinet full of documents

More information

Easy Calculations in Excel

Easy Calculations in Excel Easy Calculations in Excel (2007 and newer) Any time you have a list of numbers that require some sort of calculation like percent change from one year to the next, percent of total, average or just a

More information

Create a PivotTable or PivotChart report

Create a PivotTable or PivotChart report Page 1 of 5 Excel Home > PivotTable reports and PivotChart reports > Basics Create or delete a PivotTable or PivotChart report Show All To analyze numerical data in depth and to answer unanticipated questions

More information

InfoEd erm Project Instructions for obtaining Research Information Spreadsheets from InfoEd

InfoEd erm Project Instructions for obtaining Research Information Spreadsheets from InfoEd InfoEd erm Project Instructions for obtaining Research Information Spreadsheets from InfoEd Introduction A selection of user generated reports have been created using Crystal Reports, a standard business

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

DATA VALIDATION and CONDITIONAL FORMATTING

DATA VALIDATION and CONDITIONAL FORMATTING DATA VALIDATION and CONDITIONAL FORMATTING Data validation to allow / disallow certain types of data to be entered within a spreadsheet Using Data Validation to choose a value for a cell from a dropdown

More information

Education Solutions Development, Inc. APECS Navigation: Business Systems Getting Started Reference Guide

Education Solutions Development, Inc. APECS Navigation: Business Systems Getting Started Reference Guide Education Solutions Development, Inc. APECS Navigation: Business Systems Getting Started Reference Guide March 2013 Education Solutions Development, Inc. What s Inside The information in this reference

More information

Microsoft PowerPoint 2011

Microsoft PowerPoint 2011 Microsoft PowerPoint 2011 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Adding an Image to a Slide... 4 Downloading Images

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information

Introduction to Microsoft Excel 2007/2010

Introduction to Microsoft Excel 2007/2010 to Microsoft Excel 2007/2010 Abstract: Microsoft Excel is one of the most powerful and widely used spreadsheet applications available today. Excel's functionality and popularity have made it an essential

More information

WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN OUTLOOK 2010 & HOW TO CUSTOMIZE IT THE RIBBON... 2 CONTEXTUAL TABS... 4 THE FILE TAB... 4 DIALOG BOXES... 5 MINIMIZING THE RIBBON... 5 CUSTOMIZING THE RIBBON... 6 CUSTOMIZING THE QUICK ACCESS

More information

The Basics of Microsoft Excel

The Basics of Microsoft Excel The Basics of Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Spreadsheet Basics..........................................

More information

Creating Forms in Microsoft Word 2007

Creating Forms in Microsoft Word 2007 Creating Forms in Microsoft Word 2007 Introduction In Microsoft Office 2007 Word forms are now listed under Legacy Tools, in the Developer / Controls section. In order to access it you have to elect to

More information

Creating a Database in Access

Creating a Database in Access Creating a Database in Access Microsoft Access is a database application. A database is collection of records and files organized for a particular purpose. For example, you could use a database to store

More information

Microsoft Project 2013

Microsoft Project 2013 CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Project 2013 Summer 2014, Version 1.0 Table of Contents Introduction...2 Overview of the User Interface...2 Creating a

More information

Microsoft PowerPoint 2010

Microsoft PowerPoint 2010 Microsoft PowerPoint 2010 Starting PowerPoint... 2 PowerPoint Window Properties... 2 The Ribbon... 3 Default Tabs... 3 Contextual Tabs... 3 Minimizing and Restoring the Ribbon... 4 The Backstage View...

More information

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co.

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co. Excel Pivot Tables 1 Table of Contents Pivot Tables... 3 Preparing Data for a Pivot Table... 3 Creating a Dynamic Range for a Pivot Table... 3 Creating a Pivot Table... 4 Removing a Field... 5 Change the

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

How to Use Excel 2007

How to Use Excel 2007 How to Use Excel 2007 Table of Contents THE EXCEL ENVIRONMENT... 4 MOVE OR SCROLL THROUGH A WORKSHEET... 5 USE THE SCROLL BARS TO MOVE THROUGH A WORKSHEET... 5 USE THE ARROW KEYS TO MOVE THROUGH A WORKSHEET...

More information

The following is an overview of lessons included in the tutorial.

The following is an overview of lessons included in the tutorial. Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your

More information