VBk Practical Mathematics and Microsoft Excel Course Menus & VLOOKUP WINCHESTER COLLEGE.

Slides:



Advertisements
Similar presentations
How to work with Pivot Tables Step by step instruction.
Advertisements

E ngineering College of San Jose State University Engr.10 1 JKA & KY.
Microsoft Office XP Microsoft Excel
Introduction to Microsoft Excel 2010 Chapter Extension 3.
INTRODUCTORY MICROSOFT EXCEL Lesson 4 – Worksheet Formulas
Tutorial 8: Developing an Excel Application
Chapter 6 Financial Forecast. Agenda Developing a financial forecast model Advanced formatting Using the scenario manager to facilitate decision-making.
Collin College Excel Exam Review. True In Excel worksheets, rows are designated using numbers while columns are designated using letters.
Introduction to Microsoft Office Excel Office Button Quick Access Toolbar Ribbon Formula Bar Alphabetical Columns Numbered Rows Worksheet Tabs.
Pre-defined System Functions Simple IF & VLOOKUP.
BCIS IB, (Test 1) Excel Lessons 1, 2 and 3 Press Space bar to Advance Frame.
Excel Formatting and Editing Worksheets Microsoft Office 2010 Fundamentals 1.
Excel Lesson 4 Entering Worksheet Formulas
Tutorial 3 Calculating Data with Formulas and Functions
Chapter 5 Creating, Sorting, and Querying a Table
Tutorial 7: Using Advanced Functions and Conditional Formatting
Spreadsheets in Finance and Forecasting Presentation 8 Buttons, Boxes and Bars.
Copyright 2003, Paradigm Publishing Inc. CHAPTER 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES AutoSum Button Mathematical Operators Mathematical Operators Formula.
1 Excel Lesson 4 Entering Worksheet Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
1 After completing this lesson, you will be able to: Format numeric data. Adjust the size of rows and columns. Align cell content. Create and apply conditional.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
1 Excel Lesson 2 Formatting and Editing Worksheets Microsoft Office 2010 Fundamentals Story / Walls.
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Mathematical OperatorsMathematical Operators Formula.
Technology ICT Core: Spreadsheets. Spreadsheets A spreadsheet is a table consisting of Rows and Columns Where a row and a column meet, the box is called.
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
This is the first sheet of a spreadsheet workbook. The workbook begins initially with 3 work sheets. A spreadsheet is made of columns and rows. The intersection.
1 ADVANCED MICROSOFT EXCEL Lesson 9 Applying Advanced Worksheets and Charts Options.
® Microsoft Office 2010 Building a Database and Defining Table Relationships.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 15 Advanced Tables.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a Table.
The Report Generator Viewing Student Outcomes. Install the Report Generator In a browser, go to Click.
Intermacs Form Download Excel Tutorial Pivot Tables, Graphic Tools, Macros By: Devin Koehl.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Intermacs Form Download Excel Tutorial Pivot Tables, Graphic Tools, Macros By: Devin Koehl.
1 Excel Lesson 2 Organizing the Worksheet & Formulas Microsoft Office 2010 Introductory Pasewark & Pasewark.
Create Question Ranges of 100 With the help of “&” Formula.
Project 2 Completing a Three Dimensional Workspace Using Logical and Lookup Functions Jason C. H. Chen, Ph.D. Professor of Management Information Systems.
Microsoft Office 2013 ®® Calculating Data with Formulas and Functions.
Chapter 2: Excel Basics and Formatting Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Progress and Outcome Measures - Part 3 Progress and Outcome Measures Part 3, Slide 1Copyright © 2004, Jim Schwab, University of Texas at Austin.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
Microsoft Excel ( XP-2003). Return to Table of Contents Table of Contents 1_ Introduction to ExcelIntroduction to Excel 2_ Overview of the Excel.
1 After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Formula Palette.
VBk Practical Mathematics and Microsoft Excel Course Line graphs WINCHESTER COLLEGE.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
VBk Practical Mathematics and Microsoft Excel Course Using Filters WINCHESTER COLLEGE.
VBk Practical Mathematics and Microsoft Excel Course Formatting cells WINCHESTER COLLEGE.
Lesson 1: Learning Worksheet Fundamentals Microsoft Office Excel 2003 Lesson 1 Learning Worksheet Fundamentals.
VBk Practical Mathematics and Microsoft Excel Course Pie charts WINCHESTER COLLEGE.
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.
Excel Tutorial 8 Developing an Excel Application
Access Tutorial 2 Building a Database and Defining Table Relationships
Microsoft Excel.
Working with Multiple Workbooks
2007 MICROSOFT EXCEL INTERMEDIATE
Analyzing Table Data.
After completing this lesson, you will be able to:
MS-Office It is a Software Package It contains some programs like
Working with Multiple Workbooks
Advanced Microsoft Excel
VBk Practical Mathematics and Microsoft Excel Course
Working with Multiple Workbooks
V- Look Up.
Excel Tips and Tricks Presented by: Tracee Baker, Business Analyst, TD Ameritrade July 21, /3/2019.
VBk Practical Mathematics and Microsoft Excel Course
Working with Formulas and Functions
Working with Multiple Workbooks
Presentation transcript:

VBk Practical Mathematics and Microsoft Excel Course Menus & VLOOKUP WINCHESTER COLLEGE

Menus are a useful feature in Excel if you want a user to choose an input from a finite set of responses. These responses may need to be spelled correctly, as they may well link (via VLOOKUP) to a table which will automatically populate other cells. Hence a menu rather than a ‘free text field’ is a very good idea. Select the Data Validation button and choose List from the range of options Select a cell which you want to be a menu item.

If the List option is selected, you will be asked for the Source of the table which constitutes the menu options. You can type this or use the button on the right of the box to drag and select cells. =‘Houses & Ages’!$B$5:$B$16 The name in ‘... ‘! is the name of the worksheet. The code $B$5:$B$16 defines a fixed array between cells B5 and B16. The dollar sign forces this not to change if another menu cell is added somewhere else.

Cells can be copied to create a table. Clicking on each cell will bring up a menu, from which the user can make a selection. Now let’s use VLOOKUP to automatically populate cells depending on the menu item chosen. In this example the code is: = VLOOKUP(B26,'Houses & Ages'!$B$5:$H$16,3,FALSE) This means: “ based on data table B5 to H16 in worksheet ‘Houses & Ages’, give me column 3 of this array which is an exact match to the column 1 entry, which corresponds to the content of cell B26.” For VLOOKUP to work, column 1 of the VLOOKUP array must be correspond to the menu items.

= VLOOKUP(B26,'Houses & Ages'! $B$5:$H$16,4,FALSE) = VLOOKUP(B30,'Houses & Ages'! $B$5:$H$16,4,FALSE) Copy and paste the VLOOKUP cell to automatically populate a table. Note the $ sign is omitted from the first argument of VLOOKUP. This means B26 will automatically become B30 as the cells are ‘replicated down’ or pasted. If TRUE is chosen, the match will be the nearest, but perhaps not an exact match. Use with caution!