Math 1526: Excel Lab 5 Summer 2004

Size: px
Start display at page:

Download "Math 1526: Excel Lab 5 Summer 2004"

Transcription

1 Math 5: Excel Lab 5 Summer Matrix Algebra In order to complete matrix operations using Excel, you must learn how to use arrays. First you must learn how to enter a matrix into a spreadsheet. For practice, use the following matrix: A = When you enter matrices into Excel in order to perform matrix operations, it is important that you label the matrices so that they can be easily identified. Matrices can be entered in the spreadsheet anywhere that you choose, but be sure to leave room for the label of the matrix. To enter matrix A, shown above, begin by typing the label A= into the cell of your choice. Next type the matrix entries into the x 5 block of cells that lie immediately to the right of the label. Enter the numbers, one number per cell, in the same order that they appear in the matrix. When you finish, your work should look like the following: Now type in matrix B: (We put ours directly below matrix A in our spreadsheet.) B = Matrix Addition in Excel: You now have two x 5 matrices in your spreadsheet. Since A and B have the same dimension, they can be added together and the resulting matrix, A + B, will also be a x 5 matrix. To have Excel add the two matrices, first choose the location where you want your answer (and its label) to appear. Type in the label A + B =. Immediately to the right of the label, highlight the block of cells that will contain the answer. For this example, this will be a x 5 block of cells.

2 While the block of cells is still highlighted, type the following command: = B:F + B5:F7. But do not press Enter yet! Now hold down Shift and Ctrl keys and press Enter (the keys are held down at the same time). This key combination will calculate all entries for the matrix at the same time. Pressing the Enter key alone (instead of the three-key combination) will only calculate the first entry of the matrix. Comments:. B:F represents matrix A by giving the upper left corner of the matrix (cell B - containing the a entry) and the lower right corner of the matrix (cell F - containing the a 5 entry). B5:F7 represents matrix B in the same manner. Make sure that your values match the location of your matrix.. The Shift-Ctrl-Enter key combination works for PC's. If you are using a Mac computer, you can use Shift- Ctrl-Return or Apple-Enter (NOT Apple-Return). On Macintosh computers, the Return key and the Enter key are not the same thing!

3 IMPORTANT NOTES:. After you have created a new matrix using a matrix command such as addition, you may find that you need to make a change in one of the matrix entries. You cannot do this until the entries have been transformed into "values". To transform the entries into "values", highlight the entire matrix and then select Edit-Copy followed by Edit-Paste-Special-Values. (You are pasting the "values" over your original matrix). You now have a matrix with entries that you can edit.. If you forget and try to make a change to a matrix entry that has not been transformed to "values", the process often becomes "hung-up". There are a couple of options that you might try. First, click OK on the warning that appears on your screen and then try the escape key (Esc). Another possibility that you might try is to use UNDO (from either an icon or from the Edit menu) along with Apple-Enter or Esc. Sometimes, however, nothing seems to help and you are still stuck. In that case, save your program, quit Excel, and then start the Excel program again.. Sometimes you want to copy an existing matrix that was created using a matrix command because you want to edit this matrix and use somewhere else in your work. In this case, when pasting the matrix that you copied, don't forget to use Edit-Paste-Special-Values. Otherwise, you will have problems similar to those described in item above. Scalar Multiplication using Excel: The next example shows you how to use scalar multiplication or multiplying a matrix by a constant. Using matrix A from above, you will use Excel to calculate A. Since matrix A is a x 5 matrix then A is also a x 5 matrix. As you did previously, highlight the correct number of cells needed for your answer. Next type the command = *(B:F) and hit Shift-Ctrl-Enter ( or Apple-Enter on a Mac). You should get the following results: Matrix Multiplication using Excel: Excel can also be used to multiply matrices. Define matrices C and D in Excel as follows: C = 5 and D = 8 Matrix C is a x matrix and D is a x matrix. Since the number of columns in matrix C equals the number of rows in matrix D, it is possible to perform the multiplication CD. The resulting matrix will have the same number

4 of rows as matrix C and the same number of columns as matrix D so the dimension of the resulting matrix will be x. As before, type in your label for your new matrix and highlight a x block of cells where you want your answer to appear. Once you have highlighted the cells, type in the command =mmult(b:g,b5:c) and hit Shift-Ctrl- Return (or Apple-Enter on a Mac). (B:G defines matrix C and B5:C defines matrix D). You should get the following results: Transpose of a Matrix using Excel: The transpose of a matrix A, denoted by A T, is simply a new matrix in which the rows in matrix A become the columns in A T and the columns in matrix A become the rows in A T. Consider the following 5 x matrix A: 8 5 A = 9 5 Since A is a 5 x matrix, A T will be a x 5 matrix. Type in your label for A T and highlight the x 5 block of cells that you want to contain your answer. Type in the command =transpose(b:d5) and hit Shift-Ctrl-Enter (or Apple-Enter). Check your answer against the following:

5 Matrix Application Problems: Suppose you have the matrix multiplication AB = C. If A is an m x n matrix and B is an n x p matrix, then it is possible to multiply matrix A times matrix B and get the resulting matrix C because the number of columns in matrix A equals the number of rows in matrix B. When working with matrices in application problems, it is not enough to be sure that it is physically possible to complete the multiplication. In application matrices, each row and column have descriptive headings. For a matrix multiplication to make sense, you must also have correspondence in these headings. In the following example, you will note that matrix M is a (food) x (restaurant) matrix in that the row headings are foods and the column headings are restaurants. Matrix N is a (food) x (club) matrix. While each matrix is a x matrix and it would be physically possible to obtain the product MN, the values in the resulting matrix have no meaning. For a matrix multiplication AB = C to give meaningful information, it must be true that the column headings in matrix A must match the row headings in matrix B. Check out the following example to see how this is dealt with. Example: The prices (in dollars) of pizza, soda, and salad at three local pizza parlors are summarized in the first table and the orders from three campus groups are summarized in the second table. Let the numerical values in the first table make up matrix M (food x restaurant) and the numerical values in the second table make up matrix N (food x club). Decide how to multiply these two matrices together to find the amount each group would be charged for its entire order at each pizza parlor. Then decide where each group should place its order. Note: One of the matrices will have to be transposed before multiplying in order to get the correct information. Price Orders Papa Johns Pizza Hut VP Pie Math Club Student Gov. Rugby Team Pizza Pizza 5 Soda...5 Soda Salad.95.. Salad Type your matrices into Excel. You should make note of the fact that it is very important that you label the rows and columns of your matrices in Excel when working with application problems so that the work can easily be interpreted either by you in the future or by others who are reviewing your work. Papa Johns Pizza Hut VP Pie M = Pizza Soda...5 Salad.95.. Math Club Student Gov. Rugby Team N = Pizza 5 Soda Salad Since you want to know how much it would cost each club to eat at each of the restaurants, multiplying the price matrix times the order matrix seems to be the correct operation, but this operation will not give useful information since the column headings of matrix M do not match the row headings of matrix N. It is necessary to transpose matrix M so that both the column headings for M T (the matrix on the left) and the row headings for N (the matrix on the right) are the same. With the transformation, you are multiplying (M T )N or a (restaurant) x (food) matrix times a (food) x (club) matrix. The resulting matrix is a (restaurant) x (club) matrix. Note that the final matrix takes its row headings from M T and its column headings from N. 5

6 Pizza Soda Salad M^T = Papa Johns Pizza Hut 9... VP Pie Math Club Student Gov. Rugby Team (M^T)N = Papa Johns Pizza Hut VP Pie It should be easy for you to see from the final matrix that it is cheaper for all three clubs to eat at Papa Johns. Problems to turn in: Work through the example problems in the lab introduction before attempting these problems. Do not turn in the worked examples from the introduction. Also, do not hand in this document with your lab. Work all problems in order. Do not say see attached or other notation referring the grader to another location in the lab for part of a problem. Label problems and parts of problems with appropriate numbers and/or letters. Everything on this lab should be typed. No hand-written work allowed. Use Excel and Excel's matrix operations to complete all of the following problems.. Let A = and B = (a) Use Excel to find A - B. (Remember this is also A+ (-)*B). (b) Use Excel to find the product BA T. (Note: First you will have to find A T. B is x and A T is x, so BA T will be x.) For the following exercises label all your matrices so that it is clear what each matrix represents. That is, if you are multiplying matrix A times matrix B, your label should be AB =. Also label rows and columns appropriately within the context of the problem. Give your answers in complete sentences typed on the lab sheet.. Burger Barn's three locations sell hamburgers, fries, and soft drinks. Barn I sells 9 burgers, orders of fries, and 75 soft drinks each day. Barn II sells 5 burgers a day and Barn III sells 5. Soft drink sales number 9 a day at Barn II and 85 a day at Barn III. Barn II sells 95 and Barn III sells 8 orders of fries per day. (a) Set up a x matrix S that displays daily sales figures for all locations. (b) Burgers sell for $.5 each, fries for $.9 an order, and soft drinks are $. each. Write a x matrix P that displays the prices. (c) Using your matrices from (a) and (b), what matrix multiplication will calculate the daily revenue at each of the three locations? Perform this matrix multiplication to determine the daily revenue. Using the matrix that results from your multiplication, what is the total daily revenue from all locations? (Answer in a complete sentence.)

