EXCEL SPREADSHEET TUTORIAL

Size: px
Start display at page:

Download "EXCEL SPREADSHEET TUTORIAL"

Transcription

1 EXCEL SPREADSHEET TUTORIAL Note to all 200 level physics students: You will be expected to properly format data tables and graphs in all lab reports, as described in this tutorial. Therefore, you are responsible for knowing the material contained here; even if the tutorial is not given as a regular assignment. Included at the end of this tutorial is a short section on importing graphs from EXCEL into an MS Word document. This information will also be useful for writing lab reports. Everything in this tutorial, including all exercises, has been done by the author on a PC running Windows XP. This tutorial has been updated from a previous version and is based on the newest versions of EXCEL and MS Word; Excel 2002 and Word The Windows NT Workstations in the DH Hill Library Unity lab, and in the Unity Lab at the laundry building on Stinson are running these versions. Other labs on campus with Windows stations should also have the latest versions available. If not, please inform Dr. Chilton in the physics department (jhchilto@unity.ncsu.edu). This tutorial goes with a 2nd tutorial on using EXCEL to do curve fitting for data analysis. At this time, only PY205 and PY208 students will be expected to know how to do the curve fits in EXCEL. TABLE OF CONTENTS 1. Purpose 2. Getting Started 3. An Illustrative Exercise, Part 1: - Entering Text, Formulas and Data A. A Clean Sheet B. Correcting Mistakes C. Entering Numbers D. Entering Formulas 1) Inserting a New Row 2) Entering the Formula 3) Fill-Down Procedure 4) More on Formulas and Cell References 5) Setting the Number of Displayed Significant Figures 4. An Illustrative Exercise, Part 2: - Graphing Data A. Making Graphs B. Titling the Graph C. Editing the Legend D. Moving the Graph 5. Importing an EXCEL Spreadsheet Graph into a MS Word Document APPENDIX: TERMINOLOGY

2 1. PURPOSE. The purpose of this tutorial is to acquaint you with a few commonly used features of the spreadsheet program Microsoft EXCEL. Spreadsheet programs (often called simply "spreadsheets") are powerful applications which enable you to make extensive calculations without knowing a programming language. EXCEL will be used in this lab course to tabulate data, graph data and formulas, and to assist in data analysis. Also included in this tutorial are instructions to properly format your graphs and label the axes and title of a graph. You will be expected to follow these instructions by properly formatting and labeling all graphs created in any physics lab assignment. 2. GETTING STARTED. To start Microsoft EXCEL double-click its icon. The computer will open the EXCEL application. When opened, the screen should appear as shown below. The data field consists of rows, labeled with numbers, and columns, labeled with letters. Across the top is the menu bar. [The menu bar and tool bars may contain different items depending on which version of EXCEL you are running and how it is customized.] Figure 1 - Appearance of EXCEL window when program is started. The junction of a row and a column is called a cell. An active cell is distinguished from other cells by a darker border. The active cell in the Figure is A1, as shown by both the dark border and the address in the Reference area. Other important elements of the Excel screen are indicated in the Figure. Click the mouse on any cell. Notice how the arrow keys move the active cell.

3 The mouse can move the visible part of the workspace in the spreadsheet. To move the workspace left or right, position the mouse on the scroll box located in the horizontal scroll bar at the bottom edge. Press the mouse button, move the scroll box either to the left or to the right, and then release the mouse button. To move the workspace up or down, position the mouse on the scroll box located in the horizontal scroll bar at the right edge of the spreadsheet, press the mouse button, move the scroll bar either up or down, and then release the mouse button. If you wish to quit the program at any time, choose Exit from the File menu. If you have not saved the spreadsheet, the program will give you the opportunity to do so before quitting. 3. AN ILLUSTRATIVE EXERCISE, PART 1 - Entering Text, Formulas and Data. In this section and the next, you will begin solving a physics problem using EXCEL. Problem: An object is released from rest and falls freely. Compute the position and velocity at each of the following times: 1, 2, 3, 4, 5, 6, 7, 8, 9, and 10 s. Take the origin O at the elevation of the starting point, the y-axis vertical, and the upward direction positive. After you have computed the position and velocity for each instant of time, make a plot of position and velocity versus time. Solution: In this section you will create a spreadsheet that contains values for time and calculates the position and velocity of the falling object. A. A Clean Sheet: Begin with a blank spreadsheet by selecting New from the File menu (or by the keystroke Ctrl+N). You will now type text into cell A1 that states the purpose of the spreadsheet. Select cell A1 Type Problem: Calculation of position and velocity of a falling object press Enter Notice that when you type information in a cell, the information will appear in both the cell and the formula bar (see Figure above for the location of the formula bar if you are unsure). [If this long title wraps within the cell, change the alignment as follows: Within the Format menu, select Cells..., then click on the Alignment folder tab. You will see three check boxes under the heading Text control. Click on each box to remove any check marks present.] B. Correcting Mistakes: If you make a mistake Click the cell containing the error Click the mouse in the formula bar and correct the mistake by deleting and adding text as needed. Press Enter

