Data Validation 2 When designing a workbook, a good design should consider who is entering the data and how important it is that the data being entered.

Slides:



Advertisements
Similar presentations
Excel Lesson 11 Improving Data Accuracy
Advertisements

With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
Protecting cells in the worksheet from being changed. June 21, 2012.
Tutorial 7: Developing an Excel Application
Developing an Excel Application
Tutorial 8: Developing an Excel Application
Chapter 07: Lecture Notes (CSIT 104) 1111 Exploring Microsoft Office Excel 2007 Chapter 7 Data Consolidation, Links, and Formula Auditing.
XP New Perspectives on Microsoft Excel 2003, Second Edition- Tutorial 8 1 Microsoft Office Excel 2003 Tutorial 8 – Developing an Excel Application.
Microsoft Office 2007 Excel Chapter 8 Formula Auditing, Data Validation, and Complex Problem Solving.
Formula Auditing, Data Validation, and Complex Problem Solving
® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
Chapter S4: Verifiability All Sections. Security Today’s Topic Information Quality IS Basics E-commerce AccessExcel PowerPoint Types of IS Systems Development.
LOGO Chapter V Formattings 1. LOGO Overview  Conditional formatting  Working with tables  Filtering  Sorting  Freeze panes  Pivot tables  How to.
Working with Data Lesson 7. Objectives Software Orientation: Excel’s Data Tab The command groups on Excel’s Data tab, shown in the figure below, enable.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT ACCESS Lesson 7 – Modifying Table Design.
Microsoft Access 2000 Creating Tables and Relationships.
Verify your data entry You could use data types and field properties for adding any validation on your date: EX: Data type: number : allow the user to.
October 2003Bent Thomsen - FIT 3-21 IT – som værktøj Bent Thomsen Institut for Datalogi Aalborg Universitet.
1 Data List Spreadsheets or simple databases - a different use of Spreadsheets Bent Thomsen.
Using Advanced Formatting and Analysis Tools. 2 Working with Grouped Worksheets: Grouping Worksheets  Data is entered simultaneously on all worksheets.
1 ADVANCED MICROSOFT EXCEL Lesson 9 Applying Advanced Worksheets and Charts Options.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Data entry: Validation
The Advantage Series ©2005 The McGraw-Hill Companies, Inc. All rights reserved Chapter 11 Developing Applications Using Excel Microsoft Office Excel 2003.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Excel Project 8 Formula Auditing, Data Validation, and Complex Problem Solving.
® Microsoft Office 2010 Excel Tutorial 1: Getting Started with Excel.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 5 BACKNEXTEND 5-1 LINKS TO OBJECTIVES Transpose data Paste with mathematical calculation Paste.
ELodgement User Guide July 2009 Level 8, 15 Blue Street, North Sydney NSW 2060 Tel:
AS computing Validation and verification. Introduction It is important to maintain the integrity of any database of information. Any data item must always.
A Simple Guide to Using SPSS ( Statistical Package for the Social Sciences) for Windows.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next.
Validating Data Entry The major issue in creating and using data bases, including Excel lists, is to assure that the information stored in the data base.
AGB 260: Agribusiness Information Technology Importing Data, Managing and Transforming Data, Data Validation, and Handling Errors.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Working with Data Lists.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
Chapter 11 Data Validation. Question Should your program assume the data is correct, or should your program edit the data to ensure it is correct?
1 11 Exploring Microsoft Office Access 2007 Chapter 6 Data Protection.
AS Level ICT Data entry: Creating validation checks.
1 Using Conditional Formatting & Data Validation Applications of Spreadsheets.
Chapter 3 Data Control Ensure the Accurate and Complete data is entering into the data processing system.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. EXCEL 2007 THE PROFESSIONAL APPROACH S E R I E S M I C R O S O F T ® O F F I C E Lesson 15.
© Scott/Jones Publishing, Inc. 1 Chapter 23 Working with Forms and Validation Excel 2003, Volume 2 by Karen J. Jolly.
Microsoft Excel 2013 Chapter 9 Formula Auditing, Data Validation, and Complex Problem Solving.
1 CA202 Spreadsheet Application Focusing on Specific Data using Filters Lecture # 5.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
MODULE 4.1: INTRODUCTION TO SPREADSHEETS. CONTENTS What is a spreadsheet? Basic functions Inputting data Use of formatting More about different types.
CONDITIONAL FORMATTING AND CUSTOM NUMBER FORMATS LEC 5 1.
COMPREHENSIVE Excel Tutorial 12 Expanding Excel with Visual Basic for Applications.
Excel Lesson 15 Working with Auditing and Analysis Tools
Formula Auditing, Data Validation, and Complex Problem Solving
Excel Tutorial 8 Developing an Excel Application
AGB 260: Agribusiness Data Literacy
Analyzing Table Data.
Data Validation and Protecting Workbook
Spreadsheet Engineering
Developing an Excel Application
Validation Bury College.
Microsoft Office Illustrated
A few tricks to take you beyond the basics of Microsoft Office 2007
Operate A Spreadsheet Application Advanced
BTEC Level 3 Subsidiary Diploma
Chapter 7: Input Validation
Microsoft Office Excel 2003
Bent Thomsen Institut for Datalogi Aalborg Universitet
Microsoft Excel 2007 – Level 2
CGN 2420 Formatting a Workbook Using Excel’s Ribbon
Presentation transcript:

Data Validation 2 When designing a workbook, a good design should consider who is entering the data and how important it is that the data being entered conforms to certain established rules.  SEX might be defined to only allow for “M” or “F”  RACE might be limited to “B”, “W”, “H”, “A”, “O”  Zip-Code might be defined to be a 5 digit number (US standard)  Department might be limited by a select LIST of values (Accounting, HR, Production, Audit)  Numeric Data might be defined to only be “Whole Numbers” or to be within a certain range or be bounded by limits  State or Name may be limited to a certain number of characters  Check input for a valid date or date range value What is the impact of invalid data? For Example:

DATA VALIDATION 3 Data Validation is used to “trap” errors at the time of Data Entry. The IF and other Logic Functions can also be used to find “errors ” Select the Range of data for the Data Validation rule RIBBON [Data] tab Data Validation There are three tabs 1) Data Validation for new rules 2) Circle Errors to identify errors that were entered BEFORE the validation rule was applied 3) Clear Circles to remove the indication of data validation exceptions. Conditional Formatting could also be applied to provide a visual for incorrect data

Data Validation  There are 3 tabs to a Data Validation Dialog:  {Settings}{Input Message}{Error Alert} 4 1) Allow a) What kind of data do you want to check? b) What do you want to do with “Blank” data? c) Do you want the data entry to be via the keyboard or from a “Selection Box” 2) Input Message I suggest leaving this blank since it will “repeat” for every cell. You could define two rules, 1 for the 1 st cell with a PROMPT and then another rule for the additional cells. 3) Error Processing a)STOP b)Warning c)Informational

5