VLOOKUP Better if we have more than two options to select from Corresponding letter grade of numeric grade Must have an accompanying lookup table VLOOKUP(x,y,z)‏

Slides:



Advertisements
Similar presentations
Introduction to Excel This class is “HANDS-ON” you will need to open up an excel spreadsheet and do examples as you go along. Students will be able to.
Advertisements

An Introduction to Spreadsheets Using Number Magic Malcolm Wilson ICT Curriculum Support Teacher (Primary) Falkirk Council.
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Financial Functions. Overview  Power of Excel = Calculations –Loan Calculations –Expense Calculations –Consolidate Values –Search for Values.
Created 09/01/2006 Revised SPS Technology Department 1 Introduction to Microsoft Excel 2010.
Microsoft Office XP Microsoft Excel
© Paradigm Publishing, Inc Excel 2013 Level 1 Unit 2Enhancing the Display of Worksheets Chapter 7 Creating Charts and Inserting Formulas.
Using Microsoft ® Excel Formulas and Functions Start Microsoft ® Excel. Type data into cells as shown.
Lesson 4 Study Guide Review Microsoft Office 2003.
Chapter 4 Financial Functions, Data Tables, and Amortization Schedules
Microsoft Excel Computers Week 4.
Microsoft Excel The Basics. spreadsheet A type of application program which manipulates numerical and string data in rows and columns of cells. The value.
Loading Excel Double click the Excel icon on the desktop (if you have this) OR Click on Start All Programs Microsoft Office Microsoft Office Excel 2003.
Using Complex Formulas, Functions, and Tables. Objectives Navigate a workbookNavigate a workbook Enter labels and valuesEnter labels and values Change.
AoN Session 2. Highlight a number of cells at the top of the page. Then with the cursor over these cells right click. Scroll down to the format cell.
MICROSOFT OFFICE 2013 EXCEL 1. 2 File Tab 1 Title Bar 5. Group 7 Name Box 6 Active Cell 8 Formula Bar 4 Ribbon 9 Column 10. Row 11 Sheet Tabs 12 View.
Managing Grades with Excel Viewing Help To view Help 1.Open Excel on your computer. 2.In the top right hand corner of the Excel Screen type in the.
Unit G: Using Complex Formulas, Functions, and Tables Microsoft Office Illustrated Fundamentals.
Introduction to Excel 2007 Bar Graphs & Histograms Psych 209 February 1st, 2011.
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Excel Web App By: Ms. Fatima Shannag.
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms Psych 209.
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)
Excel 2007 ® Business and Personal Finances How can Excel 2007 help you plan a project and chart its progress?
University of technology Department of Materials Engineering
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
Intro to Excel CSCI130-03A Instructor: Dr. Imad Rahal LAYEROrder Application SW: Excel & Access 2 High-order P.L.: Visual Basic1 Low-order P.L.: Assembly3.
 Introduction to MS-Excel Introduction to MS-Excel  Entering data in EXCEL Entering data in EXCEL  Formulas & Functions in EXCEL Formulas & Functions.
Microsoft Excel Used to organize information for calculations.
 Starting Excel 2003  Using Help  Workbook Management  Cursor Management  Manipulating Data  Using Formulae and Functions  Formatting Spreadsheet.
