Table LookUp. Data Table (File, List) A collection of records and each record contains fields. Lookup example: – Given EmpID, retrieve salary.

Slides:



Advertisements
Similar presentations
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.
Advertisements

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.
REACH-CRC. Lookup Functions INDEX-MATCH LOOKUP Database Functions DSUM DMIN DMAX DCOUNT DAVERAGE.
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.
MIS: Chapter 14 Cumulative concepts, features and functions, plus new functions COUNTIFS, SUMIFS, AVERAGEIFS (Separate ppt on REACH.louisville.edu) All.
BUS1MIS Management Information Systems Semester 1, 2012 Excel: Business Problem Solving Week 4 Lecture 2.
Pre-defined System Functions Simple IF & VLOOKUP.
Creating Dashboard with Excel ISYS 650. Pivot Table Demo Creating a query from Northwind data warehouse that shows: –OrderYear, Quarter, CategoryID, Sales.
Lunch and Learn VLOOKUP & PivotTables IT User Services University of Delaware.
 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!]
Tutorial 7: Using Advanced Functions and Conditional Formatting
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.
Excel Functions. Prof. Leighton2 A Function Performs a predefined operation Performs a predefined operation A function A function Accepts one or more.
An Amortization Schedule New Functions. An Amortization Schedule An Amortization Schedule An Amortization Schedule Payment schedule on a loan Payment.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
Tutorial 8: Working with Advanced 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)
Excel chapter 2.
1. 2 icoffey ****** 3 decimal numbers Sales.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
Spreadsheet Formulae Some Common Functions =IF(condition, true, false) Returns one value if a condition you specify evaluates to TRUE and another value.
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.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Working with Spreadsheets A spreadsheet is a worksheet that resembles a table and is used for organizing numbers. An electronic spreadsheet file can contain.
© Scott/Jones Publishing, Inc. 1 Chapter 18 Working with Advanced Functions Excel 2003, Volume 2 by Karen J. Jolly Scott/Jones Publishing, Inc.
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.
 Decide on the information needed, and create column headings. (See picture below.)
Chapter 6 Creating, Sorting, and Querying a Table
Chapter 2:Excel. Determining Results with the if Function =IF(logical_test, value_if_true,value_if_false) The IF function has three arguments: – A condition.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
CS&E 1111 Exreference Microsoft Excel Reference Functions Objectives: l Understanding and using Reference Functions l The computer’s algorithm l Syntax.
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
DAY 6: MICROSOFT EXCEL – CHAPTER 2 CONTD. Aliya Farheen September 3, 2015.
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.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Advanced Functions Objective Advanced Functions are used in higher-level operations, such as in conditional and comparison equations to compute.
DAY 4,5,6: EXCEL CHAPTERS 1 & 2 Rohit January 27 th to February 1 st
CIS 300- Professor Im Test #2. MICROSOFT ® EXCEL ® LOOKUP FUNCTIONS Syntax: =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) Arguments:
CIS300 Exam 4 Review Dale McIntosh © 2009 Dale McIntosh. All Rights Reserved.Spring 2009.
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions Part 2.
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 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
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.
MSAA PRESENTS: AN EXCEL TUTORIAL
Relative, Absolute, & Mixed References
2007 MICROSOFT EXCEL INTERMEDIATE
Advanced Functions Computer Applications 1
Adam Little Catharine Reeder
VLOOKUP Finds an entry from a vertical array based on a criteria
Obj – Indentify and Use Advanced Functions
Adding Functionality to your Spreadsheet
FUNCTIONAL SKILLS ICT.
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
Advanced Functions – Obj. 4.01
Vlookup.
V- Look Up.
Rahul Kavi SEPTEMBER 3rd, 2013
Advanced Functions – Obj. 4.01
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
Presentation transcript:

Table LookUp

Data Table (File, List) A collection of records and each record contains fields. Lookup example: – Given EmpID, retrieve salary

Data Table Example

Decision Table Example

VLookUp Function VLookUp( SearchValue, TableRange, TableColumn# ) –Table Range: A6:C8 *** Heading is not included –Column number: Each column is assigned a number: First column is 1, second column is 2, etc. –The first column is called Search Column and values in the first column must be in ascending order. –Search Value: Value used to search the first column to determine the row of the table. To read the price: –=VLookUp(B1,A6:C8,3)

Absolute Reference to a Table Note: To name a range: Select the cell/range; then right click and choose: Define name

Range Look Up Discount Table: –Total Sales At leastBut less thanDiscount Rate –03000% – % – % –10007%

How to determine the row? The function locates the first value in column that exceeds the search value, then it backs up one row. Search value greater than or equal to the last value, uses the last row. Is the “But less than” column needed?

Tax Table

Table Design Professor’s rules for letter grades: –Avg >= 90A –90 > Avg >= 80B –80 > Avg >= 70C –70 > Avg >= 60D –60 > AvgF

Exact Match Look Up. What if P4 is entered in B1?. To do an Exact Match look up: VLookUp(SearchValue, TableRange, TableColumn#, False)

Practice

Other Look up Functions Match: Returns the relative position of an item in an range that matches a specified value in a specified order. –Use MATCH instead of one of the LOOKUP functions when you need the position of an item in a range instead of the item itself. Index: Returns the reference of the cell at the intersection of a particular row and column.

Example Mileage Chart: