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:

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

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.
Turning Numbers Into Knowledge Nate Moore MBA, CPA, CMPE.
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.
Tutorial 8: Working with Advanced Functions
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
© UNT in partnership with TEA1 Principals of Information Technology Phones To Go Case Study: Advanced Spreadsheet Skills.
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)
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
AARON CROCKETT Spreadsheets used in the real world Examples of different spreadsheets Features used within spreadsheets Improving Productivity & Usability.
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.
Unit 9: Assignment 1 Figure 1, Spreadsheet. Matt Pratley
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
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.
CS&E 1111 Exreference Microsoft Excel Reference Functions Objectives: l Understanding and using Reference Functions l The computer’s algorithm l Syntax.
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:
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
Advanced TechShop D.A. Whatley. Agenda IF, THEN, and AND formulas VLOOKUP Recording/Implementing Macros.
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.
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
CIS 300- Professor Im Test #2. MICROSOFT ® EXCEL ® LOOKUP FUNCTIONS Syntax: =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) Arguments:
USING BASIC FORMULAS Excel Lesson 4. FORMULAS Formulas: An equation that performs calculations such as addition, subtraction, multiplication, and division.
Tables MOAC Lesson 6.
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.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
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.
VLOOKUP HLOOKUP INDEX + MATCH
Elena Lazarevska, City of Boulder
Logical Functions Excel Lesson 10.
Microsoft Excel VLOOKUP Deborah Trujillo Instructional Technology
VLOOKUP Finds an entry from a vertical array based on a criteria
CS1100: Computer Science and Its Applications
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
Using Advanced Formulas
ITI 091 MS Excel Level III 9/18/2018
VLOOKUP functions Data Analysis.
ITI 305 MS Excel Level III 11/20/2018
Introduction to the Case
Lesson 4 – Count, CountIF, V Lookup
MS Excel 2016 Level III 12/6/2018 Copyright © Carl M. Burnett.
Vlookup.
Adding Tables to Slides
Excel: Formulas & Functions III Participation Project
VLookup and HLookup in Microsoft Excel
MS Excel 2016 Level III Montgomery County Government (MCG)
Excel Tips and Tricks Presented by: Tracee Baker, Business Analyst, TD Ameritrade July 21, /3/2019.
ITI 091 MS Excel Level III 4/9/2019
REACH CRC Professor Manni
Lesson 5 Topic 1 – Table Lookup and Error Handling
Spreadsheets Vlookups.
Presentation transcript:

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: runs vertical when searching for data to retrieve HLOOKUP: runs horizontal when searching for data to retrieve

VLOOKUP =VLOOKUP(lookup_value,table_array,col_index_Num,[Range_Lookup])  Lookup_Value: cell that you are going to compare to the table Comparing B2 (Product Number) to the table in columns I, J, and K

VLOOKUP =VLOOKUP(lookup_value,table_array,col_index_Num,[Range_Lookup])  Table_Array: table you are going to use to find your information

VLOOKUP =VLOOKUP(lookup_value,table_array,col_index_Num,[Range_Lookup])  Col_Index_Num: refers to what column is in the table (use 1,2,3)  We are trying to figure out the Type of Product, which is in Column 2 of the table Column 1Column 2Column 3

VLOOKUP =VLOOKUP(lookup_value,table_array,col_index_Num,[Range_Lookup])  Range_Lookup: can only be true or false  Use False if you want an exact match  Use True if you want a similar match

VLOOKUP The result will appear in cell C2 =VLOOKUP(B2,I2:K8,2,FALSE)

HLOOKUP =HLOOKUP(Lookup_Value,Table_Array,Row_Index_ Num,[Range_Lookup])  Row_Index_Num refers to the row number

IF STATEMENT Conditional formula that allows the user to put certain data in a cell if it meets certain criteria =IF(logical_test,[value_if_true],[value_if_false])  =if(b10>=20,”Yes”,”No”)  If the value for true or false is text, you must place quotation marks around the text

SOURCE Microsoft Official Academic Course Microsoft Excel John Wiley & Sons, Inc., 2014.