Lookup Function (Think of a Book Index).  Need to fill based on what is in the these fields Array table.

Slides:



Advertisements
Similar presentations
Spreadsheet Vocabulary
Advertisements

Spreadsheet Vocabulary Split the screen so you can see the words AND the crossword puzzle AND the quiz at the same time.
HTML TABLES EXPLAINED. What is a TABLE? The HTML table allows web designers to arrange & organize data -- text, images, hyperlinks, forms, form fields,
Creating Tables The basics, nothing pretty, but it works.
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would effect.
1 After completing this lesson, you will be able to: Insert a table. Navigate and select cells within a table. Merge table cells. Insert and delete columns.
Microsoft Office Grade 10 A / B Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 16 Microsoft Excel – 07.
This is Atoms Atom Structure PatternsSet-Up General Info $100 $200 $300 $400 >>>>
File Processing with Excel’s List. List An Excel list consists of columns and rows of data structured in a specific way: – Each column contains the same.
Table LookUp. Data Table (File, List) A collection of records and each record contains fields. Lookup example: – Given EmpID, retrieve salary.
Table design screen Field name Data type Field size Other properties.
Tables. Tables2 Terminology Caption Headings Cell Data.
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would affect.
HTML. Creating a Table Attributes: border: indicates the border type of the table Value: 0 (no border), 1, 2, etc. cols: indicates the number of columns.
What is a TABLE? The HTML table allows web designers to arrange & organize data -- text, images, hyperlinks, forms, form fields, other tables, etc. Tables.
Notes Ch. 12—Creating Tables Web Page Design. Why Use Tables? Tables are used to create a variety of items such as calendars, charts, and spreadsheets.
Identifies the Structure Table Row Column 1 Table Heading Column 2.
Using Excel To help with data. Excel is a spreadsheet program that can interface with Word, or PowerPoint A spreadsheet program has cells (little blocks)
IENG 423 Design of Decision Support Systems Modeling with Excel Excel Basics Filtering, sorting, data validation, summarizing data.
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)
Lesson 1 EQ: What are three ways to visually organize text?
Key Concept: Elements make up the periodic table
1-7 Data and Spread Big Idea Two measures of the spread of a data set are range and mean absolute deviation. Range, the difference between the maximum.
1 Performing Spreadsheet What-If Analysis Applications of Spreadsheets.
Active Cell Name Box Title Bar Formula Bar ColumnsMenu Bar Formatting Toolbar Standard Toolbar Rows Cell Fill Handle.
Database Essentials. Key Terms Big Data Describes a dataset that cannot be stored or processed using traditional database software. Examples: Google search.
Computer Science 1000 Spreadsheets V Permission to redistribute or use these slides is strictly prohibited without permission.
Spreadsheet Data Tables Data Table 1 allows you to change one input variable’s value at a time and record the impact that the input assumption has on several.
Excel Screen Slide 1 Column Row Cell Formula bar Column heading Row heading Worksheet tab.
Excel Vocabulary Beth McKelvey. columns Vertical section of worksheet.
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would affect.
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.
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
Step 1: Place x 2 term and constant into the box 2x 2 2 PROBLEM: 2x 2 + 5x + 2.
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would effect.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Create a one-variable data table What-if analysis enables you to see how changes in variables.
POLYNOMIALS – Product of Polynomials Binomial times a binomial METHOD 1 : F.O.I.L. FOIL is an acronym for First, Outside, Inside, Last when multiplying.
Wednesday, September 9, 2015 You need your: Cub Planner, Science Notebook, Colored Pencils today!
Tables Copyright 2006 South-Western/Thomson Learning.
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.
Creating Tables in a Web Site HTML 4 Created by S. Cox.
Spreadsheet Vocabulary Multimedia Lab Kathleen Pape.
2-dimensional Arrays A 2-dimensional array has rows and columns It is actually an “array of arrays” A Tic-Tac-Toe board is an example of a 3 by 3 2-d array.
Chapter 15: Spreadsheet and Worksheet Basics – Lesson 92 © 2010, 2006 South-Western, Cengage Learning.
How to prepare and take Cornell Notes Source: Learning Toolbox. Steppingstone Technology Grant, James Madison University
TABLES IN HTML No, not that kind of table!! THIS KIND!!
Arrays and variables 1.Representing tables as arrays in MATLAB 2.Concept of array dimension 3.Correspondence of array dimension to rows and columns 4.Picking.
Tables: Basic Elements Header 1Header 2Header 3 Row 1, Column 1Row 1, Column 2Row 1, Column 3 Row 2, Column 1Row 2, Column 2Row 2, Column 3 Row 3, Column.
SOC 305, Southeastern Louisiana University Prof. Robert Martin.
Excel Tips and Tricks Leda Voigt Green River College.
Spreadsheet Basics Spreadsheets – Calculates and analyzes numerical data Spreadsheet (or worksheet) - arrangement of cells in columns and rows Workbook.
Periodic Table  Organized like a big grid  Has rows (left to right horizontally) called periods  Has columns (top to bottom vertically) called groups.
Relative, Absolute, & Mixed References
Created by Stacey Wilson
FUNCTIONAL SKILLS ICT.
H T M L A B E S X P I N D.
Page 629.
Tables:.
Spreadsheet Basics Computer Technology.
Spreadsheet Basics Computer Technology.
Data Tables and Arrays.
Spreadsheet Basics Computer Technology.
HTML Tables.
H T M L A B E S X P I N D.
Make a Heading and sub-headings.
Periodic table Notes #4 In 1869, Dmitri Mendeléev created the first accepted version of the periodic table. He.
Spreadsheet Basics Computer Technology.
Section 4.5 The Slope of a Line Goal: Find the slope of a line.
Presentation transcript:

Lookup Function (Think of a Book Index)

 Need to fill based on what is in the these fields Array table.

 It can make it easer to assign a name to the table where you will be getting your info.

Select the cells containing the information. Include the key (e.g. A, B, C but don’t include the headings (e.g. Category, Trade, Retail, Duty)

We can associate a name with the selected range by typing a name in the cell reference. (See top left)

Structure of Lookup Function =hlookup(lookup_value,table_array,row_index_num) (Horizontal lookup where the key is at the top) Or =vlookup(lookup_value,table_array,row_index_num) (Vertical lookup where the key is at the side)

Inside the () of a Lookup  lookup_value,table_array,row_index_num Think of the 3 parts inside the () as follows:  What you are looking for (The Key)  Where you are looking it up (The Range or Area)  What do you want to bring back (The Appropriate Row or Column index)

The first use of lookup in this example is for Cell C6. We need to find out the Trade % in cells B14-D14 that is associated with the code in B6. (In this case 13%)

 What are we looking up (B6 which contains B)

 What are we looking up (C6 which contains B)  Where are we looking it up (In the area we have named Array)

 What are we looking up (C6 which contains B)  Where are we looking it up (In the area we have named Array)  What do we want to bring back (The info in the 2 nd Row (Trade) which is 13%)

=hlookup(B6,Array,2)