Data Management and Use of Excel. Joe Hagan School of Public Health

Size: px
Start display at page:

Download "Data Management and Use of Excel. Joe Hagan School of Public Health"

Transcription

1 Data Management and Use of Excel Joe Hagan School of Public Health

2 Data Management Guidelines Research projects often involve the collection of a large volume of data The data have then to be processed and analyzed results and summaries will be published or presented in some form Requires a well-defined system of data management

3 Stages of Data Management in a Research Project The raw data have to be entered into the computer, and checked for accuracy The data have then to be organized into an appropriate form for analysis often in different ways, depending on the analysis The data have to be archived remain available throughout subsequent phases of a project, and afterwards

4 Software for handling data Database (DBMS) packages Access, EpiInfo Statistics packages SAS, SPSS, Stata Spreadsheet packages Excel, Lotus-123 Word Processors Word, WordPerfect or even text editors like Notepad

5 Free Software EpiInfo (available for free download): Allows users to: rapidly develop a questionnaire or form customize the data entry process check data (including double entry) analyze data

6 Layout of Data These various types of software all handle "rectangles" of data Each row refers to a unique observation or case (e.g. a patient/subject) Each column refers to variable (e.g. gender, type of insurance, procedure)

7 Simple Example of Data in Excel

8 Spreadsheets (e.g. Excel) Simplest to use Often automatically chosen Familiar Widespread Flexible Flexibility can result in poor data entry and management

9 Other Software More consideration should be given to alternative software for data entry Access forms can be developed that facilitate easy and standardized data entry talk to statistician prior to data collection SPSS has special modules for data entry Access, SAS and SPSS have tools for data checking Access relational databases easily created

10 Database Structure Flat: all the data exist at a single level and can be held in one database table previous simple example Relational Databases: uses multiple, linked tables to hold all the data one table contains the key variable that is used to link information to other tables e.g. Patient ID number serves to link demographics to clinical data

11 Table with a Key Variable

12 Key Variable is Link

13 Queries pull data together

14 Relational Databases Save memory space and data entry time by reducing the amount of redundant information Queries used to pull together information from multiple tables linked by key variable(s) Easily created in Access as widely available as Excel

15 Using Excel Experience has shown that most researchers use Excel for data entry When using Excel, there are some strategies that should be used to: improve data quality make easier to analyze facilitate accurate data entry

16 Excel Bad Example

17 Problems in Excel Example Two of the names under the "species" heading have been typed slightly differently for the same species The variable "rcd has observations that will cause problems when the data are transferred to a statistics package for analysis row 2 has two measurements entered in one cell in row 10, the cell reports that the plant is dead instead of having a numerical value

18 Avoiding Problems Many errors can be avoided by thinking about the layout of the data in the spreadsheet before starting data collection Good to consider the analyis when organizing the data in the spreadsheet

19 Worse Example

20 Good Example

21 Data Entry Recommendations Unique identifier Freezing panes Drop-down lists Data validation Adding comments to cells Formatting cells Forms

22 Unique Identifier One of the variables entered should give a unique record number serves as an ID (only appears once) the good example above has an extra column, named plot (has been calculated as: plot=100*block+plotwb)

23 Freezing Panes in Excel When entering data, it is useful to be able to keep the headings of columns always visible as you scroll down the screen 1. Highlight one row below the row you want to freeze often a column heading 2. Click Window > Freeze Panes undo by clicking Window -> Unfreeze Panes

24 Drop-Down Lists When the same text string is entered many times, typing/spelling errors inevitably occur Drop-down lists can be used to avoid such errors Ensures standardized and consistent data entry

25 Creating Drop-Down Lists in Excel First, type all choices to be included in the drop-down list in a single column e.g., for the previous example, the five species names for block 1 are entered into cells D2:D6 The list of choices must be maintained, so the list should not be in the actual column where data in entered You can hide the list later

26 Creating Drop-Down After creating the list field: 1. Select the cells to have drop-down lists applied Can apply drop-down list to entire column an later unapply to specific part 2. Click Data > Validation > Allow: > List 3. For the Source of the list, highlight the choices already typed in the list, then click OK

