V- Look Up. Lookup Tables Often, we need to retrieve data that is stored in a table For example, consider these metals and their properties: Metal Modulus.

Slides:



Advertisements
Similar presentations
Microsoft Office Grade 10 A / B Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 16 Microsoft Excel – 07.
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.
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
CS1100: Computer Science and Its Applications Building Flexible Models in Microsoft Excel.
E ngineering College of San Jose State University Engr.10 1 JKA & KY.
Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W Th , F
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
Excel 2 Marco Pires IT Training and Empowerment. Formulas Writing Excel formulas is a little different than the way it is done in math class. Excel formulas.
BUS1MIS Management Information Systems Semester 1, 2012 Excel: Business Problem Solving Week 4 Lecture 2.
Introduction to Excel Chapter 2 Excel Fundamentals Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Pre-defined System Functions Simple IF & VLOOKUP.
Tutorial 3 Calculating Data with Formulas and Functions
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
Tutorial 7: Using Advanced Functions and Conditional Formatting
1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making: What If? Robert Grauer and Maryann Barber Exploring.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next.
1 Spreadsheet Problem Solving  applied statistics  table lookup.
Tutorial 8: Working with Advanced Functions
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Exploring Formulas.
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
ADVANCED EXCEL FORMULAS 1 Lesson 8. Named Ranges Name a cell or a range of cells Can make formulas easy to understand =SUM(Sales) instead of =SUM(A2:A16)
1 Performing Spreadsheet What-If Analysis Applications of Spreadsheets.
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.
Microsoft Office Excel 2013 ® ® Abdul Hameed Using Advanced Functions and Conditional Formatting.
[1] Intro The following instructions will show you how to create an Excel worksheet that allows students to take multiple choice tests (practice or real)
Computer Science 1000 Spreadsheets V Permission to redistribute or use these slides is strictly prohibited without permission.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
Computer Science 1000 Spreadsheets IV Permission to redistribute or use these slides is strictly prohibited without permission.
Chapter 3: Referencing and Names Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Starter – Name the Functions. Lesson Objectives 1.Be able to perform a VLOOKUP and HLOOKUP in Excel 2.Be able to use named ranges in Excel 3.Be able.
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Project 2 Completing a Three Dimensional Workspace Using Logical and Lookup Functions Jason C. H. Chen, Ph.D. Professor of Management Information Systems.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Microsoft Office 2013 ®® Calculating Data with Formulas and Functions.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
1) the value you want to look up Vlookups are really easy......just remember you need 4 things: 2) The table range you want to look up to 3) The column.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
LOOKUP FUNCTIONS Excel Lesson 10. LOOKUP FUNCTIONS Allow the user to find data in other cells in the spreadsheet and place them in the current cell VLOOKUP:
OV Copyright © 2011 Element K Content LLC. All rights reserved. Calculating Data with Advanced Formulas  Apply Cell and Range Names  Calculate.
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
VBk Practical Mathematics and Microsoft Excel Course Menus & VLOOKUP WINCHESTER COLLEGE.
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.
Exploring Microsoft Office Excel 2007
Exploring Microsoft Office Excel 2007
Excel IF Function.
Microsoft Excel.
2007 MICROSOFT EXCEL INTERMEDIATE
Analyzing Table Data.
MS-EXCEL SUMMARY.
VLOOKUP Finds an entry from a vertical array based on a criteria
Adding Functionality to your Spreadsheet
Excel Formatting Rules
How To Use VLOOKUP In Microsoft Excel
Exploring Microsoft Office Excel 2007
VLOOKUP functions Data Analysis.
Advanced Microsoft Excel
Lesson 4 – Count, CountIF, V Lookup
Data Tables and Arrays.
Vlookup.
V- Look Up.
MS Excel 2016 Level III Montgomery County Government (MCG)
Topic 5 – Table Lookup Lesson 3 - Advanced Lookup
Aniko Balogh CEU Computer & Statistics Center
Lesson 5 Topic 1 – Table Lookup and Error Handling
Computer Science 10 & ICT 9 EXCEL
Presentation transcript:

V- Look Up

Lookup Tables Often, we need to retrieve data that is stored in a table For example, consider these metals and their properties: Metal Modulus of Elasticity, psi Density, lb/in 3 Yield Strength, psi Aluminum 2014-T610,600, ,000 Aluminum 6061-T610,000, ,000 Stainless Steel 30428,000, ,000 Structural Steel A3629,000, ,000

Lookup Table Example A design engineer at a certain company performs calculations using the properties of these four materials often Rather than looking up and typing in these values every time, Excel can use a lookup table to store these values and retrieve the correct values for the specified material

Lookup Table Example In this example, since the properties to be retrieved are in columns, the table is called a vertical lookup table If the data to be retrieved were in rows, instead, the table would be a horizontal lookup table The vertical lookup table command in Excel is: VLOOKUP(lookup value, table range, column number, true/false)

Vertical Lookup Table Command VLOOKUP(lookup value, table range, column number, true/false) Lookup value is the cell containing the identifier for the data to be looked up. In our case, the cell will contain the name of the material Table range is the group of cells containing the lookup table Column number is the column containing the desired property of the material The true/false argument is optional: true allows for an approximate match, while false requires an exact match

VLOOKUP Example Here is the data entered into Excel Sometimes it is convenient to enter the data table into a separate sheet of the workbook Note that we have given each material a “Short Name” so that we do not have to type in the complete name every time

VLOOKUP EXAMPLE The short name is entered into cell B1. We want to have the other information filled in automatically

VLOOKUP EXAMPLE The first argument is the cell address containing the short name of the material to be looked up

VLOOKUP EXAMPLE The second argument is the cell range containing the lookup table. The first column of the highlighted range must contain the independent variable (the Short Name)

VLOOKUP EXAMPLE The third argument contains the column number containing the desired property. Remember that the column containing the short name is column number 1. Therefore, the long name is in column number 2.

VLOOKUP EXAMPLE Result: By locking the cell addresses, this formula can be copied to other cells…

VLOOKUP EXAMPLE Change only the column number to correspond to the property desired: Yield Strength is in the 5 th column

VLOOKUP EXAMPLE Note that the names are not case-sensitive:

VLOOKUP EXAMPLE In these cases, note that an inexact match still often returns a value:

VLOOKUP EXAMPLE Often, we want to require an exact match To do this, set the optional fourth argument is added: – TRUE = find approximate match – FALSE = require exact match

A Note About Lookup Tables Lookup tables will not interpolate values! When looking up a numerical value, if an exact match is not found (and the “TRUE” option allows for an approximate match), then the value searched for is rounded down to the next tabulated value. We will illustrate this in the following example

Population Example The population data of a town is given in the table We want to use a lookup table to report the population for any year entered

Lookup Table Solution Note that using the VLOOKUP function (with the TRUE/FALSE option left off or set to TRUE) returns the population for the next year in the table lower than the input value:

THANK YOU