 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!]

Slides:



Advertisements
Similar presentations
How the PLAN test will help you prepare for the future…
Advertisements

Microsoft Office Grade 10 A / B Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 16 Microsoft Excel – 07.
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.
Relative, Absolute, & Mixed References. Relative Reference (Address) ABCD  In C3, =A1+B2 means Display sum of the content of cell which is.
BE SIMPLE, DO MORE: STUDENT TRACKER Jonathan Abbott
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
 CHOOSE › Index and list of options › Example: alternative to grade translation.
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.
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
Turning Numbers Into Knowledge Nate Moore MBA, CPA, CMPE.
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.
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.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
© 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)
MICROSOFT EXCEL – CHAPTER 2 CONTD. MICROSOFT EXCEL – CHAPTER 10 Sravanthi Lakkimsetty Aug 31,2015
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.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
Computer Science 1000 Spreadsheets V Permission to redistribute or use these slides is strictly prohibited without permission.
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.
CS&E 1111 Exreference Microsoft Excel Reference Functions Objectives: l Understanding and using Reference Functions l The computer’s algorithm l Syntax.
T.J. Poland.  Open Excel and notice the columns and rows.  In the top row and first column fill in your.
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
1.Is it More, Less, or Exactly Half? 2. Is it More, Less, or Exactly Half?
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
DAY 6: MICROSOFT EXCEL – CHAPTER 2 CONTD. Aliya Farheen September 3, 2015.
Lesson 11: Expanding Skills with Functions and Objects.
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.
VLOOKUP/HLOOKUP Alex Kane. Have you thought? Lookup Functions ? Used to Look up values To preform calculations Display results.
Warm-up (on back of handout): Why do you think many scientific names and terms are in Latin, which is a “dead language?” When you have completed your warm-up,
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.
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.
$200 $400 $600 $800 $1000 $200 $400 $600 $800 $1000 $200 $400 $600 $800 $1000 $200 $400 $600 $800 $1000 $200 $400 $600 $800 $1000 $200.
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.
VLOOKUP HLOOKUP INDEX + MATCH
Excel IF Function.
VLOOKUP Finds an entry from a vertical array based on a criteria
CS1100: Computer Science and Its Applications
Adding Functionality to your Spreadsheet
FUNCTIONAL SKILLS ICT.
VLOOKUP Finds an entry from a vertical array based on a criteria
ITI 091 MS Excel Level III 9/18/2018
ITI 305 MS Excel Level III 11/20/2018
Excel Formulas, Macros & More
MS Excel 2016 Level III 12/6/2018 Copyright © Carl M. Burnett.
Vlookup.
VLookup and HLookup in Microsoft Excel
Humanities Matching Final
V- Look Up.
MS Excel 2016 Level III Montgomery County Government (MCG)
Topic 5 – Table Lookup Lesson 3 - Advanced Lookup
ITI 091 MS Excel Level III 4/9/2019
Aniko Balogh CEU Computer & Statistics Center
Excel lookups and PivotTables
Table Lookup and Error Handling
Humanities Matching Final
Lesson 5 Topic 1 – Table Lookup and Error Handling
Spreadsheets Vlookups.
Presentation transcript:

 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!]

1. Normalized all grades 2. Eliminating the lowest grade › Option 1: brute force › BUT, what do I REALLY need? › Do I care which ones are used? EXAMPLE › How do I incorporate this?

 Used to lookup values in a table  (Also an HLOOKUP)  VLOOKUP › Value to lookup › Table › Which column to use as translation › Exact match or lowest

 MATCH: returns the position in the list  INDEX: picks out a value from a table  CHOOSE: picks out a value (or action) from the function