Unit 2 – Spreadsheets Spreadsheets Vlookups.

Slides:



Advertisements
Similar presentations
Spreadsheets Relative & Absolute Addresses CIL 102 ‘08 Fall.
Advertisements

Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
Tutorial 7: Using Advanced Functions and Conditional Formatting
In Business Series © Prentice Hall Microsoft Office Excel 2007 In Business Core Chapter 4 Evaluating Data.
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.
1 CA202 Spreadsheet Application Working with Database Data Lecture # 14.
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
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.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
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)
Explaining my Excel Document By Sebastian Sergent.
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.
1. Common Functions 2.
Databases – Part 1 Databases– Part 1 Lesson 7 & 8.
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.
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Agenda 6/25 – 6/26 Review Exam Answer Access Project Part 3 questions Discuss key points from Chapters1-3 and beyond Cell references Formulas Functions.
Advanced TechShop D.A. Whatley. Agenda IF, THEN, and AND formulas VLOOKUP.
Mark Brady 11/19/2012 Southwest Florida Water Management District Data Analyst Interview.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
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.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
Unit 2 – Spreadsheets Spreadsheets - Project Computer Shop.
Advanced TechShop D.A. Whatley. Agenda IF, THEN, and AND formulas VLOOKUP Recording/Implementing Macros.
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Lookup Functions VLOOKUP and HLOOKUP. VLOOKUP  VLOOKUP(lookup_value,table_array,c ol_index_num,range_lookup)  Range_lookup argument If an exact match.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
04. Excel Countif and Vlookup. File -> Open -> 04b-datastart.xlsx.
Unit 2– Spreadsheets Spreadsheets Lesson 1 & 2.
CIS 300- Professor Im Test #2. MICROSOFT ® EXCEL ® LOOKUP FUNCTIONS Syntax: =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) Arguments:
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 2.
Charlie Haffey Norwood Public Schools. Vlookup Vertical Lookup  Enter a unique value  Import any info from an internal/external database.
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:
Programming Simple Programming If and Nested Statements.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 1.
Excel Tips and Tricks Leda Voigt Green River College.
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
Unit 2 – Spreadsheets Spreadsheets If Statements.
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.
Year 11 - Chapter 14 Assessment Overview – What you need to know: Overview Formatting Simple Formulas Named ranges/cells Functions (Max, Min, Average and.
VLOOKUP HLOOKUP INDEX + MATCH
Elena Lazarevska, City of Boulder
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Microsoft Excel VLOOKUP Deborah Trujillo Instructional Technology
Excel IF Function.
Spreadsheets Skills Lesson Part 2
2007 MICROSOFT EXCEL INTERMEDIATE
VLOOKUP Finds an entry from a vertical array based on a criteria
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
VLOOKUP functions Data Analysis.
Advanced Microsoft Excel
Spreadsheets (Excel Tasks)
Introduction to the Case
Lesson 4 – Count, CountIF, V Lookup
Vlookup.
MIS2502: Data Analytics ETL - Excel Basics
Excel: Formulas & Functions III Participation Project
Spreadsheets If Statements.
Excel Tips and Tricks Presented by: Tracee Baker, Business Analyst, TD Ameritrade July 21, /3/2019.
Create a nested v look up
Lesson 5 Topic 1 – Table Lookup and Error Handling
Spreadsheets Vlookups.
Presentation transcript:

Unit 2 – Spreadsheets Spreadsheets Vlookups

Unit 2 – Spreadsheets Task Overview Objectives Understand the use of the Vlookup function Understand the use of absolute cell referencing. Understand the use of an nested if statement. Understand the used of the different count functions. Understand the use of the sumif function. OutcomesTime Complete the vlookup task. Task 1 to Task 4

Unit 2 – Spreadsheets Vlookup Using VLOOKUP is similar to looking up a person’s name in a telephone book to get a telephone number. VLOOKUP looks at a value in one column, and finds its corresponding value on the same row in another column. Table_Array or lookup table We need to use a lookup function to find the corresponding data from the lookup table for each book title.

Unit 2 – Spreadsheets Vlookup 2) Select the lookup table (table_array). This may be in the same sheet or another sheet. Select the lookup value and then the output value. Make sure you absolute cell reference the table_arrray. 1. Lookup_Value 2. Table_Array 1) Select the lookup value. The lookup value will appear also in the lookup table (table_array). Lookup_Value Output value

Unit 2 – Spreadsheets Vlookup 3. col_Index_num 4. Range_Lookup Column - 1 Column - 2 3) Select the column in the table for the output value. In this example the author is in the second column of the selected table so therefore you would write 2. 4) You need to select false which is an exact match. This means the Vlookup will only find an exact match for the output value. Remember to close the brackets.

Unit 2 – Spreadsheets Plenary – Refer to the Lesson Objectives Plenary Task (Q&A) Discuss the advantages of using the vlookup function. Discuss the levels pupils have achieved for this task. Objectives Understand the use of the Vlookup function Understand the use of absolute cell referencing. Understand the use of an nested if statement. Understand the used of the different count functions. Understand the use of the sumif function.