Relative, Absolute, & Mixed References. Relative Reference (Address) ABCD 15 26 3 4  In C3, =A1+B2 means Display sum of the content of cell which is.

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.
Lesson 3 Working with Formulas.
Spreadsheet software 1. Spreadsheets 2 Spreadsheet software Components of spreadsheets Labels - are used for titles, headings, names, and for identifying.
S5 Accuracy All Sections. Security Today’s Topic Information Quality IS Basics E-commerce AccessExcel PowerPoint Types of IS Systems Development Database.
E ngineering College of San Jose State University Engr.10 1 JKA & KY.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
FORMULAS & FUNCTIONS EXCEL 2. Excel Input – a collection of informational data typed into the spreadsheet Output – worksheet results Information to be.
FORMULAS & FUNCTIONS EXCEL. Input A collection of information Data typed into the spreadsheet Output Worksheet Results.
Microsoft Excel 2010 Test.
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
Basic Spreadsheet Functions Objective Functions are predefined formulas that perform calculations by using specific values, called arguments, in.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Chap 4 Formulas and Functions Exploring Spreadsheet Software.
Excel Garry Storer IT Training Co-Ordinator IT Services.
Tutorial 7: Using Advanced Functions and Conditional Formatting
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.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next.
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 Lesson 2: Advanced Data Analysis A PivotTable is a sophisticated tool that creates a concise report summarizing large amounts of data based on.
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)
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
1. Common Functions 2.
Copyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall. 1 by Mary Anne Poatsy, Keith Mulbery, Lynn Hogan, Amy Rutledge, Cyndi Krebs, Eric.
Exploring Engineering Chapter 3, Part 2 Introduction to Spreadsheets.
1 Microsoft Excel An Introduction to Spreadsheets Lecture 18.
# 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.
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions.
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.
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.
CSCI-235 Micro-Computers in Science Microsoft Excel 2002 Chapter 3 Spreadsheets in Decision Making: What If?
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Excel Review By Mr. Griffin Elmira Business Institute.
Components of Spreadsheets Computer Applications 1 Obj. 4.01: Understand spreadsheets used in business.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
Chapter 4 Decision Making. Agenda Function Goal Seek command AutoFilter command Worksheet operation Printing worksheet.
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.
Hoi Le. COUNTIF Countif(, ) Return number of elements that meet the criteria Always put criteria in quotation marks Example 1: count number of employees.
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:
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions Part 2.
OV Copyright © 2011 Element K Content LLC. All rights reserved. Calculating Data with Advanced Formulas  Apply Cell and Range Names  Calculate.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
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.
Logical Functions and Conditional Formatting in Excel
MSAA PRESENTS: AN EXCEL TUTORIAL
Relative, Absolute, & Mixed References
Exploring Microsoft Office Excel 2007
Exploring Microsoft Office Excel 2007
2007 MICROSOFT EXCEL INTERMEDIATE
VLOOKUP Finds an entry from a vertical array based on a criteria
Adding Functionality to your Spreadsheet
IT133 Software Applications
VLOOKUP Finds an entry from a vertical array based on a criteria
Excel: VLOOKUP.
Exploring Microsoft Office Excel 2007
MS Excel Scaffolding START.
Vlookup.
Lesson 5 Topic 1 – Table Lookup and Error Handling
Advanced Functions in Excel – Part #2 In-Class Exercise #6
Presentation transcript:

Relative, Absolute, & Mixed References

Relative Reference (Address) ABCD  In C3, =A1+B2 means Display sum of the content of cell which is 2 columns to the left and 2 rows above and the content of cell which is 1 column to the left and 1 row above.  When this formula is copied to other cells, the same instruction is copied.  E.g., if the formula is copied to D4, it becomes =B2+C3.

Absolute Reference (Address) ABCD  In C3, =$A$1+B2 means Display the sum of the content of cell which is at A1 and the content of cell which is 1 column to the left and 1 row above.  When this formula is copied to other cells, the same instruction is copied.  E.g., if the formula is copied to D4, it becomes =$A$1+C3.

Mixed Reference (Address) ABCD  In C2, =$A$1+$B2 means Add the content of cell which is at A1 and the content of cell which is in column B and in the same row.  When this formula is copied to other cells, the same instruction is copied.  E.g., if the formula is copied to C4, it becomes =$A$1+$B4.

Mixed Reference (cont.) ABCD  In B3, =$A$1+B$2 means Add the content of cell which is at A1 and the content of cell which is in the same column and in row 2.  When this formula is copied to other cells, the same instruction is copied.  E.g., if the formula is copied to C4, it becomes =$A$1+C$2.

IF() Function ABCDEF 1NameExamGrade 2Adams87Pass 3Benson92Pass 4Carson68Fail 5Danson78Pass 6 =IF(B2>=70,”Pass”,”Fail”)

IF() Function  Form  =IF(condition, value-for-TRUE-case, value-for-FALSE-case)  Example  Assume: B2 contains semester average  Then, in C2, we can have: =IF(B2>=70, “Pass”, “Fail”)

VLOOKUP() Function  Suppose letter grades for exam scores are assigned as follows: A – 90 or above B – 80 or above, but less than 90 C – 70 or above, but less than 80 D – 60 or above, but less than 70 F – less than 60  Use VLOOKUP() function to assigning letter grade to a score, buy looking up a table.

Grade Table Lookup ABCDEFGH 1NameExamGrade 2Adams87B 3Benson92A 4Carson68D 5Danson78C 6Criteria 70F 860D 970C 1080B 1190A

VLOOKUP()  Format  =VLOOKUP( Value to look up, The range of the table, The column number containing the grade)  For example,  In the preceding case =VLOOKUP(B2, $G$7:$H$11,2)

With VLOOKUP(), Remember…  In the VLOOKUP(), the 2 nd argument, the range for the lookup table, should be in absolute address.  In the lookup table, values to be looked up should be in ascending order (from small to larger).

Tax Table Lookup ABCFGH 1NameIncome Tax Rate 2Adams180000% 3Benson % 4Carson % 5Danson % 6Erickson125000? 700% 820,00010% 950,00015% 10100,00020% 11200,00030%

Your Turn  Given the preceding table, look up the Tax Rate for Erickson with the VLOOK() function.

HLOOKUP (Horizontal Lookup Table) ABCDEFGH 1Name Exa m Grade 2Adams87B 3Benson92A 4Carson68D 5Danson78C 6 7 8Criteria FDCBA 11

HLOOKUP()  Format  =HLOOKUP( Value to look up, The range of the table, The row number containing the grade)  For example,  In the preceding case =HLOOKUP(B2, $B$(:$F$10,2)

With HLOOKUP(), Remember…  In the HLOOKUP(), the 2 nd argument, the range for the lookup table, should be in absolute address.  In the lookup table, values to be looked up should be in ascending order (from small to larger) from left to right.