Adding Functionality to your Spreadsheet

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.
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.
REACH-CRC. Lookup Functions INDEX-MATCH LOOKUP Database Functions DSUM DMIN DMAX DCOUNT DAVERAGE.
Relative, Absolute, & Mixed References. Relative Reference (Address) ABCD  In C3, =A1+B2 means Display sum of the content of cell which is.
33 CHAPTER BASIC APPLICATION SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Announcement: QUIZ#02 In Lecture Session # 9 (5.
BUS1MIS Management Information Systems Semester 1, 2012 Excel: Business Problem Solving Week 4 Lecture 2.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
 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
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.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
Tutorial 8: Working with Advanced Functions
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.
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)
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.
Exploring Excel 1. Introduction to Microsoft Excel: What is a Spreadsheet? What else can Excel do? Calculations – Inventory Lists.
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.
# 1# 1 Error Messages, VLookup, Practical Tips What use is VLookup? How do you error check in Excel? CS 105 Spring 2010.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
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.
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.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Are used in higher-level operations, such as conditional and comparison equations to compute interest rates, due dates and payment terms, and financial.
DAY 6: MICROSOFT EXCEL – CHAPTER 2 CONTD. Aliya Farheen September 3, 2015.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Learn: to organize and interpret data in frequency tables to organize and interpret data in frequency tables.
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.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
Advanced Functions Objective Advanced Functions are used in higher-level operations, such as in conditional and comparison equations to compute.
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:
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.
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
MSAA PRESENTS: AN EXCEL TUTORIAL
Relative, Absolute, & Mixed References
Excel IF Function.
Advanced Functions Computer Applications 1
VLOOKUP Finds an entry from a vertical array based on a criteria
Obj – Indentify and Use Advanced Functions
VLOOKUP Finds an entry from a vertical array based on a criteria
Statistics and Spreadsheet Functions
How To Use VLOOKUP In Microsoft Excel
Excel: VLOOKUP.
Advanced Functions – Obj. 4.01
برنامج التميز في خدمة عملاء السادة موظفي مكاتب المساعدة القانونية
Excel: Formulas & Functions III Participation Project
V- Look Up.
Topic 5 – Table Lookup Lesson 3 - Advanced Lookup
Rahul Kavi SEPTEMBER 3rd, 2013
Addition Grade 4.
Table Lookup and Error Handling
Advanced Functions – Obj. 4.01
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
Advanced Functions in Excel – Part #2 In-Class Exercise #6
Presentation transcript:

Adding Functionality to your Spreadsheet

Excel’s VLOOKUP Function Used to lookup values in tables, i.e., tax tables, discount tables, grade scale tables, etc. Two most widely used HLOOKUP VLOOKUP Final Average Grade >= 90 A 80 to 89 B 70 to 79 C 60 to 69 D Below 60 F

VLOOKUP Function =VLOOKUP (search argument, table range, column number) where the search argument is the value in the spreadsheet which is used to search the table for a particular value (i.e., student’s average) the table range is the range in which the lookup table resides the column number is the specified column where the resulting value is located (i.e., grade) the VLOOKUP function searches the leftmost column of a table (called the table arguments) and returns the corresponding value from the specified column (table values)

VLOOKUP Table To work correctly, the table arguments must be in ascending sequence The VLOOKUP function returns a table value based on the search argument being less than or equal to the table arguments Revised grade table for VLOOKUP: Final Average Grade F 60 D 70 C 80 B 90 A