7 . A furniture manufacturer produces four styles of chairs: style I, style II, style III, and style IV. The following table lists the number of units of raw materials the manufacturer needs for each style. Wood Nylon Velvet Springs Style I 5 Style II 5 Style III 5 Style IV 5 (a) Create matrix A to correspond to the above table. (b) The furniture manufacturer has orders for chairs of style I, of style II, of style III, and of style IV. Create a x matrix B containing the number of units of each style ordered. (c) Use matrix multiplication BA to determine the total number of units of each raw material needed. State your answer in a complete sentence. (d) Suppose wood costs $5 per unit, nylon costs $ per unit, velvet costs $ per unit, and springs cost $ per unit. Create a x matrix C representing the costs for the raw materials. (e) Use matrix multiplication AC to determine the total cost of raw materials for each style of chair. State your answer in a complete sentence. (f) Use matrix multiplication B(AC) to find the x matrix that represents the total investment to fill the orders. State your answer in a complete sentence. 7

Matrices. A Matrix (This one has 2 Rows and 3 Columns) To add two matrices: add the numbers in the matching positions:

Matrices. A Matrix (This one has 2 Rows and 3 Columns) To add two matrices: add the numbers in the matching positions: Matrices A Matrix is an array of numbers: We talk about one matrix, or several matrices. There are many things we can do with them... Adding A Matrix (This one has 2 Rows and 3 Columns) To add two matrices:

More information

type. Hitting Enter C3 B Data Males Using formulas highlighted Hit Enter 6. Select cell D4 following: 7. Select cell B5

type. Hitting Enter C3 B Data Males Using formulas highlighted Hit Enter 6. Select cell D4 following: 7. Select cell B5 Statistics and Data Analysis: Ch. 2 Using Excel for Categorical Displays 1. Get your laptop out of the cart in the front of the room and log on. 2. Open the Microsoft Excel 2010. Excel will open with a

More information

Using the same procedure that was used in Project 5, enter matrix A and its label into an Excel spreadsheet:

Using the same procedure that was used in Project 5, enter matrix A and its label into an Excel spreadsheet: Math 6: Ecel Lab 6 Summer Inverse Matrices, Determinates and Applications: (Stud sections, 6, 7 and in the matri book in order to full understand the topic.) This Lab will illustrate how Ecel can help

More information

Lesson 3.3. Multiplication of Matrices, Part 2

Lesson 3.3. Multiplication of Matrices, Part 2 Lesson 3.3 Multiplication of Matrices, Part 2 In Lesson 3.2 you multiplied a row matrix times a 2 by 3 price matrix to determine the total cost of 5 pizzas and 3 salads at each pizza house. (See page 133.)

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

More information

using cells to create dynamic formulas

using cells to create dynamic formulas excel formulas A forumla is nothing more than an equation that you write up. In Excel a typical formula might contain cells, constants, and even functions. Here is an example Excel formula that we have

More information

Create your first workbook

Create your first workbook Create your first workbook You've been asked to enter data in Excel, but you've never worked with Excel. Where do you begin? Or perhaps you have worked in Excel a time or two, but you still wonder how

More information

OUTLINES. Variable names in MATLAB. Matrices, Vectors and Scalar. Entering a vector Colon operator ( : ) Mathematical operations on vectors.

OUTLINES. Variable names in MATLAB. Matrices, Vectors and Scalar. Entering a vector Colon operator ( : ) Mathematical operations on vectors. 1 LECTURE 3 OUTLINES Variable names in MATLAB Examples Matrices, Vectors and Scalar Scalar Vectors Entering a vector Colon operator ( : ) Mathematical operations on vectors examples 2 VARIABLE NAMES IN

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to people in certain situations while others have

More information

Introduction to Spreadsheets Part 1. The Quick and Easy guide to using Openoffice Calc

Introduction to Spreadsheets Part 1. The Quick and Easy guide to using Openoffice Calc Introduction to Spreadsheets Part 1 The Quick and Easy guide to using Openoffice Calc By the end of the lesson, you will be able to say I know what a spreadsheet is, I can enter simple data into a spreadsheet,

More information

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes

Unit 12. Electronic Spreadsheets - Microsoft Excel. Desired Outcomes Unit 12 Electronic Spreadsheets - Microsoft Excel Desired Outcomes Student understands Excel workbooks and worksheets Student can navigate in an Excel workbook and worksheet Student can use toolbars and

More information

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version):