4 C. Entering Numbers: Before you enter a column of numbers, it is a good idea to label the column. The label for column A will be Time (s). To enter this label Select cell A2 Type Time (s) press Enter [If this title doesn't fit inside its cell, you can widen the cell as follows: Set the cursor over the boundary between the column headings A and B. Drag the boundary to the right (or to the left to narrow the column).] The values for the time will range from 0 to 10 in regular steps. To enter the sequence of numbers from 0 to 10 in column A Select cell A3 Type 0 Press Enter (The computer will automatically move the active cell from A3 to A4 when you press Enter.) Type 1 in cell A4 and press Enter Select cells A3 and A4. You will see a tiny box in the lower right-hand corner of cell A4. Drag that little box downward to cell A13. The computer will perform an autofill. It's a good idea at this point to save your file by selecting Save As from the File menu and following the instructions in the dialog box. You should get in the habit of saving files every few minutes to prevent the loss of work due to a power failure or a computer crash. Be sure to give it a unique file name that you can remember. Usually, at first Windows will give it a default name like Document1, or Worksheet1. Be sure to take your time and type in a new file name that is unique to you, especially if you are using a computer that other people use, such as in the labs or Physics Tutorial Center. It is highly recommended that you save it to your own floppy disk if possible. D. Entering Formulas: In this section you will learn how to type in formulas that will calculate the position and velocity of the falling object. You will need two equations: one for the position and another for the velocity. The equations are: 1 2 y = y0 + v0y t + a yt and v y = v0y + a yt. 2 There are three constants in these two equations that do not change as the body falls. initial position y o = 0 initial velocity v oy = 0 acceleration a y = -9.8 m/s 2 You should now set up a section on the spreadsheet to write these constants. Cells A3 - A5 would be convenient, but you have already put information into them. You can add cells to get around this problem.

5 1) Inserting a new row: To add a row of cells between rows 1 and 2, Click the shaded row-number button 2 on the left edge of the window. The whole row will become dark signifying it has been selected. Choose Rows from the Insert menu. The information in cells A2 - A13 has been moved down one cell. Add four more rows between rows 1 and 2. If you have done this correctly, you should have 5 empty rows between rows 1 and 7. If, in the future, you need to delete a row, then Click on the row number of the row to be deleted. Choose Delete from the Edit menu. Now you have room for the constants. Select A3 Type Initial Velocity (m/s) and press Enter Select C3 Type 0 and press Enter Select A4 Type Initial Position (m) and press Enter Select C4 Type 0 and press Enter Select A5 Type Acceleration (m/s/s) and press Enter Select C5 Type -9.8 and press Enter 2) Entering the formula: The formula to be evaluated for position will go into column B. You need to give column B a title, call it Position (m). This is the correct format for labeling a column in a data table. The label includes the name of the physical quantity with the units in parentheses. Data tables in a spreadsheet should be labeled properly, just like the ones in a lab report. Select B7 Type Position (m) and press Enter Now you are ready to enter the formula for the position of the falling object.

