 CHOOSE › Index and list of options › Example: alternative to grade translation.

Slides:



Advertisements
Similar presentations
Benchmark Series Microsoft Excel 2013 Level 2
Advertisements

Using Excel Biostatistics 212 Lecture 4. Housekeeping Questions about Lab 3? –replace vs. recode Final Project Dataset! –“Housekeeping” commands vs. data.
Return To Index Excel Microsoft Excel Basics Lesson 11 Protecting Worksheets Cell & Worksheet ProtectionCell & Worksheet Protection - 2 Workbook.
Collin College Excel Exam Review. True In Excel worksheets, rows are designated using numbers while columns are designated using letters.
CPSC 203 Introduction to Computers T97 TA: Jie (Jeff) Gao.
Creating a Histogram using the Histogram Function.
 Review answers  Grades and sample answers posted tonight  Comment sheets available tomorrow (interrupt any meetings) or in class on Thursday.
 Option 1 › Separate entries and hide fields › Hide columns or use separate spreadsheets  Option 2 › Build them up in pieces › Use parentheses if you.
 Identify the Parts  Create scratch sheets as needed  No penalty for extra sheets  [Over time, you’ll do more at one time naturally. Don’t rush it!]
Excel: Printing and Headers & Footers Computer Information Technology Section 6-11 Some text and examples used with permission from:
Computing Concepts Advanced HTML: Tables and Forms.
Chapter 7 Data Management. Agenda Database concept Import data Input and edit data Sort data Function Filter data Create range name Calculate subtotal.
259 Lecture 4 Spring 2010 Logical Functions and Conditional Formatting in Excel.
EXCEL BASICS WELCOME  TODAY’S CLASS WILL COVER :  Moving Around Excel – CELLS  Highlighting, Editing, Formatting.
Word Processing. ► This is using a computer for:  Writing  EditingTEXT  Printing  Used to write letters, books, memos and produce posters etc.  A.
CPSC 203 Introduction to Computers T43, T46 & T68 TA: Jie (Jeff) Gao.
Microsoft Excel I.
CS150 Final Exam Review 1 CS150. What you can bring with you  The paper (cheat sheet) that you used on the excel exam 2 CS150.
1 Excel Core Objective 3: Formatting Cells and Worksheets Microsoft Office 2010 Certification Prep: Microsoft Office Specialist 2010 Exam Practice Story/Walls.
Using Excel Biostatistics 212 Lecture 4. Housekeeping Questions about Lab 3? Final Project Dataset! –Check in.
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.
The Project – Spreadsheet Design. The following is the high mark band for the spreadsheet design: The candidate has Analysed a given data set and designed.
October 2003Bent Thomsen - FIT 3-21 IT – som værktøj Bent Thomsen Institut for Datalogi Aalborg Universitet.
European Computer Driving Licence Syllabus version 5.0 Module 4 – Spreadsheets Chapter 22 – Functions Pass ECDL5 for Office 2007 Module 4 Spreadsheets.
Formulas and Functions 1 Microsoft Office 2010 Excel Seminar Xander Jackson.
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.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Excel Final Project – Day 4 Notes DUE TOMORROW!!!!!! You should have 4 reports done by the end of today…
Spreadsheets Foundation Computing All those who believe in psycho kinesis, raise my hand.
1 Lesson 18 Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Microsoft Excel 2007 © Wiley Publishing All Rights Reserved. The L Line The Express Line to Learning L Line.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 19 Organizing and Enhancing Worksheets 1 Morrison / Wells / Ruffolo.
Computer Applications I Competency 3 – Use handheld devices. Objective 3.03 – Use handheld devices and handheld applications software to input and edit.
Microsoft Excel – Pivot Tables Introduction to Microsoft Excel Pivot tables Please login to the computers and launch Microsoft Excel. Rob Jones Room WG43.
Creating Graphs in PowerPoint Step 1 Open a new PowerPoint Document.
1 Lesson 13 Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
CRSD Technology Training Tony Judice. Quick Access Toolbar – can be modifiedSave as… allows you to save the file to a different location and also as an.
1 CSE Computer Use: Fundamentals Week 5: Glade Manual Chapter 4 Gates and Circuits (Dale & Lewis Ch. 4)
Excel Final Project – Day 3 Notes You should have 4 reports done by the end of today… Grades are up to date… The only remaining grade for the quarter is.
Excel and Data Analysis. Excel can be a powerful tool for analysis Excel provides many tools for analyzing data –Filtering –Sorting –Formulas –Charts.
Return Excel Basics Microsoft Excel Basics Cell & Worksheet ProtectionCell & Worksheet Protection - 2 Workbook Protection - 13 Hiding Worksheets.
Word Create a basic TOC. Course contents Overview: table of contents basics Lesson 1: About tables of contents Lesson 2: Format your table of contents.
Managing data by using tables
Chapter 15: Spreadsheet and Worksheet Basics – Lesson 92 © 2010, 2006 South-Western, Cengage Learning.
1 Organizing Information in Tables A table is information arranged in horizontal rows and vertical columns When you first insert a table into a document,
Day 1: MS Excel for Beginners Aniko Balogh CEU Computer & Statistics Center
Pupil Name OCR Nationals in ICT (2010) : Unit 06: Design a SpreadsheetsAO2 – Format a spreadsheet.
Microsoft Excel 2007 Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) BCOMP0101.
Creating Tables Word Lesson 6. Creating Table Methods  There are a number of options to create tables. Each of these options can be accessed by clicking.
Calculating GPA Using Excel
Cell referencing.
Logical Functions Excel Lesson 10.
Excel IF Function.
Superintendence Day April 18,2016
International Computer Driving Licence Syllabus version 5.0
Data Validation and Protecting Workbook
Managing Multiple Worksheets and Workbooks
Introduction to Spreadsheets –
CSC115 Introduction to Computer Programming
Word Lesson 7 Working with Documents
Horizontal Centering Using the menu bar
Introduction to Spreadsheets –
Grauer and Barber Series Microsoft Word Chapter Four
Lessons Vocabulary Access 2016.
ICT Word Processing Lesson 4: Structuring Text Content in Documents
Tables © EIT, Author Gay Robertson, 2017.
Bent Thomsen Institut for Datalogi Aalborg Universitet
Microsoft Excel.
Presentation transcript:

 CHOOSE › Index and list of options › Example: alternative to grade translation

 Input errors › Will look at case sensitive and extra blanks when we look at strings › For now, worry about content only  Errors in computation › USUALLY from bad input › BUT sometimes other cases

 Do not want Excel error messages But do not want to ignore errors Use built-in functions to be more friendly  Error checking makes expressions complex But do not want to require perfect input Options: › Check and convert › Hide columns or use separate spreadsheets and only change at last step

 ISERROR and ISERR Checks if a cell has an error  IFERROR Simple form of IF(ISERROR,,) Simple computation: just use it Complex computation: hide column  Translating their errors ERROR.TYPE CHOOSE =CHOOSE(ERROR.TYPE(C2),"NULL","DIV","VAL","REF", "NAME")

 Conditional Formatting  Cell Styles are short hands  Alignment options  Page Layout › Setup › Sheet options