Graphing on Excel. Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): Graphing on Excel Open Excel (2013). The first screen you will see looks like this (it varies slightly, depending on the version): The first step is to organize your data in columns. Suppose you obtain

More information

Matlab notes Matlab is a matrix-based, high-performance language for technical computing It integrates computation, visualisation and programming usin

Matlab notes Matlab is a matrix-based, high-performance language for technical computing It integrates computation, visualisation and programming usin Matlab notes Matlab is a matrix-based, high-performance language for technical computing It integrates computation, visualisation and programming using familiar mathematical notation The name Matlab stands

More information

Math 1525 Excel Lab 1 Introduction to Excel Spring, 2001

Math 1525 Excel Lab 1 Introduction to Excel Spring, 2001 Math 1525 Excel Lab 1 Introduction to Excel Spring, 2001 Goal: The goal of Lab 1 is to introduce you to Microsoft Excel, to show you how to graph data and functions, and to practice solving problems with

More information

Math 2524: Activity 1 (Using Excel) Fall 2002

Math 2524: Activity 1 (Using Excel) Fall 2002 Math 2524: Activity 1 (Using Excel) Fall 22 Often in a problem situation you will be presented with discrete data rather than a function that gives you the resultant data. You will use Microsoft Excel

More information

= 3 + (5*4) + (1/2)*(4/2)^2.

= 3 + (5*4) + (1/2)*(4/2)^2. Physics 100 Lab 1: Use of a Spreadsheet to Analyze Data by Kenneth Hahn and Michael Goggin In this lab you will learn how to enter data into a spreadsheet and to manipulate the data in meaningful ways.

More information

Chapter 2 and Supplements MATRICES

Chapter 2 and Supplements MATRICES Finite Math B Chapter 2 + Supplements: MATRICES 1 A: Matrices, Basic Matrix Operations (Lessons 2.3 & 2.4 pg 86 107) A matrix is a rectangular array of numbers like: Chapter 2 and Supplements MATRICES

More information

1. Make a bar graph in Excel. (1.5 points) Copy the following table into two columns under a blank worksheet in Excel.

1. Make a bar graph in Excel. (1.5 points) Copy the following table into two columns under a blank worksheet in Excel. STAT 243 Lab 3 Rachel Webb 25 points This lab should be done using Microsoft Excel available in all PSU computer labs. A hard copy of your output is to be handed in to during lecture on the due date posted

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

Editing and Formatting Worksheets

Editing and Formatting Worksheets LESSON 2 Editing and Formatting Worksheets 2.1 After completing this lesson, you will be able to: Format numeric data. Adjust the size of rows and columns. Align cell contents. Create and apply conditional

More information

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

More information

Intro To Excel Spreadsheet for use in Introductory Sciences

Intro To Excel Spreadsheet for use in Introductory Sciences INTRO TO EXCEL SPREADSHEET (World Population) Objectives: Become familiar with the Excel spreadsheet environment. (Parts 1-5) Learn to create and save a worksheet. (Part 1) Perform simple calculations,

More information

Creating Accessible Excel Tutorial

Creating Accessible Excel Tutorial Creating Accessible Excel Tutorial General Information This helps a screen reader to get a brief view of the worksheet before reading it. 1. Name the worksheet. Double-click on the tab name and type in

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

Vector: A series of scalars contained in a column or row. Dimensions: How many rows and columns a vector or matrix has.

Vector: A series of scalars contained in a column or row. Dimensions: How many rows and columns a vector or matrix has. ASSIGNMENT 0 Introduction to Linear Algebra (Basics of vectors and matrices) Due 3:30 PM, Tuesday, October 10 th. Assignments should be submitted via e-mail to: matlabfun.ucsd@gmail.com You can also submit

More information

GENERAL MATH FOR PASSING

GENERAL MATH FOR PASSING GENERAL MATH FOR PASSING Your math and problem solving skills will be a key element in achieving a passing score on your exam. It will be necessary to brush up on your math and problem solving skills.

More information

Lesson 4: The Graphing Gourmet

Lesson 4: The Graphing Gourmet D ATA AND G RAPHS - 28 Lesson 4: The Graphing Gourmet Notes to the Instructor Time: This lesson may take two class sessions. Lesson Notes: This lesson requires that students organize data sets into various

More information

Section 7. Topics Covered

Section 7. Topics Covered Section 7 Topics Covered " Inserting and deleting worksheets... 7-2 " Moving and copying worksheets... 7-2 " Using linking formulae... 7-5 " Using Paste Special... 7-6 " Viewing multiple workbooks... 7-12

More information

Section 3. Formulas. By the end of this Section you should be able to:

Section 3. Formulas. By the end of this Section you should be able to: Excel 2003 CLAIT Plus Section 3 Formulas By the end of this Section you should be able to: Create Simple Formulas Understand Mathematical Operators Use Brackets Calculate Percentages Select Cells with

More information

Activity 1 Creating a simple gradebook

Activity 1 Creating a simple gradebook Activity 1 Creating a simple gradebook 1 Launch Excel to start a new spreadsheet a. Click on the Excel icon to start a new workbook, either from the start menu, Office Toolbar, or an Excel icon on the

More information

Beginning Excel. Revised 4/19/16

Beginning Excel. Revised 4/19/16 Beginning Excel Objectives: The Learner will: Become familiar with terminology used in Microsoft Excel Create a simple workbook Write a simple formula Formatting Cells Adding Columns Borders Table of Contents:

More information

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents Section Topic Sub-topic Pages Section 2 Spreadsheets Layout and Design S2: 2 3 Formulae

More information

Excel and the solution of linear and non-linear simultaneous equations. Part 1

Excel and the solution of linear and non-linear simultaneous equations. Part 1 Comp Math/IT 2007-08 g.bowtell@city.ac.uk www.staff.city.ac.uk/g.bowtell 1 Worksheet 3 Weeks beginning 5 th November and 12 th November 2007 Excel and the solution of linear and non-linear simultaneous

More information

Table of contents. Excel in English. Important information LAYOUT. Format Painter. Format Painter. Fix columns. Fix columns.

Table of contents. Excel in English. Important information LAYOUT. Format Painter. Format Painter. Fix columns. Fix columns. Table of contents 1. Excel in English 2. Important information 3. LAYOUT 4. Format Painter 5. Format Painter 6. Fix columns 7. Fix columns 8. Create a grid 9. Create a grid 10. Create a numeric sequence

More information

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 These documents are based on and developed from information published in the LTS Online Help Collection (www.uwec.edu/help) developed by the University of Wisconsin Eau Claire

More information

Data entry is the bread and butter of any spreadsheet you create or edit. The exercises

Data entry is the bread and butter of any spreadsheet you create or edit. The exercises Chapter 1 Entering the Spreadsheet Data In This Chapter Launching Excel and opening a new workbook Moving around the workbook Selecting cell ranges in a worksheet Doing simple data entry in a worksheet

More information

Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology. Scotland T 3. Matrices. Teachers Teaching with Technology (Scotland)

Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology. Scotland T 3. Matrices. Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology (Scotland) Teachers Teaching with Technology T 3 Scotland Matrices Teachers Teaching with Technology (Scotland) MATRICES Aim To demonstrate how the TI-83 can be used to

More information

Lab1: Use of Word and Excel

Lab1: Use of Word and Excel Dr. Fritz Wilhelm; physics 230 Lab1: Use of Word and Excel Page 1 of 9 Lab partners: Download this page onto your computer. Also download the template file which you can use whenever you start your lab

More information

Project 4 Financials (Excel)

Project 4 Financials (Excel) Project 4 Financials (Excel) Project Objective To offer an introduction to building spreadsheets, creating charts, and entering functions. Part 1 - Financial Projections One of the most important aspects

More information

CHAPTER 1 GETTING STARTED

CHAPTER 1 GETTING STARTED GETTING STARTED WITH EXCEL CHAPTER 1 GETTING STARTED Microsoft Excel is an all-purpose spreadsheet application with many functions. We will be using Excel 97. This guide is not a general Excel manual,

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

Put the Graphs for Each Health Plan on the Same Graph

Put the Graphs for Each Health Plan on the Same Graph At the conclusion of the technology assignment on graphing the total annual cost, you had a graph of each of health insurance plans you are examining. In this technology assignment, you ll combine those

More information

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4 Microsoft Excel 2010 Advanced 3-4 0 Absolute references There may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row

More information

Excel 2013 Charts and Graphs

Excel 2013 Charts and Graphs Excel 2013 Charts and Graphs Copyright 2016 Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this document may be reproduced

More information

Basic Microsoft Excel Skills

Basic Microsoft Excel Skills Basic Microsoft Excel Skills Note : This tutorial is based upon Microsoft Excel 2000. If you are using MSExcel 1997 or 2002, there may be some operations which look slightly different (e.g. graphs), but

More information

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy Virus check and backups: Remember that if you are receiving a file from an external source a government agency or some other source, for example you will want

More information

Using Excel This is only a brief overview that highlights some of the useful points in a spreadsheet program.

Using Excel This is only a brief overview that highlights some of the useful points in a spreadsheet program. Using Excel 2007 This is only a brief overview that highlights some of the useful points in a spreadsheet program. 1. Input of data - Generally you should attempt to put the independent variable on the

