# 1# 1 Error Messages, VLookup, Practical Tips What use is VLookup? How do you error check in Excel? CS 105 Spring 2010.

Slides:



Advertisements
Similar presentations
MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Advertisements

Cell Referencing Absolute Reference: A reference that does not change when copied. It is specified with a dollar sign in front of both the row and column.
Pradeep Velugoti Lakshman Tallam.  Type in the month name “January” in any cell say A1.  Now drag the fill handle to the right to select the range (Do.
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
E ngineering College of San Jose State University Engr.10 1 JKA & KY.
Relative, Absolute, & Mixed References. Relative Reference (Address) ABCD  In C3, =A1+B2 means Display sum of the content of cell which is.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Maths & Trig, Statistical functions. ABS Returns the absolute value of a number The absolute value of a number is the number without its sign Syntax ◦
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
BUS1MIS Management Information Systems Semester 1, 2012 Excel: Business Problem Solving Week 4 Lecture 2.
Pre-defined System Functions Simple IF & VLOOKUP.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Studying with Technology Excel Formulas and Functions By Ian Cole Lecturer in Information & Communication Technology.
1 CA202 Spreadsheet Application Working with Database Data Lecture # 14.
Excel Functions. Prof. Leighton2 A Function Performs a predefined operation Performs a predefined operation A function A function Accepts one or more.
259 Lecture 4 Spring 2010 Logical Functions and Conditional Formatting in Excel.
MICROSOFT EXCEL – TRAINING FOR QC DIETETIC INTERNS Stephanie Brooks – Fall 2014.
CS1100: Computer Science and Its Applications Table Lookup and Error Processing Martin Schedlbauer, Ph.D.
 Create a small exam that calculate the grade it self  Create a small program to do.
Tutorial 8: Working with Advanced Functions
Academic Computing Services 2007 Microsoft Word 2003 Excel Formulas and Functions Presenter: Jolanta Soltis MCSE, MCT, A+ This Guide will teach you how.
Spreadsheets Objective 6.02
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
Data Analysis Formula and Functions. Formula and functions A function is a calculation in a spreadsheet that has or can be memorized. There are many different.
Computer Science 1000 Spreadsheets II Permission to redistribute these slides is strictly prohibited without permission.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Window Quick Tips: hold down CTRL and spin the mouse wheel to zoom in and out hold down the ALT key and tap the TAB key to flip between open programs (like.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
Excel Projects 5 & 6 Notes Mr. Ursone. Excel Project 5: Sorting a List  Sorting: Arranging records in a specific sequence  The Sort command is on the.
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 1 by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric.
1 Use a cell value as a KEY to a table to find and return a specific element to another cell or use in a calculation.
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
CS&E 1111 ExFormulas Building a Spreadsheet Model: Cell Addressing in Excel Objectives: l To understand how formulas are copied l Relative & Absolute Cell.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Excel Review By Mr. Griffin Elmira Business Institute.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
Advanced Functions SET 153L. Logical Function An IF function can place different values in a cell based on some condition. =IF (test, value if true, value.
CIS 300- Professor Im Test #2. MICROSOFT ® EXCEL ® LOOKUP FUNCTIONS Syntax: =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) Arguments:
FUNCTIONS The parts of a function In order to work correctly, a function must be written a specific way, which is called the syntax. The basic syntax for.
LESSON 3 Working with Functions, Formulas, and Charts.
OV Copyright © 2011 Element K Content LLC. All rights reserved. Calculating Data with Advanced Formulas  Apply Cell and Range Names  Calculate.
CIS 300- Professor McIntosh Test #3. MICROSOFT ® EXCEL ® MATHEMATICAL FUNCTIONS Syntax: =ROUND(number, num_digits) Arguments: number Required  The number.
MS-EXCEL PART 3. Use data validation in Excel to make sure that users enter certain values into a cell. Data Validation Example In this example, we restrict.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
Logical Functions and Conditional Formatting in Excel
Relative, Absolute, & Mixed References
Excel IF Function.
Module 4.2: Calculations.
VLOOKUP Finds an entry from a vertical array based on a criteria
Obj – Indentify and Use Advanced Functions
CS1100: Computer Science and Its Applications
Adding Functionality to your Spreadsheet
Microsoft Word 2003 Excel Formulas and Functions
MS Excel Scaffolding START.
Advanced Functions – Obj. 4.01
Microsoft Excel Excel Formulas and Functions
Vlookup.
REACH CRC Professor Manni
Table Lookup and Error Handling
Advanced Functions – Obj. 4.01
MS EXCEL PART 5.
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
Presentation transcript:

# 1# 1 Error Messages, VLookup, Practical Tips What use is VLookup? How do you error check in Excel? CS 105 Spring 2010

# 2# 2 VLOOKUP Function –assigns a value to a cell based on a numeric value in another cell Allows Excel to look up a value in a table and return a related value –for example, Excel can look up your average in this class and return your grade CS 105 Spring 2010

# 3# 3 More on Vlookup Requires three arguments: –cell (or numeric value) to look up –range of the table –the column number containing the value you want to return =VLOOKUP( lookup cell, range, answer ) CS 105 Spring 2010

# 4# 4 Another Example AI2 holds the points we want to evaluate Range = AL:AM We want to display the 2 nd column of data CS 105 Spring 2010

# 5# 5 Approximate matching: look for 170 VLOOKUP searches the AL column for the largest value less than or equal to 170, and returns the corresponding value from column AM. CS 105 Spring 2010

# 6# 6 Multi-table lookup CS 105 Spring 2010 Suppose we want to lookup the match for something in one table, and then lookup the match for that in another table

# 7# 7 Providing User Feedback Some functions are built into Excel to help provide feedback and test content They could be helpful to you… CS 105 Spring 2010

# 8# 8 Examples of useful functions =ISERROR(B2) equals TRUE =ISNUMBER(B3) equals FALSE Formula view: CS 105 Spring 2010

# 9# 9 Examples of useful functions =ISTEXT(B4) equals TRUE =ISBLANK(B5) equals TRUE Formula view: CS 105 Spring 2010

# 10 How to use these functions You want to calculate the average of the range C1:C4, but you can't be sure that the cells contain numbers. The formula AVERAGE(C1:C4) returns #DIV/0! if C1:C4 does not contain any numbers. Use: =IF(ISERROR(AVERAGE(C1:C4)),"No Numbers",AVERAGE(C1:C4)) CS 105 Spring 2010

# 11 Importing Data into Excel 1.You can import data and not have to retype it. 2.Excel can create spreadsheets from Word tables 3.You can import and export spreadsheets and databases CS 105 Spring 2010

# 12 Importing Data into Excel 2007 CS 105 Spring 2010

# 13 CS 105 Spring 2010

# 14 CS 105 Spring 2009 Error Messages ##### Column not wide enough, with numbers will convert to scientific notation, otherwise you will see ### #NAME? Perhaps a cell reference is not valid: For example, you refer to cell B0, or try to add a word to a number: =cat + 1 #N/A (NOT AVAILABLE) –Using VLOOKUP, for example—data needed is not available

# 15 CS 105 Spring 2009 Error Messages, cont. #NUM! a problem occurs with a number =SQRT(-45) (you cannot have a square root of a negative number) #DIV/0! when a formula divides by zero (often happens when you divide by an empty cell)

# 16 Testing your knowledge: VLookUp does what? ISTEXT returns what? Delimiter—what’s that? CS 105 Spring 2010