27 Drop-Down Lists (continued)

28 Drop-Down Lists (continued) Once the drop-down list has been created, selecting a cell in that column will bring up an indicator triangle on the right side of the cell Clicking on this will display the drop-down list so that an appropriate selection can be made from the list

29 Drop-Down Lists (continued)

30 Hiding List Fields for Drop-Down Lists To hide the lists so only the actual data fields are displayed: Format > Row > Hide To unhide lists: Format > Row > Unhide Save both versions can t unhide lists after making changes to the spreadsheet

31 Hiding List Fields (continued)

32 Unhiding List Fields

33 Data Validation Validation checks can be set on ranges of cells within the spreadsheet could be an entire column/row, several columns/rows, or just a single cell The validation rules apply when new data are entered

34 Data Validation (continued) Range checks for numerical data can be set up in Excel For the previous example, suppose the measurements recorded for the variable rcd are expected to fall between 10 and 26

35 Setting Up a Range Check Highlight the cells to which the range check is to be applied cells E2 to E21 in the previous example only the data cells are highlighted, not the variable name at the top If want to apply to entire column you can remove validation rules from the column heading

36 Example of Setting Up a Range Check 1. Click Data > Validation 2. Select the Settings tab (if not already chosen) 3. for Allow: choose Decimal (or whatever appropriate) 4. For Data choose Between (or whatever appropriate) 5. Set the Minimum and Maximum Minimum = 10 and Maximum = 26 in the previous example 6. Click OK

37 Setting Up a Range Check (continued)

38 Setting Up a Range Check (continued) While the Data Validation dialog box is being used to set up the range check, you can also set up: 1. An Input Message 2. An Error Alert

39 Setting Up a Range Check with an Input Messages: Input Message Are displayed when a cell to which the message has been applied is selected E.g. Remind the data-entry person of the range of values allowed (or expected) Any type of message could be used

40 Setting Up a Range Check with an Input Message (continued) To create an Input Message: 1. Click Data > Validation 2. Select the Input Message tab 3. Type in the desired Title and Input Message 4. Click OK

41 Setting Up a Range Check with an Input Message

42 Setting Up a Range Check with an Input Message (continued)

43 Setting Up a Range Check with an Error Alert Message Error Alert Messages are displayed when a value outside the range is typed To create an Error Alert Message: 1. Click Data > Validation 2. Select the Error Alert tab 3. Select a Style from the drop-down list 4. Type in the desired Title and Error Message 5. Click OK

44 Setting Up a Range Check with an Error Alert Message (continued)

45 Setting Up a Range Check with an Error Alert Message (continued)

46 Adding Comments to Cells Excel has a facility for adding comments to a cell The comments differ from values within the cell Useful for any unusual observations or questions concerning a particular data value

47 Adding Comments to Cells (continued) Recall the example with the data for plot 101 for rcd where two values (12.7, 13.3) were entered on the data recording sheet Suppose the researchers decided to calculate the mean of the two values and add a comment to the cell If several plots had two values recorded, two columns of rcd data could have been entered with a third column used to calculate the mean

48 Adding Comments to Cells To add a comment to a cell: 1. Highlight the cell to which the comment is to be added 2. Click Insert > Comment 3. Type in the desired comment

49 Adding Comments to Cells (continued)

50 Adding Comments to Cells (continued)

51 Adding Comments to Cells (continued) After the comment is added: The cell will now show a red tab in the upper right corner The comment will be displayed when the cell is selected

52 Removing Comments from Cells To remove a comment from a cell: e.g., when a query has been resolved and the correct value has been entered 1. Highlight the cell 2. Right-click Delete Comment

53 Formatting Cells Excel offers many formats that can be applied to cells Only one example of one kind of number format was be shown Note that many more formats are available

54 Formatting Cells (continued) Excel suppresses trailing zeros by default e.g is displayed as 13 We can change this so that 1 (or more if desired) decimal places are displayed

