CS&E 1111 Exreference Microsoft Excel Reference Functions Objectives: l Understanding and using Reference Functions l The computer’s algorithm l Syntax.

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.
Excel Lesson 13 Using Powerful Excel Functions Microsoft Office 2010 Advanced Cable / Morrison 1.
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.
1.  The IF function is a logical function used for making decisions based on some condition(s)  Conditions have to result in Boolean values. (relational.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
 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.
Table LookUp. Data Table (File, List) A collection of records and each record contains fields. Lookup example: – Given EmpID, retrieve salary.
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
259 Lecture 4 Spring 2010 Logical Functions and Conditional Formatting in Excel.
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
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)
Advanced Excel for Finance Professionals A self study material from South Asian Management Technologies Foundation.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
Excel Projects 5 & 6 Notes Mr. Ursone. Excel Project 5: Sorting a List  Sorting: Arranging records in a specific sequence  The Sort command is on the.
1. Common Functions 2.
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.
Computer Science 1000 Spreadsheets V Permission to redistribute or use these slides is strictly prohibited without permission.
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.
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.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
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:
DAY 6: MICROSOFT EXCEL – CHAPTER 2 CONTD. Aliya Farheen September 3, 2015.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
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.
VLOOKUP/HLOOKUP Alex Kane. Have you thought? Lookup Functions ? Used to Look up values To preform calculations Display results.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
CIS300 Exam 4 Review Dale McIntosh © 2009 Dale McIntosh. All Rights Reserved.Spring 2009.
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:
Excel Tips and Tricks Leda Voigt Green River College.
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.
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.
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.
Logical Functions and Conditional Formatting in Excel
Relative, Absolute, & Mixed References
Advanced Functions Computer Applications 1
Analyzing Table Data.
VLOOKUP Finds an entry from a vertical array based on a criteria
CS1100: Computer Science and Its Applications
Adding Functionality to your Spreadsheet
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
ITI 091 MS Excel Level III 9/18/2018
ITI 305 MS Excel Level III 11/20/2018
MS Excel 2016 Level III 12/6/2018 Copyright © Carl M. Burnett.
VLookup and HLookup in Microsoft Excel
V- Look Up.
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.
Topic 5 – Table Lookup Lesson 3 - Advanced Lookup
ITI 091 MS Excel Level III 4/9/2019
REACH CRC Professor Manni
Lesson 5 Topic 1 – Table Lookup and Error Handling
Presentation transcript:

CS&E 1111 Exreference Microsoft Excel Reference Functions Objectives: l Understanding and using Reference Functions l The computer’s algorithm l Syntax

CS&E 1111 Exreference Reference Functions l Functions that allow you to “lookup” a value based on a specified criteria l Excel includes many reference functions – Lookup, Vlookup, Hlookup, Match etc.  What letter grade corresponds to 78 points  How much is 2 Lbs of apples?

CS&E 1111 Exreference LOOKUP Function =LOOKUP(lookup_value, lookup-vector, result_vector) l lookup_value - criteria to lookup or “match” l lookup_vector – range containing one row or column where you want to compare the criteria l result_vector – range containing one row or column (matching the lookup_vector size) that contains the corresponding values you wish to find.

CS&E 1111 Exreference Lookup Example – column vector l Lookup letter grade you get with 80 points: Lookup( 80,A2:A6,B2:B6)  “B”

CS&E 1111 Exreference Lookup Example – row vector l Lookup(80,B1:F1, B2:F2) – returns B l Lookup letter grade you get with 80 points:

CS&E 1111 Exreference The lookup function’s algorithm will give you the greatest value that does not exceed the value being searched for. Could you lookup the letter grade for 67 points? =Lookup(67,A2:A6, B2:B6) results in the value D

CS&E 1111 Exreference Sort your vector Now try finding the grade for 67 points with an unsorted lookup_vector? =Lookup(67,A2:A6,B2:B6) The value returned may not be correct The lookup algorithm requires that the values in the lookup_vector be placed in Ascending order

CS&E 1111 Exreference A more sophisticated example: LOOKUP(B2,grades!A$2:A$6grades!,B$2:$B6) grades!

CS&E 1111 Exreference How would you find this information..given these two different lookup tables? l How old is Jane? l Who is the youngest person? age1! age2!

CS&E 1111 Exreference Recap A lookup function lets you find information from a list based on a criteria l need to specify a criteria l need to specify a range where you will find that criteria and this range must be sorted (either vertically or horizontally) in ascending order l need to specify a range where you will find the corresponding information