6 To enter this formula, Select B8 1 y = y v0y t a yt Type = $C$4+$C$3*A8+(1/2)*$C$5*A8^2 (Note: We will explain the use of the $ and other symbols below.) Press Enter You start with the equal sign (=) to tell Excel that what you type next is a formula. You can use either upper or lower case letters for the column label. The formula will be visible in the cell as well as in the formula bar. Note: Excel interprets / as "divide by" and * as "multiply by". The caret (^) raises a quantity to a power. For example, A8^2 squares the value contained in cell A8 3) Fill down procedure: Rather than typing this equation into the rest of the cells B9 through B18, you can select the contents of cell B8 and copy them down into the rest of the cells. Select cell B8 Note the tiny box at the lower right-hand corner of the cell drag that little box down to cell B18 4) More on formulas and cell references: The computer automatically copies the formula into cells B9 through B18, changing the references to variables as necessary (click on those cells in sequence and see how the references to values of time (originally A8) are changed, but the references to the constants e.g., $C$4 are not changed). The formula you typed into cell B8 contains some new symbols. The dollar sign symbol ($) is used when you do not want the reference of a cell in a formula to change when copying and pasting from one row or column. In the formula that you entered, $C$3 is an absolute reference to the cell that contains the value for the initial velocity. You do not want this value to change from one row to the next so you type the location of the cell using dollar signs preceding the column letter and row number. When you want the reference to a cell to change from one row to another, you use a relative cell reference; leave out the dollar signs ($) and just type the letter and numeral specifying the cell location. For example, the value in cell A8 (the time) is a relative reference that you want to change from one row to the next. Use absolute reference for constants and relative reference for variables. Remember to save your spreadsheet (Ctrl+S) often. Now you will enter the formula for the velocity. First give column C the title Velocity (m/s). Select C7 Type Velocity (m/s) and press Enter

7 The formula for the velocity is v Select C8 = v a t. To enter this formula, y 0y + Type =$C$3+$C$5*A8 and press Enter Copy this formula into cells C9 - C18 using the fill down procedure 5) Setting the number of displayed significant figures: The values for the position and the velocity may be displayed with too many (i.e., non-physical) significant digits. To change the format of all the numbers to display only two decimal places, Highlight B8 through C18 by clicking on cell B8 and dragging to cell C18 Choose Cells... from the Format menu The Format Cells Dialog Box will come up Choose the Number folder Select Number on the left, and type the numeral 2 into the Decimal places textbox Click OK (or press Enter) The numbers displayed in the spreadsheet now have the form You have not truncated the value in the cell or in the computer's memory. Excel merely rounds the stored value to the number of digits you specify for display purposes only. In other words, when Excel uses this number in a calculation it uses the value before rounding, not the value you see on the screen. y Your spreadsheet should appear as in the figure below. (In this picture, I have chosen to save this spreadsheet with the File Name "Falling Body", which appears at the top of the spreadsheet.) Make sure your spreadsheet looks like this before you proceed. If not, you should repeat the exercise correctly until it does (feel free to give yours a different file name than "Falling Body" if you like). Figure 2 - What your spreadsheet should look like at this point.

8 4. AN ILLUSTRATIVE EXERCISE, PART 2: - Graphing Data. A. Making Graphs: This section will guide you through the graphing process. Select cells A8 - C18 Locate the Chart Wizard macro button in the tool bar Click on the Chart Wizard macro button Double-click on the XY (Scatter) chart type Push the Finish button (or press Enter) You should now see a graph (called a "chart") of your position and velocity data versus time. You can move your graph by dragging one of its four sides, and you can re-size it by dragging a corner. There are several things you should notice about this graph: 1) First: In science, engineering, or mathematics when we say plot "A versus B" we mean that A goes on the y-axis (vertical) and B goes on the x-axis (horizontal). In other words, "A versus B" means that B is being treated as the independent variable and A as the dependent variable. In mathematics we would say y is a function of x and plot y versus x (we would NOT say x versus y unless we wanted x on the vertical axis). This may sound trivial, but students often get this backwards. In order to analyze data properly, if an experimental procedure instructs you to plot Quantity #1 versus Quantity #2 then Quantity #1 goes on the y-axis. You should learn this terminology now since it is standard terminology in all science, engineering, and mathematics work. 2) Second: When you select several columns of data for graphing, EXCEL always assumes that the first column farthest to the left is the independent variable; in other words the x-axis. In our case this was the Time(s) values in the first column (column A, cells A8 through A18). These will be the values assigned to the horizontal axis in the graph. When you create data tables for graphing, you will save yourself a lot of trouble and confusion if you get in the habit of putting the x-axis values in the first column on the spreadsheet. It does not have to be column A ; it just has to be the column farthest to the left out of all the columns with data you are going to select when you make the graph. 3) Third: By selecting three columns of data as in this example, EXCEL assumed that the second and third columns (B and C) were two distinct sets of y values, and it plotted each one separately versus the same x values from column A. Both Position(m) (column B) and Velocity(m/s) (column C) were dependent variables. This simply allowed us to plot two functions on the same graph. Most of the time you will only plot one function per graph, but this shows us how to do multiple plots on one graph if desired. You would not normally put two functions on the same graph, unless there was a need to compare two things (in this case we can compare Velocity and Position for the falling body).