55 Formatting Cells (continued) 1. Highlight the cells to have decimals displayed 2. Click Format > Cells 3. For Category select Number 4. For Decimal places choose 1 5. Click OK

56 Formatting Columns (continued)

57 Formatting Cells (continued) Excel offers many other options for formatting cells Only one example of one kind of number format has been shown Explore the other options by clicking Format > Cells and looking at all of the tabs i.e. Alignment, Font, Border,Patterns and Protection

58 Forms Data entry forms facilitate data entry Easier to enter data in a list Excel has a built-in Data Form 32 fields maximum

59 Forms for Larger Datasets If a data entry form is desired but you have more than 32 fields: 1.Use Access 2.Use multiple Excel spreadsheets Can merge together later Be sure to include unique identifier in each spreadsheet so can link spreadsheets together 3.Download free enhanced data form:

60 Forms in Excel 1. Select the fields (including column headings) for which you want to use a data entry form 2. Data > Form 3. Click New to add data to the next observation

61 Forms in Excel (continued)

62 Forms in Excel (continued) Note: 1. No entry field for calculated columns E.g. Paid by Insurance = Cost Out of Pocket 2. Ctrl + ; is a shortcut key to enter the current Date 3. Drop-down lists created do not appear in the form, but you will not be allowed to enter something not in the drop-down list

63 Forms in Excel (continued) Much more sophisticated UserForms (e.g. with drop-down lists) can be created using the Visual Basic Editor Similar to Access 02.html

64 Data Auditing To check data that: 1. Has already been entered 2. Has had validation rules (discussed above) applied or changed after data entry

65 Data Auditing (continued) To audit data that has been entered and then had validation rules applied: 1. Click Tools > Formula Auditing > Show Formula Auditing Toolbar 2. On the Formula Auditing toolbar, click the Circle Invalid Data icon

66 Data Auditing (continued)

67 Data Auditing (continued) To remove the red circles from the invalid data click the Clear Validation Circles icon on the Formula Auditing toolbar

68 Metadata Essential if the dataset is to be integrated with datasets from other studies, or is to be passed to someone else for analysis Where the data came from When the data was collected What the data represents Units of measurements used

69 Metadata (continued) Adding rows and columns to the spreadsheet before the body of data can be helpful The extra rows will store documentation that provides background information about the data i.e., the metadata

70 Input Areas of an Excel Spreadsheet

71 Data Collection Form

72 Using Multiple Sheets An alternative to what is described above is to put the Page Information on a separate sheet in the Excel Workbook Convenient when there is a lot of information at the dataset level May still have a small "Page" section in each data sheet describing the type of measurements entered in that sheet

73 Excel s Limitations No easy facilities for skipping fields conditional on the entry of initial codes Limited graphical capabilities Excel graphics intended for presentation No boxplots Lacking other exploratory techniques that could assist in data scrutiny Can t handle too many columns in one sheet

74 Data Entry and Checking The ultimate aim should be a fullydocumented archive of checked, correct, reliable data that can be subjected to scientific scrutiny without raising any doubts in the minds of subsequent researchers

75 Make Data Entry as Simple as Possible In a replicated experiment it should never be necessary to type variety names or long treatment codes for each patient a single letter or number is usually sufficient then, either the data entry system can insert the full code, or the full names may be available in a separate, "look-up" file Simplifying the keying process will speed the task, make it less tedious and hence also less error-prone

76 Enter Data ASAP The data should be entered as soon as possible after data collection not so large and daunting as doing all at the end helps checking, some checks can indicate unusually large changes from the previous value to allow immediate verification feedback of any problems that are noticed to field data collectors can help maintain the data quality

77 Double Entry The ideal way to ensure accurate data entry Two different people enter all of the data separately two different databases Software is used to identify discrepancies between the two data sets inconsistencies resolved to create the final database

78 Only One Master Copy" (if Double Entry not used) Problems can arise if multiple copies are kept of the same data in different formats Master copy will increase in size as data accrues changes through the course of data entry Process should be documented Consistent "version-numbering" system should used by all people making modifications to the data