Spreadsheet A spreadsheet is the computer equivalent of a paper ledger sheet. It consists of a grid made from columns and rows. It is an environment that.
Excel Terms Worksheet: a grid of rows and columns Columns – labeled A, B, C, then AA, BB, etc. – 256 columns Rows – numbered 1, 2, 3 through 65,536 Cell.
Info copied from Microsoft Help Files Excel: Introduction Microsoft Office 2003.
SPREADSHEET BASICS SPREADSHEET BASICS What are the benefits of using a spreadsheet to solve a problem?
Spreadsheets and Non- Spatial Databases Unit 4: Module 15, Lecture 1- Spreadsheet Software.
ELECTRONIC SPREADSHEET Chang-Yang Lin Eastern Kentucky University.
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Chapter 6.  If a cell style will be used over and over again it can be modified in the cell styles gallery  Home ⇒ Cell Styles ⇒ right-click a style.
Chapter 12 Creating a Worksheet.
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
Excel Web App By: Ms. Fatima Shannag.
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.
Chapter 3: Referencing and Names Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Microsoft Excel. Excel specializes in creating and designing spreadsheets, or worksheets Worksheet – area to insert data Workbook – a set of worksheets.
Using Microsoft® Excel This presentation is designed for Chapter 1, Section 1.2.
December 2015 Excel Tips & Tricks. Commonly Used Shortcuts (Mac, Excel 2011) Cmd+ Shift+ T Enter Cmd+ Option+ 0 Ctrl+ (Minus/- ) Ctrl+ I Ctrl+ R or Ctrl+
Chapter 3: Referencing and Names Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Understanding Microsoft Excel Lesson 1 – Microsoft Excel 2013.
Unit 24 Learning Spreadsheet Essentials Starting on page 287  Mrs. Jefcoat  Business Technology Applications Unit 24: Lessons
A skills approach © 2012 The McGraw-Hill Companies, Inc. All rights reserved. excel 2010 Chapter 2 Using Formulas and Functions.
Spreadsheet – Microsoft Excel 2010
Learning How to “Excel”
Microsoft Excel.
Microsoft Excel A Spreadsheet Program.
Microsoft Excel 101.
Excel 1 Microsoft Office 2013.
Creating a Worksheet and an Embedded Chart
Microsoft Excel 101.
Chapter 1 Creating a Worksheet and an Embedded Chart
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Intro to Microsoft Excel
Microsoft Excel 101.
Chapter 6 Lesson 5.
Intro to Excel CSCI-150.
Computer Science 10 & ICT 9 EXCEL
Introduction to Excel 2007 Part 3: Bar Graphs and Histograms
Unit G: Using Complex Formulas, Functions, and Tables
Spreadsheets and Data Management
Presentation transcript:

VLOOKUP Better if we have more than two options to select from Corresponding letter grade of numeric grade Must have an accompanying lookup table VLOOKUP(x,y,z)‏ x = cell containing value to lookup y = table range (top left and bottom right corners)‏ z = column in table containing the result to write --- always 2 Table must be organized in ascending order from smallest to largest One table entry must match the values being looked up Direct match (equal one of the values)‏ Bounds match (table gives lower bounds of ranges)‏ Once the we get the value of the last cell before we cross the boundaries of range of the given value

SHOW “GRADES.XLS” FILE - TRY VLOOKUP WITH TABLE NAME

Review Power of Spreadsheets derives from Automatically reapplies formulas as data changes Automatically adapts formulas when copied to new cells Given that F11 = G23+E22*$F$2 What would L34 be if the same formula is copied there? M46 + K45*$F$2 A20? B32+#REF!*$F$2

Multiple Sheets A workbook can have many worksheets 3 initially: Sheet1, Sheet2, and Sheet3 Click on the tab for a sheet brings it to the foreground Add new sheets Right on the sheet tab  Insert Delete sheets by clicking on their tab Right on the sheet tab  Delete Rename sheets Right on the sheet tab  Rename (ONE WORD)‏ Rearrange sheets Click on tab, hold down the button, and drag the tab to desired location

Multiple Sheets When a cell referenced in a formula by row and column (e.g. C5)  in current worksheet Reference cells in different sheets, add the sheet name followed by ! Make sure sheet name is a valid variable (1 string with no spaces)‏ Sheet2!C5 Place table on different sheet in grades.xls

Cell Naming A frequently used cell can be named so as not to have to refer to it by its address all the time Type in name in Name Box Hit Enter A range of cells can also be named similarly by selecting it and proceeding as above If you select a row or column with a title, the title is suggested by default

Sorting Much easier than VB On a single column Click on a cell in that column Click on Ascending or Descending sort buttons under SORT AND FILTER in the EDITING group Information in ALL contiguous columns will be moved accordingly To sort only specific columns, highlight desired area and press desired button Data  Sort On more than one column Sort by table by total score DESC and then by student names ASC Sort on names ASC Sort on score DESC

Graphs Click on the INSERT ribbon and use one of the chart types in the chart collection Highlight the data we wish to have on the chart Select the type of chart You can preview your data on every chart Go to Layout Ribbon and add title, gridlines, and data labels Decide where to place chart On the Design Ribbon Click on the location button Notice how updating data changes the graph accordingly

Forecasting and Simulation Not only for data entry, nice formatting and calculating formulas Many functions for simulation and forecasting (whatif analysis)‏ One of which is the Pmt function Returns the payment amount for a loan based on the interest rate and a constant payment schedule Some of the functions are: PMT(RATE, NPER, PV)‏ RATE is the interest rate for the loan NPER is the number of payment periods for the loan PV is the present value or principal of the loan PMT ALWAYS NEGATIVE UNLESS PV is negative Show multisheetHousepmts.xls

Exercise SandwichShop.xls N:\CS130\handouts\JimExcel_Examples