9 B. Titling the Graph: Next, we will learn the proper way to assign titles and labels to the axes and graphs. Any graph needs to be labeled properly, especially when multiple plots appear on the same graph. All graphs should have the two axes labeled as well as a title. To attach a title to the graph, Click on the chart if it is not already selected Choose Chart Options... from the Chart menu Click on the Titles tab Fill in the Chart Title textbox with an appropriate title (see note below for what is an appropriate title for the graph) titling the x-axis: To attach a title to the x-axis, Select the Value (X) Axis text box and type Time (sec) titling the y-axis: To attach a title to the y-axis, Select the Value(Y) Axis text box and type Position (m) and Velocity (m/s) When you are satisfied with your titles, click OK or press Enter An appropriate title for this graph would be "Position and Velocity vs. Time". In engineering and science the title of the graph simply states what is plotted versus what, using the convention we stated before (y versus x). For example, a plot of acceleration versus time would simply have the title "Acceleration vs. Time", a plot of force versus mass would simply have the title "Force vs. Mass", etc. As much as you may want to be creative with your title, you should avoid any other form. For example "Falling Bodies" would NOT be an appropriate title, even if it was the title of an experiment and this was a plot of your data. This does not include the statement of what is plotted versus what, and it is too vague in general. It is okay to add a short descriptive phrase to the title, but it is not necessary. For example "Position and Velocity vs. Time of a Falling Body" is okay, because it still contains the "y vs. x" information. Standard rules for capitalization in a title are followed, and you may always abbreviate "versus" using the lower case "vs.". The proper way to label each axis is with the name of the physical quantity represented on the axis and its units in parentheses. In our case the x-axis represents time in units of seconds, so it is labeled Time (sec). Our y-axis was both position in meters and velocity in meters per second, and it is labeled Position (m) and Velocity (m/s). Note that the units are lower case and abbreviated. Both (s) and (sec) are acceptable for "seconds". Again, these are standard conventions for scientific and engineering graphs, and you should learn to follow them. C. Editing the Legend: The 2 separate graphs are distinguished by 2 sets of symbols for their respective data points on the graph. The legend labels the 2 sets of point symbols. When there is only one plot on a graph, you should remove the legend. Notice the small box next to your graph that says "Series 1" and "Series 2" with the shape and color of the two respective data symbols next to those labels. This is the Legend.

10 You should remove the legend in cases where there is only 1 set of y values. If you need to remove the legend Right-click on it and hold the mouse while selecting "Clear" from the choices shown. To change those labels in the legend click on the graph, select Source Data... from the Chart menu, then click on the Series folder tab Select Series 1, and type Position (m) in the Name textbox Select Series 2, and type Velocity (m/s) into the Name textbox When you are satisfied with your titles, click OK or press Enter Drag the legend box to a spot inside the graph where it won't obscure the curves or labels. At first it is outside the actual graph area. A clear spot on the graph is good because it allows you to make the graph area as large as possible, since there will be left over space after you move the legend. Note that if you click on the actual graph inside the chart window, it has its own handles for resizing it inside the larger chart area. Click on the handle at the lower right corner and drag the chart to make it fill as much of the larger chart window as possible. D. Moving the graph: You can move the chart to any location you want on the spreadsheet. For this example, you can move the corner of the chart to cell D2. Try this now. Click anywhere on the spreadsheet outside the chart Click the chart border and drag the chart near cell D2 Align the upper left hand corner of the chart near the upper left hand corner of the cell Release the mouse button Your spreadsheet should look similar to the one shown in the figure below. If it does not, you should repeat this exercise until you can do it properly. Figure 3 - Completed spreadsheet and graph.