79 Backing up Data Essential to develop a system for regular "back-ups" (copies) of the data not backing up may result in losing data Back up copies of data should be made on separate media from the original master copy e.g., another computer, on CDs, on a network, etc. The back up copy should be dated date of last revision

80 Data Checking Checking is done both at the time of keying and afterwards The logical checking phase should be done by trained staff who understand the nature of the data

81 Logical Checking Checks to rule out illogical data e.g. pregnant males, or minimum greater than maximum temperature, clinic visits recorded as dates in the future, range checks, etc. Usually involves preliminary analyses, plotting, etc. Reasoned decisions can be made about what to do with unusual observations

82 Audit trail Complete record of changes to the data and decisions made about the data and the analysis like a log book Requirement of the scientific method must ensure the data management work is repeatable Facilitates subsequent writing of reports on the data and answering data queries

83 Audit trail (continued) Important to record everything you do at the time that you do it recollections are always poor at a later stage When errors are found and changes are made to the master copy of the data, a note should be made old and new values recorded

84 Audit trail (continued) Keep notes on the analyses done including the preliminary analyses done for checking purposes Writing down the names of all files created Including back ups Every entry in the log-book should be dated and initialed

85 Archiving Data All data and programs from a research project must be archived in such a way that they are safe and can be accessed by a subsequent user Use a consistent directory structure and naming convention for computer files

86 Archiving Data (continued) The archive should give access to all the information about the study during the project, information is located in many places (e.g. the computer, on paper and other media and in the minds of the research team) The archive need not all be computerized, but it should include all the relevant information The source/location of information not archived electronically should be recorded in the electronic archive

87 Archiving Data (continued) If a proper archiving scheme is not used, when researchers leave: They might take the only copy of their part of the data (the data is lost) Knowledge of the study protocol is lost resulting in great difficulty when new investigators join the project

88 Confidential Data Good idea to password protect confidential data files warn analyst that file is protected Patient names, SSN s etc. should always be removed

89 Prevent Modification of Data To prevent others from modifying the data but they can save changes under a different file name Tools > Options > Security > Password to Open > [enter password]

90 Prevent Viewing of Data To prevent others from viewing the data: Tools > Options > Security > Password to Open > [enter password]

91 References University of Reading: Statistical Services Center: Microsoft Office Applications: ml

Disciplined Use of Spreadsheet Packages for Data Entry

Disciplined Use of Spreadsheet Packages for Data Entry Disciplined Use of Spreadsheet Packages for Data Entry January 2001 The University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID Contents 1. Introduction 3 2. An

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

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

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

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

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

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

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

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

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

Data Management Guidelines for Experimental Projects

Data Management Guidelines for Experimental Projects Data Management Guidelines for Experimental Projects March 1998 The University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID Contents 1. Introduction 3 2. What

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

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

Creating trouble-free numbering in Microsoft Word

Creating trouble-free numbering in Microsoft Word Creating trouble-free numbering in Microsoft Word This note shows you how to create trouble-free chapter, section and paragraph numbering, as well as bulleted and numbered lists that look the way you want

More information

Microsoft Excel 2010 and Tools for Statistical Analysis

Microsoft Excel 2010 and Tools for Statistical Analysis Appendix E: Microsoft Excel 2010 and Tools for Statistical Analysis Microsoft Excel 2010, part of the Microsoft Office 2010 system, is a spreadsheet program that can be used to organize and analyze data,

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

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

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

Microsoft Excel 2007 and Tools for Statistical Analysis David R. Anderson, Dennis J. Sweeney, and Thomas A. Williams

Microsoft Excel 2007 and Tools for Statistical Analysis David R. Anderson, Dennis J. Sweeney, and Thomas A. Williams ASW_MBS_Primer_Web.qxd 11/1/07 1:41 PM Page 1 Microsoft Excel 2007 and Tools for Statistical Analysis David R. Anderson, Dennis J. Sweeney, and Thomas A. Williams Microsoft Excel 2007, part of the Microsoft

More information

Working together with Word, Excel and PowerPoint 2013

Working together with Word, Excel and PowerPoint 2013 Working together with Word, Excel and PowerPoint 2013 Information Services Working together with Word, Excel and PowerPoint 2013 Have you ever needed to include data from Excel or a slide from PowerPoint

More information

Creating Online Surveys with Qualtrics Survey Tool

Creating Online Surveys with Qualtrics Survey Tool Creating Online Surveys with Qualtrics Survey Tool Copyright 2015, Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

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

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg Increasing Productivity and Collaboration with Google Docs charina.ong@nus.edu.sg Table of Contents About the Workshop... i Workshop Objectives... i Session Prerequisites... i Google Apps... 1 Creating

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

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

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

Tips and Tricks for Printing an Excel Spreadsheet

Tips and Tricks for Printing an Excel Spreadsheet Tips and Tricks for Printing an Excel Spreadsheet Microsoft Excel provides the following ways to view your spreadsheet and adjust how it will look printed: Normal view This is the default view and is best

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

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

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

2: Entering Data. Open SPSS and follow along as your read this description.

2: Entering Data. Open SPSS and follow along as your read this description. 2: Entering Data Objectives Understand the logic of data files Create data files and enter data Insert cases and variables Merge data files Read data into SPSS from other sources The Logic of Data Files

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

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

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

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

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

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

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

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets

Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets Simply type the id# in the search mechanism of ACS Skills Online to access the learning assets outlined below. Titles Microsoft

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 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros.

MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. MS WORD 2007 (PC) Macros and Track Changes Please note the latest Macintosh version of MS Word does not have Macros. Record a macro 1. On the Developer tab, in the Code group, click Record Macro. 2. In

More information

Module B. Key Applications Using Microsoft Office 2010

