Vlookup.

Slides:



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

Relative, Absolute, & Mixed References. Relative Reference (Address) ABCD  In C3, =A1+B2 means Display sum of the content of cell which is.
+ Learning Intention 10 To understand and apply our understanding of spreadsheet software functions and techniques for efficiently and effectively manipulating.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Pre-defined System Functions Simple IF & VLOOKUP.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Table LookUp. Data Table (File, List) A collection of records and each record contains fields. Lookup example: – Given EmpID, retrieve salary.
1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making: What If? Robert Grauer and Maryann Barber Exploring.
How to answer Section B (January 2012 example) YEAR 12 REVISION.
Tutorial 8: Working with Advanced Functions
Lesson: 4 Spreadsheets After completing this lesson, you will be able to: Identify the components of a spreadsheet. Enter data into a spreadsheet. Perform.
1CP102_module 3: spreadsheet2 More features in Excel Selection: a cell, a range, multiple ranges Name a range: to give name to a selected range or multiple.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
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)
Question 10 What do I write?. Spreadsheet Make sure that you have got a printout of your spreadsheet - no spreadsheet, no marks!
Unit 2 – Spreadsheets Spreadsheets Vlookups.
# 1# 1 Error Messages, VLookup, Practical Tips What use is VLookup? How do you error check in Excel? CS 105 Spring 2010.
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.
Animal Rescue Lesson 2. What will you do in this lesson?
Spreadsheets Lesson 2 Introduction to basic formula and spreadsheet.
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
Year 8 Lesson 2 – Band Manager Objectives Know and understand: How to develop a spread sheet model, entering variables and creating formulae. Be able.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing worksheet.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
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.
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.
3.1.4 Modelling.
Relative, Absolute, & Mixed References
Exploring Microsoft Office Excel 2007
Exploring Microsoft Office Excel 2007
Excel IF Function.
2007 MICROSOFT EXCEL INTERMEDIATE
Analyzing Table Data.
VLOOKUP Finds an entry from a vertical array based on a criteria
Obj – Indentify and Use Advanced Functions
Applied Private Equity and Venture Capital
Tiffany Lau Emily Nguyen David Mangold Xiang Zhang
FUNCTIONAL SKILLS ICT.
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
Exploring Microsoft Office Excel 2007
VLOOKUP functions Data Analysis.
Advanced Microsoft Excel
Excel Formulas, Macros & More
Lesson 4 – Count, CountIF, V Lookup
Advanced Functions – Obj. 4.01
Absolute and Relative cell referencing
Data Tables and Arrays.
Spreadsheet Basics: Absolute and Relative Cells
VLookup and HLookup in Microsoft Excel
V- Look Up.
Excel Tips and Tricks Presented by: Tracee Baker, Business Analyst, TD Ameritrade July 21, /3/2019.
Topic 5 – Table Lookup Lesson 3 - Advanced Lookup
Lesson 2: Cell References
Advanced Functions – Obj. 4.01
Lesson 5 Topic 1 – Table Lookup and Error Handling
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
Spreadsheets Vlookups.
Lessons 1 & 2: A Pancake Recipe
Presentation transcript:

Vlookup

Recap from last lesson

Do you think it is possible to look at data if it is arranged differently? For example if the ‘Item column’ was horizontal

It is possible but the direction the lookup takes is slightly different…

It is possible but the direction the lookup takes is slightly different… For ‘Item3’, what is the ‘Discount’? 3%, blue Row 5

So in this case… The way of travel this time is always: right across the first row to find the match, then then down to locate the information wanted.

VLOOKUP and HLOOKUP This kind of Search can be achieved in a spreadsheet using VLOOKUP and HLOOKUP Why might you want to use a lookup? Why cant you just look yourself?

Summary… Both models produce correct results but in different ways. You need to remember the two models when you design your own tables. In this lesson you will work with VLOOKUP.

In this lesson students are learning about: the Function LOOKUP differences between VLOOKUP and HLOOKUP

At the end of this lesson students will be able to: use the Function VLOOKUP in a spreadsheet

VLOOKUP – a demonstration Look at SB2 L2 VLOOKUP.xls specifically look at the sheet ‘VLOOKUP + 2 User Inputs’. This sheet is linked to sheet ‘Table Arrays’ and colour coded in the same way.

Task (10 mins) Look at ‘VLOOKUP + 2 User Inputs’ on the spreadsheet and follow the instructions in cells B4 and B9 See if you can figure out how the function works….

What do you think? What if I was to put 5.2 into C9? What would be the output and why?

An explanation of how it works… CONCENTRATE!!!!!!! =VLOOKUP is the start of the function $ - absolute cell references, for the array: allows students to copy and paste formula without loosing the array $C$4 is an absolute reference to the cell in which the user input information ‘Table Arrays’ is the name of the sheet is the array is on $C$6:$K$17 is the range of the array 4 is the number of the array column in which the wanted information is TRUE / FALSE is for an exact or approximate match.

Your Teacher will now explain thoroughly!

VLOOKUP with drop-down input lists So what if I wanted to control the input to prevent mistakes? Look at sheet ‘VLOOKUP + 2 Drop-Lists’. Click in cell C4. Read the prompt, then click on the down-arrow. Where the items on the list come from ? ANSWER: C6:C17 on sheet ‘Table Arrays’

What will happen if I type in something that is not on the list? users can enter data that is not on the list but will get a response of “Input not on list” How could this message be improved?

Here is how to put a Validation rule into a Spreadsheet using a ‘List’ Your teacher will now demonstrate…

Task See if you can create your own VLOOKUP using Example 3 on sheet ‘VLOOKUP + 2 User Inputs’.