11 5. IMPORTING AN EXCEL SPREADSHEET GRAPH INTO A MS WORD DOCUMENT You can easily import a graph from EXCEL into an MS Word document as an image. You should try to do this when writing your lab reports in order to make them look neat and professional. You should be able to use a similar technique with other word processors and spreadsheet programs, but they are not discussed here. Here are the steps: Open your spreadsheet in EXCEL that contains the graph; at the same time open the document in MS Word that you plan to put the graph in. In EXCEL, click on the graph to make it active. From the Edit menu in EXCEL choose Copy. At this point a moving dashed line should appear around the border of your graph. This signifies that the graph has been copied to the "clipboard" and Windows is waiting for further action. Click your mouse in the Word document at the location you want to place the picture, making the cursor blink there. Click on the Edit menu in Word and choose Paste Special. DO NOT choose normal "paste". You will see a window where you can highlight what format you want to paste the graph as. Choose "Picture (Enhanced Metafile)". Click Okay. Once you have done this, the graph will appear in the document as an image. You can move it, center it, resize it, etc. now in MS Word. Below is my graph that I just pasted into this document (I removed the gray background on the graph area in EXCEL first). I have centered it and made it smaller (it was very large at first and it was left justified on the page). Position and Velocity vs. Time for a Falling Body Position (m) and Velocity (m/s) Position Velocity -600 Time (s) Figure 4 - My graph of "Position and Velocity vs. Time", imported from EXCEL.

12 Keyboard entries are specified in bold face A. KEYBOARD TERMINOLOGY 1. Press APPENDIX: TERMINOLOGY Press means to push down on a key. For example, press return. By this action the user tells the computer to accept commands and other input. 2. Type Type means to press a series of keys in succession. For example, when PI() is typed into a formula, EXCEL interprets it as the number Keystrokes Keystrokes are short-cut alternatives to using the mouse to pull down menu commands. A keystroke is often a combination of two keys pressed simultaneously. For example, pressing the control key and S (not shift-s) simultaneously causes the active document to be saved. This operation is designated by Ctrl-S. The control key is the one near to the space bar labeled with Ctrl. B. MOUSE TERMINOLOGY Moving the mouse with your hand moves a pointer around the screen. The shape of the pointer indicates its function at the current time and location. In Excel, the pointer typically changes from an arrow to + or an I-bar. 1. Click means to position the pointer on top of a symbol on the screen and then quickly press and release the button on the mouse. 2. Right-click means to click (and usually hold down) the mouse button that is on the right hand side of the mouse. 3. Double-click means to click twice rapidly. 4. Drag means to position the pointer on top of a symbol on the screen, press and hold down the mouse button, move the pointer to somewhere else on the screen, and then release the mouse button. Dragging an icon moves it to a different place on the screen. 5. Select means to click an on-screen symbol (called an icon ), data cell, section of text, etc. Usually, the icon of a selected object (for example, a file) will appear white-on-black instead of black-on-white. You first select an object, then choose a command to affect it. A group of cells is selected by holding down the mouse button and dragging the pointer across them.

13 6. Choose A from the B menu means to position the pointer on top of the word or symbol "B" located on the menu bar across the top of the screen, drag down to open the associated menu, position the highlighting bar over the menu item "A," then release the mouse button. If you change your mind and do not want to choose any menu item, move the pointer off the menu before releasing the mouse button. If a menu item appears in dimmed letters, that item is not currently available. If a check symbol appears beside a menu item, it is a turned-on option. If the names of keys appear beside a menu item, you can choose that item directly from the keyboard by pressing those keys simultaneously (see Key Strokes in the previous section). In addition to menus, some programs feature on-screen buttons. You use the mouse to click a button to choose the corresponding option or command. A button is not a key on the keyboard! C. WINDOW TERMINOLOGY A window is an enclosed area of the screen. Several windows can appear on the screen at once and they can overlap, but only one window can be active at a time. Special windows called dialog boxes may pop-up on the screen to provide warnings, ask you for information, offer choices, etc. The area on the screen that is not inside any window is called the desktop. If you click the mouse in the desktop area, none of open windows will be active. To make a window active, click on its title bar at the top of the window Evolution of this Document: Adapted by Paula Vetter Engelhardt 9/93 from the Excel Spreadsheet Tutorial published by the Physics Courseware Evaluation Project at North Carolina State University. Revised 12/97, 8/98 and 8/01 by Richard Mowat. Revised 8/02 by Ted Horton and Martin Dewitt

Pre-Lab Excel Problem

Pre-Lab Excel Problem Pre-Lab Excel Problem Read and follow the instructions carefully! Below you are given a problem which you are to solve using Excel. If you have not used the Excel spreadsheet a limited tutorial is given

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

MOVING FROM CELL TO CELL