Module B. Key Applications Using Microsoft Office 2010 Module B Key Applications Using Microsoft Office 2010 Unit 3: Common Elements Key Applications The Key Applications exam includes questions covering three applications (word processing, spreadsheet and

More information

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users Microsoft Outlook 2010 Reference Guide for Lotus Notes Users ContentsWelcome to Office Outlook 2010... 2 Mail... 3 Viewing Messages... 4 Working with Messages... 7 Responding to Messages... 11 Organizing

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

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

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

Excel macros made easy

Excel macros made easy IT Training Excel macros made easy Jane Barrett, IT Training & Engagement Team Information System Services Version 1.1 Scope Learning outcomes Understand the concept of what a macro is and what it does.

More information

STATEMENT OF TRANSACTION REPORT ANALYSIS USING EXCEL

STATEMENT OF TRANSACTION REPORT ANALYSIS USING EXCEL STATEMENT OF TRANSACTION REPORT ANALYSIS USING EXCEL Excel can be used to analyze the MCPS Statement of Transaction EXCEL Report Selected Fields to more easily track expenses through the procurement cycle.

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

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

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

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

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

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

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

SAS Analyst for Windows Tutorial

SAS Analyst for Windows Tutorial Updated: August 2012 Table of Contents Section 1: Introduction... 3 1.1 About this Document... 3 1.2 Introduction to Version 8 of SAS... 3 Section 2: An Overview of SAS V.8 for Windows... 3 2.1 Navigating

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Excel Companion. (Profit Embedded PHD) User's Guide

Excel Companion. (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Copyright, Notices, and Trademarks Copyright, Notices, and Trademarks Honeywell Inc. 1998 2001. All

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

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

More information

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta.

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta. OIT Training and Documentation Services Cascade Server End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2013 CONTENTS 1. Introduction

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

After you complete the survey, compare what you saw on the survey to the actual questions listed below:

After you complete the survey, compare what you saw on the survey to the actual questions listed below: Creating a Basic Survey Using Qualtrics Clayton State University has purchased a campus license to Qualtrics. Both faculty and students can use Qualtrics to create surveys that contain many different types

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

More information

Making a Web Page with Microsoft Publisher 2003

Making a Web Page with Microsoft Publisher 2003 Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to

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

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

Data Entry Guidelines for the Logistics Indicators Assessment Tool (LIAT)

Data Entry Guidelines for the Logistics Indicators Assessment Tool (LIAT) Data Entry Guidelines for the Logistics Indicators Assessment Tool (LIAT) MARCH 2011 This publication was produced for review by the U.S. Agency for International Development. It was prepared by the USAID

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

Word 2007: Basics Learning Guide

Word 2007: Basics Learning Guide Word 2007: Basics Learning Guide Exploring Word At first glance, the new Word 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Excel 2002. What you will do:

Excel 2002. What you will do: What you will do: Explore the features of Excel 2002 Create a blank workbook and a workbook from a template Format a workbook Apply formulas to a workbook Create a chart Import data to a workbook Share

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.2 Content Author's Reference and Cookbook Rev. 091019 Sitecore CMS 6.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands.

Explore commands on the ribbon Each ribbon tab has groups, and each group has a set of related commands. Quick Start Guide Microsoft Excel 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Add commands to the Quick Access Toolbar Keep favorite commands

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

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

3 What s New in Excel 2007

3 What s New in Excel 2007 3 What s New in Excel 2007 3.1 Overview of Excel 2007 Microsoft Office Excel 2007 is a spreadsheet program that enables you to enter, manipulate, calculate, and chart data. An Excel file is referred to

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

Reduced Quality Sample

Reduced Quality Sample Access 2007 Essentials PART ONE Mobile MOUSe Access 2007 Essentials Version # 1.1 Part One 08/08/2010 11:20 About this Course Microsoft Access is the database application included with Microsoft Office.

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

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Working with SmartArt

Working with SmartArt CHAPTER Working with SmartArt In this chapter by Geetesh Bajaj Understanding SmartArt 206 Adding SmartArt to a Presentation 206 Formatting SmartArt 208 Sample SmartArt Variants 211 Common SmartArt Procedures

More information

SHAREPOINT 2010 FOUNDATION FOR END USERS

SHAREPOINT 2010 FOUNDATION FOR END USERS SHAREPOINT 2010 FOUNDATION FOR END USERS WWP Training Limited Page i SharePoint Foundation 2010 for End Users Fundamentals of SharePoint... 6 Accessing SharePoint Foundation 2010... 6 Logging in to your

More information

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

Working together with Word, Excel and PowerPoint

Working together with Word, Excel and PowerPoint Working together with Word, Excel and PowerPoint Have you ever wanted your Word document to include data from an Excel spreadsheet, or diagrams you ve created in PowerPoint? This note shows you how to

More information

Excel 2007/2010 for Researchers. Jamie DeCoster Institute for Social Science Research University of Alabama. September 7, 2010

Excel 2007/2010 for Researchers. Jamie DeCoster Institute for Social Science Research University of Alabama. September 7, 2010 Excel 2007/2010 for Researchers Jamie DeCoster Institute for Social Science Research University of Alabama September 7, 2010 I d like to thank Joe Chandler for comments made on an earlier version of these

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Electronic Logbook. Hedgehog-2. version 2.7. Quick Start. Revision 1.3 of 10/31/2012

Electronic Logbook. Hedgehog-2. version 2.7. Quick Start. Revision 1.3 of 10/31/2012 Electronic Logbook Hedgehog-2 version 2.7 Quick Start Revision 1.3 of 10/31/2012 Monitor Electric, 2012 2 CONTENTS Introduction 3 Entry List 4 Event Entry 4 Filtering and Sorting 6 Chaining 7 Attachments,

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

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training Working with MS Excel 2003 Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding our training

More information

Microsoft Excel 2010 Charts and Graphs

Microsoft Excel 2010 Charts and Graphs Microsoft Excel 2010 Charts and Graphs Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Charts and Graphs 2.0 hours Topics include data groupings; creating

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

Excel 2003 Tutorials - Video File Attributes

Excel 2003 Tutorials - Video File Attributes Using Excel Files 18.00 2.73 The Excel Environment 3.20 0.14 Opening Microsoft Excel 2.00 0.12 Opening a new workbook 1.40 0.26 Opening an existing workbook 1.50 0.37 Save a workbook 1.40 0.28 Copy a workbook

More information