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.

Slides:



Advertisements
Similar presentations
Excel Lesson 13 Using Powerful Excel Functions Microsoft Office 2010 Advanced Cable / Morrison 1.
Advertisements

Intermediate Formulas & Functions Instructor: Rachel Baltus.
Relative, Absolute, & Mixed References. Relative Reference (Address) ABCD  In C3, =A1+B2 means Display sum of the content of cell which is.
Excel Objects, User Interface, and Data Entry. ◦ Application Window  Title Bar  Menu Bar  Toolbars  Status Bar  Worksheet Window  Worksheet Input.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
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.
Topic 3 Spreadsheets and Modelling Lesson 5 A Good Breakfast.
1 Committed to Shaping the Next Generation of IT Experts. Chapter 4: Spreadsheets in Decision Making: What If? Robert Grauer and Maryann Barber Exploring.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
Tutorial 8: Working with Advanced Functions
Lesson: 4 Spreadsheets After completing this lesson, you will be able to: Identify the components of a spreadsheet. Enter data into a spreadsheet. Perform.
SUMIF() Lesson: BASIC. =SUMIF() When Do You Use It: – To add numbers based on a single criterion/condition Example: If you have a column of data with.
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.
© UNT in partnership with TEA1 Principals of Information Technology Phones To Go Case Study: Advanced Spreadsheet Skills.
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)
Explaining my Excel Document By Sebastian Sergent.
Mr. Verlin South Philadelphia High School May 9, 2011.
It’s not that I’m so smart, it’s just that I stay with problems longer. - Albert Einstein.
Excel 2007 ® Business and Personal Finances How can Microsoft Excel 2007 help you to be more productive?
With Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive 1e Chapter.
With Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Office 2007 Intermediate.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
1 Improvement over the old : Dcount, DSum and DAverage Functions)
What is Excel 2010? Spreadsheet Program – Word is a ______________________ program – PowerPoint is a _________________ program Office 2010 – Office Home.
Function Of Microsoft Words Tables. Where Table section is located Table section is located on top row with File, Edit, View, Insert, Format, Tools, Window.
8.4 – Band Manager Spreadsheets Mr Farmer. Lesson 3 - Starter Wiki > Year 8 > Band Manager > Lesson 3 Click the link Read > Scatter > Test 10 mins.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
Excel Review By Mr. Griffin Elmira Business Institute.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
What is Excel 2003? Spreadsheet Program – Word is a ______________________ program – PowerPoint is a _________________ program Office 2003/2010 – Office.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
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.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 2.
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.
Learning Objectives Today we will revise: Basic arithmetic formulae (+,-,*,/) Basic Functions (SUM, MIN, MAX, AVERAGE) IF Functions (IF, SUMIF, COUNTIF,
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.
Microsoft Excel East Clarendon Middle-High School.
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.
Year 11 - Chapter 14 Assessment Overview – What you need to know: Overview Formatting Simple Formulas Named ranges/cells Functions (Max, Min, Average and.
3.1.4 Modelling.
Relative, Absolute, & Mixed References
Excel IF Function.
Information Systems and Databases
Spreadsheets Objective 4.01
Spreadsheets.
VLOOKUP Finds an entry from a vertical array based on a criteria
Understanding Spreadsheets
Adding Functionality to your Spreadsheet
FUNCTIONAL SKILLS ICT.
VLOOKUP Finds an entry from a vertical array based on a criteria
Managing Multiple Worksheets and Workbooks
MS-Access (database) how to create blank data base.
Lesson 4 – Count, CountIF, V Lookup
Spreadsheet.
Vlookup.
Microsoft Excel 101.
V- Look Up.
Rahul Kavi SEPTEMBER 3rd, 2013
MS Excel – Analyzing Data
Spreadsheets Vlookups.
Mr. Verlin South Philadelphia High School May 11-13, 2011
Presentation transcript:

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 to use a range of Excel functions to create a spreadsheet model.

LOOKUP What did LOOKUP do?

VLOOKUP VLOOKUP works in the same way but allows us to be more flexible. – We can specify which column we want to find the value from Your teacher will demonstrate how to use VLOOKUP (Task 1 – Stationary Order) You then need to have a go at completing the same task. – Remember to save the CSV file as an ‘Excel Workbook’

VLOOKUP Notes Time! In your books, explain how the VLOOKUP function works. =VLOOKUP(A4, Products.csv!$A$3:$E$8, 2, FALSE)

HLOOKUP This is the same as VLOOKUP, but uses a horizontal table rather than Vertical one.

HLOOKUP Notes Time! HLOOKUP works in the same way as VLOOKUP but uses a horizontal table. Uses row number rather that column number. Heading 1Heading 2Heading 3 Heading 1 Heading 2 Heading 3

Task 2 Open Internet Cafe.csv from the Task 2 folder. – Save it as an Excel Workbook. Add formulae to the spreadsheet. – Column D – This will show the fee depending upon the number of units used. You will need the data from charges.csv – Column E – This will contain the ‘Own laptop fee’ only for those who are using their own laptop. HINT: Use an IF statement.

Named Ranges What is a range?

Ranges =SUM(A1:C8) A1:C8 A range is simply a group a cells. A named range is a group of cells you have given a name to. If we named A1:C8 as MyRange the formula would be… =SUM(MyRange)

Named Ranges It means we do not have use absolute cell referencing Makes referring to cells in formulae easier… =VLOOKUP(D5,Sheet3!F6:I14,2,TRUE) Would become… =VLOOKUP(D5,Sales,2,TRUE)

Naming Ranges Your teacher will name demonstrate how to name a range… Then…complete Task 3.xlsx from the shared area.

Plenary List the following functions in your book. – SUM – SUMIF – COUNTIF – IF – ROUND – IF(A1=“Yes”,IF(C4>D4,”Pass”,”Fail”),”Fail”) – VLOOKUP Next to each evaluate your understanding by drawing  