MOVING FROM CELL TO CELL VCAE: EXCEL Lesson 1 Please send comments to Author: Zahra Siddiqui at zed_ess@hotmail.com Concepts Covered: Cell Address; Cell Pointer; Moving across Cells Constants: Entering, Editing, Formatting Using

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

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

Intermediate Microsoft Excel (Demonstrated using Windows XP) Using Spreadsheets in the Classroom

Intermediate Microsoft Excel (Demonstrated using Windows XP) Using Spreadsheets in the Classroom (Demonstrated using Windows XP) Using Spreadsheets in the Classroom Adapted from Taskstream Word Tutorial (2003) < http://www.taskstream.com > Updated 4/05 by Dr. Bruce Ostertag What Can Microsoft Excel

More information

To move cells, the pointer should be a north-south-eastwest facing arrow

To move cells, the pointer should be a north-south-eastwest facing arrow Appendix B Microsoft Excel Primer Oftentimes in physics, we collect lots of data and have to analyze it. Doing this analysis (which consists mostly of performing the same operations on lots of different

More information

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: ####

Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 5/17/2012 Physics 120 Section: #### Name: Dr. Fritz Wilhelm Lab 1, Presentation of lab reports Page # 1 of 7 Lab partners: Lab#1 Presentation of lab reports The first thing we do is to create page headers. In Word 2007 do the following:

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

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

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

Introduction to the workbook and spreadsheet

Introduction to the workbook and spreadsheet Excel Tutorial To make the most of this tutorial I suggest you follow through it while sitting in front of a computer with Microsoft Excel running. This will allow you to try things out as you follow along.

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

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

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center June 6, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the row-column

More information

Microsoft Excel Using Excel in the Science Classroom

Microsoft Excel Using Excel in the Science Classroom Microsoft Excel Using Excel in the Science Classroom OBJECTIVE Students will take data and use an Excel spreadsheet to manipulate the information. This will include creating graphs, manipulating data,

More information

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

More information

How to Make Graphs with Excel 2007

How to Make Graphs with Excel 2007 Appendix A How to Make Graphs with Excel 2007 A.1 Introduction This is a quick-and-dirty tutorial to teach you the basics of graph creation and formatting in Microsoft Excel. Many of the tasks that you

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Athens-Clarke County Library Page 1 What is a spreadsheet program? Microsoft Excel is an example of a spreadsheet program that will maintain records for you relating to finances, products, activities,

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

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers.

PARTS OF A WORKSHEET. Rows Run horizontally across a worksheet and are labeled with numbers. 1 BEGINNING EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

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

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

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

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

More information

Excel Core Certification

Excel Core Certification Microsoft Office Specialist 2010 Microsoft Excel Core Certification 2010 Lesson 6: Working with Charts Lesson Objectives This lesson introduces you to working with charts. You will look at how to create

More information

Microsoft Excel 2007 Creating a XY Scatter Chart

Microsoft Excel 2007 Creating a XY Scatter Chart Microsoft Excel 2007 Creating a XY Scatter Chart Introduction This document will walk you through the process of creating a XY Scatter Chart using Microsoft Excel 2007 and using the available Excel features

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

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

0 Graphical Analysis Use of Excel

0 Graphical Analysis Use of Excel Lab 0 Graphical Analysis Use of Excel What You Need To Know: This lab is to familiarize you with the graphing ability of excels. You will be plotting data set, curve fitting and using error bars on the

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

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Introduction to MS Word XP 2002: An Overview

Introduction to MS Word XP 2002: An Overview Introduction to MS Word XP 2002: An Overview Sources Used: http://www.fgcu.edu/support/office2000/word/files.html Florida Gulf Coast University Technology Skills Orientation Word 2000 Tutorial The Computer

More information

Scientific Graphing in Excel 2013

Scientific Graphing in Excel 2013 Scientific Graphing in Excel 2013 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Excel 2010: Basics Learning Guide

Excel 2010: Basics Learning Guide Excel 2010: Basics Learning Guide Exploring Excel 2010 At first glance, Excel 2010 is largely the same as before. This guide will help clarify the new changes put into Excel 2010. The File Button The purple

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

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

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

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

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

Microsoft Word for Report-Writing (2016 Version)

Microsoft Word for Report-Writing (2016 Version) Microsoft Word for Report-Writing (2016 Version) Microsoft Word is a versatile, widely-used tool for producing presentation-quality documents. Most students are well-acquainted with the program for generating

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

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

Open Office Calc (Spreadsheet) Tutorial

Open Office Calc (Spreadsheet) Tutorial Open Office Calc (Spreadsheet) Tutorial Table of Contents Introduction...3 What is a Spreadsheet?...3 Starting OpenOffice Calc...3 OpenOffice Calc (Spreadsheet) Basics...4 Creating a New Document...5 Entering

More information

Chemistry Excel. Microsoft 2007

Chemistry Excel. Microsoft 2007 Chemistry Excel Microsoft 2007 This workshop is designed to show you several functionalities of Microsoft Excel 2007 and particularly how it applies to your chemistry course. In this workshop, you will

More information

Introduction to Excel Workshop

Introduction to Excel Workshop Introduction to Excel Workshop Empirical Reasoning Center September 9, 2016 1 Important Terminology 1. Rows are identified by numbers. 2. Columns are identified by letters. 3. Cells are identified by the

More information

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Created on 09/02/98 11:58 PM 1 EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Note for Excel 97 users: All features of Excel 98 for Macintosh are available in Excel 97 for

More information

Learning Worksheet Fundamentals

Learning Worksheet Fundamentals 1.1 LESSON 1 Learning Worksheet Fundamentals After completing this lesson, you will be able to: Create a workbook. Create a workbook from a template. Understand Microsoft Excel window elements. Select

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

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar

Workbook Also called a spreadsheet, the Workbook is a unique file created by Excel. Title bar Microsoft Excel 2007 is a spreadsheet application in the Microsoft Office Suite. A spreadsheet is an accounting program for the computer. Spreadsheets are primarily used to work with numbers and text.

More information

Reference and Style Guide for Microsoft Excel

Reference and Style Guide for Microsoft Excel Reference and Style Guide for Microsoft Excel TABLE OF CONTENTS Getting Acquainted 2 Basic Excel Features 2 Writing Cell Equations Relative and Absolute Addresses 3 Selecting Cells Highlighting, Moving

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

252 APPENDIX D EXPERIMENT 1 Introduction to Computer Tools and Uncertainties

252 APPENDIX D EXPERIMENT 1 Introduction to Computer Tools and Uncertainties 252 APPENDIX D EXPERIMENT 1 Introduction to Computer Tools and Uncertainties Objectives To become familiar with the computer programs and utilities that will be used throughout the semester. You will learn

More information

How do you roll? Fig. 1 - Capstone screen showing graph areas and menus

How do you roll? Fig. 1 - Capstone screen showing graph areas and menus How do you roll? Purpose: Observe and compare the motion of a cart rolling down hill versus a cart rolling up hill. Develop a mathematical model of the position versus time and velocity versus time for

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

The Mathcad Workspace 7

The Mathcad Workspace 7 For information on system requirements and how to install Mathcad on your computer, refer to Chapter 1, Welcome to Mathcad. When you start Mathcad, you ll see a window like that shown in Figure 2-1. By

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

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

Excel Primer CH141 Fall, 2017

Excel Primer CH141 Fall, 2017 Excel Primer CH141 Fall, 2017 To Start Excel : Click on the Excel icon found in the lower menu dock. Once Excel Workbook Gallery opens double click on Excel Workbook. A blank workbook page should appear

More information

EDIT202 Spreadsheet Lab Prep Sheet

EDIT202 Spreadsheet Lab Prep Sheet EDIT202 Spreadsheet Lab Prep Sheet While it is clear to see how a spreadsheet may be used in a classroom to aid a teacher in marking (as your lab will clearly indicate), it should be noted that spreadsheets

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

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

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Chemistry 30 Tips for Creating Graphs using Microsoft Excel

Chemistry 30 Tips for Creating Graphs using Microsoft Excel Chemistry 30 Tips for Creating Graphs using Microsoft Excel Graphing is an important skill to learn in the science classroom. Students should be encouraged to use spreadsheet programs to create graphs.

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Intro to Excel Introduction to Microsoft Excel OVERVIEW In this lab, you will become familiar with the general layout and features of Microsoft Excel spreadsheet computer application. Excel has many features,

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

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

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7)

BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) BioFuel Graphing instructions using Microsoft Excel 2003 (Microsoft Excel 2007 instructions start on page mei-7) Graph as a XY Scatter Chart, add titles for chart and axes, remove gridlines. A. Select

More information

Microsoft Excel 2000 Charts

Microsoft Excel 2000 Charts You see graphs everywhere, in textbooks, in newspapers, magazines, and on television. The ability to create, read, and analyze graphs are essential parts of a student s education. Creating graphs by hand

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

MS Excel Henrico County Public Library. I. Tour of the Excel Window

MS Excel Henrico County Public Library. I. Tour of the Excel Window MS Excel 2013 I. Tour of the Excel Window Start Excel by double-clicking on the Excel icon on the desktop. Excel may also be opened by clicking on the Start button>all Programs>Microsoft Office>Excel.

More information

Microsoft Excel for Beginners

Microsoft Excel for Beginners Microsoft Excel for Beginners training@health.ufl.edu Basic Computing 4 Microsoft Excel 2.0 hours This is a basic computer workshop. Microsoft Excel is a spreadsheet program. We use it to create reports

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

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

ADD AND NAME WORKSHEETS

ADD AND NAME WORKSHEETS 1 INTERMEDIATE EXCEL While its primary function is to be a number cruncher, Excel is a versatile program that is used in a variety of ways. Because it easily organizes, manages, and displays information,

More information

Integrating Word with Excel

Integrating Word with Excel Integrating Word with Excel MICROSOFT OFFICE Microsoft Office contains a group of software programs sold together in one package. The programs in Office are designed to work independently and in conjunction

More information

for secondary school teachers & administrators

for secondary school teachers & administrators for secondary school teachers & administrators 2b: presenting worksheets effectively Contents Page Workshop 2B: Presenting Worksheets Effectively 1 2.1 The Formatting Toolbar 2.1.1 The Format Cells Dialogue

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added).

PART ONE 1. LAYOUT. A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). PART ONE 1. LAYOUT A file in Excel is called a Workbook. Each Workbook is made up of Worksheets (usually three but more can be added). The work area is where the data and formulae are entered. The active

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

lab MS Excel 2010 active cell

lab MS Excel 2010 active cell MS Excel is an example of a spreadsheet, a branch of software meant for performing different kinds of calculations, numeric data analysis and presentation, statistical operations and forecasts. The main

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Microsoft Excel 2007 Lesson 7: Charts and Comments

Microsoft Excel 2007 Lesson 7: Charts and Comments Microsoft Excel 2007 Lesson 7: Charts and Comments Open Example.xlsx if it is not already open. Click on the Example 3 tab to see the worksheet for this lesson. This is essentially the same worksheet that

More information

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example

Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example Rockefeller College MPA Excel Workshop: Clinton Impeachment Data Example This exercise is a follow-up to the MPA admissions example used in the Excel Workshop. This document contains detailed solutions

More information

Let s start by examining an Excel worksheet for the linear programming. Maximize P 70x 120y. subject to

Let s start by examining an Excel worksheet for the linear programming. Maximize P 70x 120y. subject to Excel is a useful tool for solving linear programming problems. In this question we ll solve and analyze our manufacturing problem with Excel. Although this problem can easily be solved graphically or

More information

Word Processing. 2 Monroe County Library System

Word Processing. 2 Monroe County Library System 2 Monroe County Library System http://monroe.lib.mi.us Word Processing Word Pad Quick Guide... 4 Help Menu... 6 Invitation... 7 Saving... 12 Printing... 13 Insert a Picture... 14 Saving to a CD... 15 In

More information

TODAY This gives you today s date IF the cell is formatted as a date.

TODAY This gives you today s date IF the cell is formatted as a date. 33 IF The IF function will do a comparison and give you a result. In this example, the IF function looks at cell H5 to determine if it is less than 150,000. It will write the word Less if H5 is indeed

More information

Excel Tips and FAQs - MS 2010

Excel Tips and FAQs - MS 2010 BIOL 211D Excel Tips and FAQs - MS 2010 Remember to save frequently! Part I. Managing and Summarizing Data NOTE IN EXCEL 2010, THERE ARE A NUMBER OF WAYS TO DO THE CORRECT THING! FAQ1: How do I sort my

More information

Tricking it Out: Tricks to personalize and customize your graphs.

Tricking it Out: Tricks to personalize and customize your graphs. Tricking it Out: Tricks to personalize and customize your graphs. Graphing templates may be used online without downloading them onto your own computer. However, if you would like to use the templates

More information

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule MAKING TABLES WITH WORD BASIC INSTRUCTIONS Setting the Page Orientation Once in word, decide if you want your paper to print vertically (the normal way, called portrait) or horizontally (called landscape)

More information