More information

To add or subtract, just add or subtract the numbers in the same column and row and place answer accordingly.

To add or subtract, just add or subtract the numbers in the same column and row and place answer accordingly. Math 3 Variable Manipulation Part 2 Systems with Matrices MATRICES An alternative method to solving system of equations is using Matrices. However, before we can solve systems of equations using matrices,

More information

Microsoft Excel 2010 Training. Excel 2010 Basics

Microsoft Excel 2010 Training. Excel 2010 Basics Microsoft Excel 2010 Training Excel 2010 Basics Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Editing Documents on Your Mac (Part 1 of 3) Review

Editing Documents on Your Mac (Part 1 of 3) Review Note: This discussion is based on MacOS, 10.2.2 (Sierra). Some illustrations may differ when using other versions of Mac OS or OS X. Whether it s an email message or an article for a newsletter, we all

More information

How to use Excel Spreadsheets for Graphing

How to use Excel Spreadsheets for Graphing How to use Excel Spreadsheets for Graphing 1. Click on the Excel Program on the Desktop 2. You will notice that a screen similar to the above screen comes up. A spreadsheet is divided into Columns (A,

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Agenda: 1. Introduction 2. Complex formulas & cell references 3. Functions 4. Charts 5. Pivot Tables 6. Practice and Questions In order to keep computer literacy programs running in the future, we must

More information

Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word

Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word Teacher Activity: page 1/9 Mathematical Expressions in Microsoft Word These instructions assume that you are familiar with using MS Word for ordinary word processing *. If you are not comfortable entering

More information

Spreadsheet Concepts: Creating Charts in Microsoft Excel

Spreadsheet Concepts: Creating Charts in Microsoft Excel Spreadsheet Concepts: Creating Charts in Microsoft Excel lab 6 Objectives: Upon successful completion of Lab 6, you will be able to Create a simple chart on a separate chart sheet and embed it in the worksheet

More information

We ve been playing The Game of Life for several weeks now. You have had lots of practice making budgets, and managing income and expenses and savings.

We ve been playing The Game of Life for several weeks now. You have had lots of practice making budgets, and managing income and expenses and savings. We ve been playing The Game of Life for several weeks now. You have had lots of practice making budgets, and managing income and expenses and savings. It is sometimes a challenge to manage a lot of data

More information

Importing a txt or csv file into ArcGIS Online [AGO]

Importing a txt or csv file into ArcGIS Online [AGO] Importing a txt or csv file into ArcGIS Online [AGO] Spring 2014 This is how to find addresses online and copy them into an Excel spreadsheet, save them in a format that ArcGIS can use, and then import

More information

Creating a Pivot Table

Creating a Pivot Table Contents Introduction... 1 Creating a Pivot Table... 1 A One-Dimensional Table... 2 A Two-Dimensional Table... 4 A Three-Dimensional Table... 5 Hiding and Showing Summary Values... 5 Adding New Data and

More information

Section 2. Opening and Editing Documents

Section 2. Opening and Editing Documents Section 2 Opening and Editing Documents Topics contained within this section: Opening Documents Using Scroll Bars Selecting Text Inserting and Deleting Text Copying and Moving Text Understanding and Using

More information

C4-1. What Excel is. Creating a pro Fit-Compatible Datafile. We shall use as an example the data that is contained in the file Hooke s Law Data.

C4-1. What Excel is. Creating a pro Fit-Compatible Datafile. We shall use as an example the data that is contained in the file Hooke s Law Data. Appendix 4 Using Excel Excel, a program referred to in a number of guidesheets in this manual, is useful in nearly every experiment. Five aspects of the program will be dealt with here: how to create a

More information

Information Technology

Information Technology Information Technology Operations Team Instructional Sharing Protected Data Contents Introduction... 3 Procedure... 3 How to Password Protect a MS Word Document... 3 MS Word 2010/2013/2016... 3 Word 2007...

More information

Spreadsheet Concepts Using Microsoft Excel

Spreadsheet Concepts Using Microsoft Excel Spreadsheet Concepts Using Microsoft Excel lab 5 Objectives: Upon successful completion of Lab 5, you will be able to Create and edit a simple spreadsheet document Describe the advantage of using formulas

More information

MATLAB Project: Getting Started with MATLAB

MATLAB Project: Getting Started with MATLAB Name Purpose: To learn to create matrices and use various MATLAB commands for reference later MATLAB built-in functions used: [ ] : ; + - * ^, size, help, format, eye, zeros, ones, diag, rand, round, cos,

More information

Part I - WORKING WITH ABSOLUTE REFERENCES

Part I - WORKING WITH ABSOLUTE REFERENCES INTRODUCTION TO COMPUTER CONCEPTS CSIT 100 LAB: MORE WORK with MS EXCEL Part I - WORKING WITH ABSOLUTE REFERENCES This is an implementation of a spreadsheet program. It contains 1,048,576 rows, and 16,384

More information

Introduction to Excel

Introduction to Excel Introduction to Excel Written by Jon Agnone Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 November 2004 http://julius.csscr.washington.edu/pdf/excel.pdf

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information

Formulas Learn how to use Excel to do the math for you by typing formulas into cells.

Formulas Learn how to use Excel to do the math for you by typing formulas into cells. Microsoft Excel 2007: Part III Creating Formulas Windows XP Microsoft Excel 2007 Microsoft Excel is an electronic spreadsheet program. Electronic spreadsheet applications allow you to type, edit, and print

More information

Basic Excel. Helen Mills OME-RESA

Basic Excel. Helen Mills OME-RESA Basic Excel Helen Mills OME-RESA Agenda Introduction- Highlight Basic Components of Microsoft Excel Entering & Formatting Data, Numbers, & Tables Calculating Totals & Summaries Using Formulas Conditional

More information

Using the Filter, Field Sets, and Sort Order Menus

Using the Filter, Field Sets, and Sort Order Menus Using the Filter, Field Sets, and Sort Order Menus The Filter menu is used to determine the group of records that appear on the page, such as all active students or former students The Field Sets menu

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

Create Mailing Labels using SUPER and Mail Merge (Word 2010)

Create Mailing Labels using SUPER and Mail Merge (Word 2010) Create Mailing Labels using SUPER and Mail Merge (Word 2010) For this example we will be using a 4-H club to generate labels for a mailing to the members. First we will extract the names and addresses

More information

Microsoft Word. Teaching 21 st Century Skills Using Technology August 3, Short Cut Keys. Templates

Microsoft Word. Teaching 21 st Century Skills Using Technology August 3, Short Cut Keys. Templates Teaching 21 st Century Skills Using Technology August 3, 2011 Short Cut Keys Microsoft Word Cut Copy Paste Bold Italicize Underline Left Align Center Right Align Justify Undo Ctrl + X Ctrl + C Ctrl + V

More information

Excel Advanced

Excel Advanced Excel 2016 - Advanced LINDA MUCHOW Alexandria Technical & Community College 320-762-4539 lindac@alextech.edu Table of Contents Macros... 2 Adding the Developer Tab in Excel 2016... 2 Excel Macro Recorder...

More information

Excel Level One. Introduction. Contents. Starting Excel. Reviewing the Excel Screen

Excel Level One. Introduction. Contents. Starting Excel. Reviewing the Excel Screen Introduction Excel Level One This workshop introduces you to introductory Excel. You will learn about the menus, create a worksheet, enter values, edit a worksheet, and spell check. Contents Introduction

More information

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button... Contents Microsoft Excel 2007...4 Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...5 The Quick Access Toolbar...5 The Title Bar...5 The Ribbon...5 Worksheets...6

More information

Physics 251 Laboratory Introduction to Spreadsheets

Physics 251 Laboratory Introduction to Spreadsheets Physics 251 Laboratory Introduction to Spreadsheets Pre-Lab: Please do the lab-prep exercises on the web. Introduction Spreadsheets have a wide variety of uses in both the business and academic worlds.

More information

WORD PROCESSING FOR SALE. By Shel Silverstein

WORD PROCESSING FOR SALE. By Shel Silverstein ASSIGNMENT #1 ~ Scavenger Hunt 2. Your job is to retrieve several documents. Read the poem, and then write down on the worksheet the clue word you find, then you will close and exit the file. 3. Each clue

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1

Open Learning Guide. Microsoft Excel Introductory. Release OL356v1 Guide Microsoft Excel 2013 Introductory Note: Microsoft, Excel and Windows are registered trademarks of the Microsoft Corporation. Release OL356v1 Contents SECTION 1 FUNDAMENTALS... 9 1 - SPREADSHEET PRINCIPLES...

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Microsoft Excel Lab: Data Analysis

Microsoft Excel Lab: Data Analysis 1 Microsoft Excel Lab: The purpose of this lab is to prepare the student to use Excel as a tool for analyzing data taken in other courses. The example used here comes from a Freshman physics lab with measurements

More information

SAMLab Tip Sheet #1 Translating Mathematical Formulas Into Excel s Language

SAMLab Tip Sheet #1 Translating Mathematical Formulas Into Excel s Language Translating Mathematical Formulas Into Excel s Language Introduction Microsoft Excel is a very powerful calculator; you can use it to compute a wide variety of mathematical expressions. Before exploring

More information

Charting 1. There are several ways to access the charting function There are three autolayouts which include a chart.

Charting 1. There are several ways to access the charting function There are three autolayouts which include a chart. Charting 1 PowerPoint has an internal charting function. It can create charts from data in most of the common chart types. The biggest advantage is that the data is stored internally in the PowerPoint

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

YEAR 11 GENERAL MATHEMATICS 2015 MATRICES TEST

YEAR 11 GENERAL MATHEMATICS 2015 MATRICES TEST YEAR 11 GENERAL MATHEMATICS 2015 MATRICES TEST Name: Skills /41 Analysis /19 TOTAL: /60 60 mins SECTION A: Multiple Choice (10 x 1 marks = 10 marks) Questions 1-6 are to be answered using the following

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Lesson 4: Introduction to the Excel Spreadsheet 121

Lesson 4: Introduction to the Excel Spreadsheet 121 Lesson 4: Introduction to the Excel Spreadsheet 121 In the Window options section, put a check mark in the box next to Formulas, and click OK This will display all the formulas in your spreadsheet. Excel

More information

Show/Hide Bookmarks Excel 2000 for PC

Show/Hide Bookmarks Excel 2000 for PC Excel 2000 for PC Copyright Copyright 2001 Los Angeles Unified School District Portions copyright 2001 Education ArchiTechs. Trademarks Microsoft, Windows, Windows NT, Win32, MS-DOS, and MS are registered

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

YGL 3.0 // The Basics

YGL 3.0 // The Basics YGL 3.0 // The Basics Thank you for your continued support of You ve Got Leads! The following document is intended to help with the many features of the program. Each community may have different features

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

You ll notice at the bottom of the file menu there is a list of recently opened files. You can click a file name in the list to re-open that file.

You ll notice at the bottom of the file menu there is a list of recently opened files. You can click a file name in the list to re-open that file. Using Microsoft Word A word processor is all about working with large amounts of text, so learning the basics of text editing is essential to being able to make the most of the program. The first thing

More information

Chapter 3: Data Description Calculate Mean, Median, Mode, Range, Variation, Standard Deviation, Quartiles, standard scores; construct Boxplots.

Chapter 3: Data Description Calculate Mean, Median, Mode, Range, Variation, Standard Deviation, Quartiles, standard scores; construct Boxplots. MINITAB Guide PREFACE Preface This guide is used as part of the Elementary Statistics class (Course Number 227) offered at Los Angeles Mission College. It is structured to follow the contents of the textbook

More information

Equities and Fixed Income. Introduction Manual

Equities and Fixed Income. Introduction Manual Finance Data Thomson Reuters Eikon Equities and Fixed Income Introduction Manual March 2017 Contents 1. Introduction... 3 1.1 When do I use Eikon?... 3 1.2 Request access for Eikon... 3 1.3 Where can I

More information

CMPSCI 145 Spring 2014 Lab #1. Professor William T. Verts

CMPSCI 145 Spring 2014 Lab #1. Professor William T. Verts CMPSCI 145 Spring 2014 Lab #1 Setting Up This project must be performed on a Microsoft Windows-based PC, and not on an Apple Macintosh, unless you have installed Windows through Boot Camp, Parallels 9

More information

WAAT-PivotTables Accounting Seminar

WAAT-PivotTables Accounting Seminar WAAT-PivotTables-08-26-2016-Accounting Seminar Table of Contents What does a PivotTable do?... 2 How to create PivotTable:... 2 Add conditions to the PivotTable:... 2 Grouping Daily Dates into Years, Quarters,

More information

Excel 2016: Basics 2 Math and Functions

Excel 2016: Basics 2 Math and Functions Excel 2016: Basics 2 Math and Functions training@health.ufl.edu Excel 2016: Basics 2 Math and Functions 2.0 hours In this workshop we will work with patterns of text, numbers and dates; build simple equations;

More information

March 28, Excel Essentials. Jim Snediker. Suzi Huisman

March 28, Excel Essentials. Jim Snediker. Suzi Huisman March 28, 2019 Excel Essentials Jim Snediker Suzi Huisman 1 What is a Spreadsheet? A spreadsheet is the computer equivalent of a paper ledger sheet. Worksheet new name for Spreadsheet Workbook one file

More information

Lab 5 Excel Spreadsheet Introduction

Lab 5 Excel Spreadsheet Introduction Lab 5 Excel Spreadsheet Introduction Step 1 Start Excel Under Start, select All Programs the Microsoft Office then Excel. Select the File tab and save your file as lab5 on your network drive. Step 2 Spreadsheet

More information