Teach Yourself Microsoft Excel Topic 6: Formulas and Functions

Size: px
Start display at page:

Download "Teach Yourself Microsoft Excel Topic 6: Formulas and Functions"

Transcription

1 Teach Yourself Microsoft Excel Topic 6: Formulas and Functions Last lesson you learnt how to enter and format text and numbers into a Microsoft Excel worksheet. In this lesson you will find out how to use formulas and functions in Microsoft Excel. Formulas One of the main functions of a spreadsheet is to perform calculations on the data that you have entered. These calculations are performed through the use of formulas. What distinguishes formulas from other data on the spreadsheet is that they must always begin with an equals sign (=). Formulas can contain numbers (values), cell references (E.g. A1), mathematical operators or text. Operators include plus (+), minus (-), divide (/) and multiply (*). Formula Components An example of a simple formula might look like: Equal sign Operators =(A4+C4)*6 Cell References Once you have entered the formula on a worksheet, the result or answer of the formula appears in the cell where it was entered. In the following exercise you will use data entry techniques that you learnt last week to insert the above text and number data into an Excel spreadsheet. After this you will enter formulas to work out profits calculated from your number data. Skills Check 6a Imagine that SPAN is running a local community inexpensive lunch-time Café. This cafe helps to raise money to keep SPAN running. It is run by four volunteers that occasionally get remuneration for their time but only if the café makes over $200 in a day anything over this is divided amongst the four volunteers. A table of data that could be used in a MS Excel worksheet for SPAN s Café food sales for one day of operating that can involve formulas to work out profit for the that day is shown below: Product Cost price Selling price Quantity sold Pasta $2.50 $ Coffee $0.75 $ Tea $0.25 $ Cake $1.50 $ Rolls $1.20 $ C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 1

2 Before entering this data into a worksheet, it is important to plan how you want the data to appear to make it easy to understand and what calculations you would like to include. The best way to do this is to make a rough draft on paper. Proper planning of a spreadsheet in the early stages can save a lot of time later on. You do not have to include all of the data in your planning sketches this is up to you. The following could be a sketch of what I might draw up on paper for my MS Excel table design: Product Cost price Selling price Profit Quantity sold Total profit Pasta $2.50 $ Coffee $0.75 $ Tea $0.25 $ Cake $1.50 $ Rolls $1.20 $ Day s profit: Once you have an idea of what you want to calculate and how you want your spreadsheet set out, then you can start to enter your text and numbers. Follow these steps: 1. Open a new MS Excel workbook. 2. Type the data in the same cells as shown below remembering to leave any formatting including $ signs until steps 3 and 4 below. 3. You can use any font and font size that you like but whatever you use it should be easy to read. 4. Choose currency format for the Cost and Price leaving the two decimal places showing. 5. Make sure your columns are wide enough to see all data in the columns. It is a good idea to save your workbook after you have entered the necessary data. Then if you make an error, you do not have to waste time re-keying in the data. 6. Save your Excel workbook in your server space naming it Task-6a.xlsx C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 2

3 Creating a Formula To calculate the Total Profit made from the sale of pasta, it would first be necessary to calculate the profit on each pasta meal. The formula would be: = Price - Cost = $5.50-$2.50 or = C6-B6 7. Click into cell D6 to select the cell where the formula is to be entered. You create a formula in Excel by firstly typing an equal sign (=) before the actual formula. 8. Type =C6-B6 Notice as you type the cell address in the formula, it highlights the formula itself in two colours on the worksheet and it colour codes the two cells involved in the calculation using those same two colours. This helps to prevent mistakes from being made. 9. Click to complete the process. Notice that even though the formula is still displayed on the Formula Bar, the result appears in the active cell. To calculate the total profit of all the pasta sales, the formula would be: = Profit x Qty. sold = $3.00*5 or = D6*E6 10. Click into cell F6 to select the cell where the formula is to be entered. 11. Type =D6*6E to enter an incorrect formula for the Total profit. 12. Click to complete the process. C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 3

4 MS Excel automatically detects that there is an error in this formula and displays a dialog screen with suggested corrections as shown on the right: 13. Click to accept the correction. Now the total profit from the sale of pasta is shown in cell F6. As far as possible you should always use cell references rather than using numbers in your formulae. This will make it easier to make changes to your spreadsheet in the future. The only time you should include a number in a formula is if the number will never change in the future. For example, when you are multiplying by 24 to convert days to hours. 14. Enter formulae for the Profit and Total profit for the Coffee. You should get $43.75 for the Total profit. Tip: To save time typing in formulas, you can use your mouse to point and click on cells to build a formula. For example, to enter the formula =C8-B8 into cell D8: 1. Click D8 and type = 2. Point your mouse to C8 and Click. C8 is added to the equal sign in the formula bar and in cell D8. A marching ants border surrounds C8. 3. Type - 4. Point to B8 and Click. B8 is added to the - in the formula bar and in cell D8. A marching ants border surrounds cell B8. 5. Click or press Enter to conclude the formula in D8. Excel calculates the result and places it in cell D Use the method shown in the tip above to enter formulae for the Profit and Total profit for the tea. You should get $33.75 for the Total profit. Next we will deliberately enter an incorrect formula into cell D9 to calculate the profit on a piece of cake: 16. Click into cell D9 to select the cell where the formula is to be entered. 17. Type =C9*B9 to enter an incorrect formula for the Profit. (We should be using =C9-B9) 18. Click or press Enter to complete the process. Notice the tiny green triangle in the top-left corner in cell D9 that you may have made an error in your formula..this is a warning from Excel indicating 19. Click into cell D9 to select the cell 20. Notice that you get a warning symbol to the left of the cell:. C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 4

5 21. Click on the warning symbol to reveal a list of choices as shown on the right: 22. Choose. The result of the formula appears in the cell. 23. Type in the other formulas as shown below: 24. Save the changes to your spreadsheet. Notes: 1/ To view all the formulas used in an Excel spreadsheet: Formulas tab in the Formula Auditing group. Repeat this again to return to the results. What if 2/ To check that you have included the correct cell reference in a formula double-click the formula. This will colour code each cell referenced in the formula and colour the borders of those referenced cells with the same colours as you saw earlier. Previously it was mentioned that you could have included the actual numbers in the formulas rather than cell references. The results would still be the same. The great advantage of a spreadsheet is the flexibility it provides by performing calculations automatically when certain variables change. For example, if you wanted to determine how much profit would be made if 8 pasta meals were sold, you just alter the appropriate quantity on the spreadsheet and, because the formula uses the cell reference (E6), it updates the Total profit cell (F6) automatically. The procedure of changing data causing results to update automatically is often referred to as What if analysis. In other words, what would happen if you sold 8 pasta meals? By using cell references in formulas, when things change you just have to edit the data in the worksheet and not the formula. 25. Click into cell E6 to select the quantity of pasta meals sold cell. 26. Type 8 to alter the quantity of pasta meals sold. 27. Click the Enter Box to accept the change. The Total profit figure for pasta changes automatically. C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 5

6 AutoSum To calculate the Day s profit from all food and drinks sales you could type the following formula: =F6+F7+F8+F9+F10 This type of formula is relatively easy to enter when there are only a few cells involved but imagine if there were a thousand different products sold. The longer the formula, the more chance for an error to be made. A more efficient way to perform this calculation is through the use of the Home tab Editing Group. button in the Excel ribbon s The AutoSum button will automatically insert a formula in a selected cell to total either the cells above or to the left of the active cell. 28. Click into cell F11 to select the cell. 29. Click the button (not the arrow) to insert the formula. The formula =SUM(F6:F10) appears in the cell as shown on the right. This type of formula is referred to as a Function. (You will cover different Functions shortly.) Notice how a dotted line appears around the range of cells, including the data it expects to total. You also see a description of the Function structure just below the formula. The formula should be checked every time you use AutoSum as blanks or text in the middle of data may cause AutoSum to select the incorrect data for totalling. 30. Click the Enter Box to accept the formula. 31. Save the changes to your spreadsheet. Tip: Formulas that you type into a spreadsheet are performed in a specific order. This order is known as BIDMAS: Brackets Index Division Multiplication Addition Subtraction * 10 = 45 not 90 if the above maths rule is applied. Question 1. What is the result of the following calculations? a/ 30-2 * b/ 30-2 * (10 + 1) c/ / 2 d/ ( ) /2 C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 6

7 AutoCalculate MS Excel includes a feature which can quickly display the sum, average, minimum, maximum or count of any range of cells. This feature is known as AutoCalculate. 32. Select the cell range E6:E10 Notice on the Status Bar (at the bottom of any window) that the Average, Count and Sum of selected cells are displayed on the right of the display bar as shown on the right: You can display other types of calculations on selected cells by clicking the right mouse button on the Status Bar. A pop-up menu appears displaying the types of calculations available. 33. Right-click on the Status Bar. The AutoCalculate menu appears as shown on the right: From this menu you can select the type of calculation to be displayed in the Status Bar. 34. Tick the Numerical Count. 35. Click elsewhere on the worksheet to cancel the AutoCalculate menu. Question 2. What is the average price of the five products? Functions AutoCalculate and AutoSum are different to the formulas you used earlier in this lesson. They are known as functions. These are built-in mathematical formulas. Excel includes over 100 built-in functions to perform specialist calculations. A function is a special type of formula and therefore must also start with an equal sign (=) similar to other formulas. A function has two important components: Function name Function arguments =Sum(F6:F10) The function name identifies the function while the function arguments identify data required for the calculation to be performed. Again, this can be either numbers or cell references but it is usually preferable to include cell references for flexibility. C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 7

8 The SUM function shown above could have been entered as above or you could use: =SUM(F6,F7,F8,F9,F10) or you could use: =SUM(24,43.75,33.75,16,51.6) But it is preferable to use a cell range (F6:F10) with the SUM function if possible. Some simple functions which can be found by clicking on next to as shown on the right: =AVERAGE(F6:F10) =COUNT(F6:F10) =MAX(F6:F10) =MIN(F6:F10) the average of the arguments. the number of values in the arguments. the maximum value of the arguments. the minimum value of the arguments. Tip: When using any of these functions, you must check that the correct cell references are used in the function arguments. If they are incorrect then: 1. Drag your mouse across the cells that should be used in the arguments. 2. Click the Enter Box to accept the formula. Function Wizard As mentioned previously, MS Excel includes a large number of specialised functions. The most difficult part to using these functions is remembering the various components of the function's arguments. Excel includes a feature called the Function Wizard to assist users to create formulas involving functions. The Insert Function Wizard button appears on the Formula Bar. The functions included in Excel are grouped together in similar categories. One of these categories includes Logical functions. The IF function is a logical function which is useful for testing a cell s contents and displaying a value. For example: =IF(test, result if test is satisfied, result if test is not satisfied) Recall that the SPAN Café volunteers do get some remuneration if daily sales exceed $200. Thinking about how this could be coded in our café example it would be something like: IF(sales>$200, Bonus paid out, No bonus payment) They want the spreadsheet to automatically remind them if the sales figures exceed $200. An IF function can be used for this. 36. Click into cell E13 to select it and type in Bonus target 37. Click into cell F13 to select it and type in If the currency formatting in the cells above did not get used in cell F13, then copy the formatting from the cells above using the tool. C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 8

9 This is the daily sales level above which a bonus will be paid to the SPAN Café volunteers. 39. Click into cell G13 to select it. The cell G13 is where you will enter an IF function that will result in one of two possible words being displayed: Bonus paid out or No bonus payment depending on the Day s profit value. 40. Click the Insert Function Wizard button in front of the Formula Bar. The Insert Function dialog box appears on screen as shown on the right: This dialog box displays the most recently used functions as well as providing you with the opportunity to search for the required function. As mentioned previously the IF function is categorised under Logical functions. All the functions in this category are listed. 41. Click on to display the function categories shown here: 42. Click on Logical to select this category. All the functions in this category are listed. I have circled them in red on the right: 43. Click on IF in the Select a Function: box to select it. Notice the IF function arguments and description at the bottom of the dialog box: 44. Click on OK to proceed with the Wizard. A dialog box appears below the Formula Bar requesting specific data for the IF function as shown on the right: C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 9

10 The cursor is blinking in the Logical_test area of the dialog box waiting for the data to be entered. In this area you need to indicate what you are going to test. In this case you want to test whether the Day s profit figure in cell F11 exceeds the target figure of $200 stored in cell F13. Therefore, the logical test is to see if the contents of cell F11 is greater than F Type: F11>F13 You could also click into F11, type > and then click into F13 to enter the formula. Notice that the formula up to this stage is displayed in the Formula Bar. Also notice to the right of the dialog box that the word False appears to indicate the result of the logical test. In other words, F11 is not greater than F13. Now you have to indicate what happens if the day s profit is greater than the target level. 46. Press the Tab key to move to the Value_if_true text box. 47. Type Bonus paid out Now you have to indicate what happens if the daily sales are less than the target level. 48. Press the Tab key to move to the Value_if_false text box. Notice that Excel has inserted quotes around the words Bonus paid out. This indicates that this is treated as text. Type No bonus payment 49. Click on OK to complete the process. 50. Ensure that the formatting of cell G13 matches that of the other cells containing text. You probably need to make column G wider so that you can see all of the resulting text. The result of the function appears in cell G13 indicating that no bonus payment is payable as the Day s profit is below the target level. Once you create a function or formula you should change your data to test if your function s calculation is performed correctly. 51. Click in cell E7 to select it. 52. Type 45 as the Qty sold of coffee. 53. Click the Enter Box to accept the change. Notice that the words Bonus paid out now appears in cell G13. The IF function can also include formulas as well as displaying text. The bonus paid to each of the volunteers is the total daily sales figure exceeding the bonus target level divided by the number of volunteers working at the cafe. In our example there are four volunteers so you divide the total sales amount above $200 by 4. MS Excel can automatically work out this amount: 54. Click in cell E15 to select it. 55. Type: No. of volunteers 56. Press the Tab key to move to the next right cell. 57. Type: 4 for the number of volunteers. 58. Ensure that the formatting of cells E13 and F13 matches the rest of the spreadsheet making sure that cell F13 shows 4 and not Hint: Click on twice. 59. Press the Tab key to move to the next right cell. 60. Type: Volunteer s each paid: C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 10

11 61. Format this cell to match the rest of the spreadsheet. 62. Make sure that the cell is wide enough so that you can see all of the text in this cell plus perhaps a bit more space on the left. 63. Press the Tab key to move to the next right cell. 64. Type = to indicate that you are about to enter a formula. Notice that in the Reference Area left of the Formula Bar the word IF appears. This is now a clickable button and indicates the last used function for quick access. 65. Click the button to display the IF dialog box. 66. Type (or using your mouse click in the formula): F11>F13 for the test to be performed again. 67. Press the Tab key to move to the Value_if_true text box. 68. Type (or using your mouse click in the formula): (F11-F13)/F15 i.e. Bonus profit No. volunteers You have now created a calculation to determine what the bonus would be to each volunteer if it was going to be paid. 69. Press the Tab key to move to the Value_if_false text box. 70. Type 0 to indicate no bonus payment. This will cause 0 to be displayed if the Days profit is below the Bonus target. Your Function Arguments dialog box should look like that shown on the right. Notice the added information that dialog box gives you. 71. Click on OK to complete the process. Notice a bonus figure of appears. 72. Format cell H15 to currency. The easiest way to do this is to use the tool. It should appear as $1.03. To test the function you have just created: 73. Click in cell E7 to select it. 74. Type: 25 as the Qty sold of coffee. (I know from earlier on in this lesson that this resulted in No bonus payment.) 75. Click the Enter Box to accept the change. The words No Bonus payment appears and the volunteers are each paid $0.00. C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 11

12 Notes: i/ Instead of typing in 0 in to the Value_if_false text box above you could have used " " including both double-quote marks and this would have left the cell H15 empty (blank) if the volunteers did not get a bonus payment. I think I prefer to have $0.00 displayed rather than nothing. ii/ The Function Wizard dialog box can sometimes sit on top of the cells that you are trying to enter and you may not be able to remember their addresses. You can temporarily collapse the dialog box so that you can view the cells: Click to collapse the dialog box. Click to return the dialog box to the original size. 76. Validate your workbook: Make sure that every text entry in a cell is spelt correctly, every cell containing numeric data is correct and every cell containing a formula shows the correct result. Fix up all errors. 77. Type your name into one of the empty cells on the right. 78. Click, or Ctrl + S to save your workbook. 79. Click on the Page Layout tab and then click on the Orientation button. 80. Select Landscape so that when you do print your work it will fit onto less sheets of A4 paper. 81. Print your spreadsheet making sure that it fits onto one sheet of A Print out your formulas making sure it fits onto no more than 2 sheets of A Hand it to Mr Kruyer for ACFE purposes. Question 3. What are you doing when you are asked to validate your work? You have completed the section dealing with creating a formula in Excel. There is a homework exercise to complete. This exercise tests the Excel skills that you learnt so far in this course. C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 12

13 Prove to Mr Kruyer that you have Learnt Excel Skills Create a new Microsoft Excel worksheet. The following worksheet is used to record the performance of SPAN Football Club players. It performs various statistics on the players goal scoring as well as working out what type of award certificate a player gets based on their average goal score. Enter the data below into the worksheet: Enter formulas to calculate the total goals scored for each player. Enter the functions to calculate the average, maximum and minimum goals for each player. Hint: Use the information in the tip box on page 8 of this task because you must check that the correct function arguments are being used in your functions. After entering correct formulas your worksheet should appear as: There are two types of award certificates that players can receive depending on their goal scoring average: If their average is 2 or under then they receive a merit certificate. If their average is above 2 then they receive an excellence certificate. Enter IF functions in an Award column to work out the type of certificate each player gets. Hint: Use??>2 in your IF function test replacing?? with a cells address. C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 13

14 After entering correct formulas your worksheet should appear as: Save your worksheet with a suitable name. Validate your workbook. Oh dear, there are two input data errors in your worksheet: In Game 2 Cristina scored 6 goals. In Game 4 Lana did not score any goals at all. Alter your worksheet to reflect these two mistakes. Highlight all the cells in your spreadsheet. (Cells A1 to K13 should now be highlighted.) Click on the Home tab and then click on the Format button as shown on the right: Select AutoFit Column Width. Again save the worksheet and then back it up to your USB. Close your worksheet. Exit out of Excel. Have you backed up all of your work at the end of this lesson to your USB thumb drive? Have you been saving your work to the network drive every 10 minutes? Show your MS Excel documents to Mr Kruyer for assessment. Due Dates: All questions from this task and homework should be completed by next week s class. C:\Users\GerryKruyer\Documents\SPAN\ms-office\ms-excel\learning-tasks\level-2\task6\TYMSExcel6.docx Page 14

Excel 2007 A Beginners Guide

Excel 2007 A Beginners Guide Excel 2007 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Excel 2003 A Beginners Guide

Excel 2003 A Beginners Guide Excel 2003 A Beginners Guide Beginner Introduction The aim of this document is to introduce some basic techniques for using Excel to enter data, perform calculations and produce simple charts based on

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 Screen Elements Quick Access Toolbar The Ribbon Formula Bar Expand Formula Bar Button File Menu Vertical Scroll Worksheet Navigation Tabs Horizontal Scroll Bar Zoom

More information

Pivot Tables & Pivot Charts

Pivot Tables & Pivot Charts Pivot Tables & Pivot Charts Pivot tables... 2 Creating pivot table using the wizard...2 The pivot table toolbar...5 Analysing data in a pivot table...5 Pivot Charts... 6 Creating a pivot chart using the

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0

ECDL. European Computer Driving Licence. Spreadsheet Software BCS ITQ Level 2. Syllabus Version 5.0 European Computer Driving Licence Spreadsheet Software BCS ITQ Level 2 Using Microsoft Excel 2010 Syllabus Version 5.0 This training, which has been approved by BCS, The Chartered Institute for IT, includes

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Microsoft Excel 2007 Level 2

Microsoft Excel 2007 Level 2 Information Technology Services Kennesaw State University Microsoft Excel 2007 Level 2 Copyright 2008 KSU Dept. of Information Technology Services This document may be downloaded, printed or copied for

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

More information

What is Microsoft Excel?

What is Microsoft Excel? What is Microsoft Excel? Microsoft Excel is a member of the spreadsheet family of software. Spreadsheets allow you to keep track of data, create charts based from data, and perform complex calculations.

More information

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Excel basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Excel basics Excel is a powerful spreadsheet and data analysis application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

AARP Tax-Aide Helpful Hints for Using the Volunteer Excel Expense Form and Other Excel Documents

AARP Tax-Aide Helpful Hints for Using the Volunteer Excel Expense Form and Other Excel Documents AARP Tax-Aide Helpful Hints for Using the Volunteer Excel Expense Form and Other Excel Documents This document is designed to give you information to help you perform Excel file functions associated with

More information

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8

Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 Introduction To Microsoft Office Excel 2007. Bob Booth July 2008 AP-Excel8 University of Sheffield Contents 1. INTRODUCTION... 3 2. OVERVIEW OF SPREADSHEETS... 3 3. GETTING STARTED... 4 3.1 STARTING EXCEL

More information

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

The Center for Teaching, Learning, & Technology

The Center for Teaching, Learning, & Technology The Center for Teaching, Learning, & Technology Instructional Technology Workshops Microsoft Excel 2010 Formulas and Charts Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston

More information

Spreadsheets Hop-around Cards

Spreadsheets Hop-around Cards Spreadsheets Hop-around Cards Visit us online at HOP-AROUND CARDS Preparation Print the cards out using a high quality colour printer Laminate each sheet and then cut out the individual cards to make a

More information

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas Introduction Excel Level Two This workshop introduces you to formulas, functions, moving and copying data, using autofill, relative and absolute references, and formatting cells. Contents Introduction

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

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

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies

Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Creating Charts in Microsoft Excel A supplement to Chapter 5 of Quantitative Approaches in Business Studies Components of a Chart 1 Chart types 2 Data tables 4 The Chart Wizard 5 Column Charts 7 Line charts

More information

Introduction to Microsoft Excel 2007/2010

Introduction to Microsoft Excel 2007/2010 to Microsoft Excel 2007/2010 Abstract: Microsoft Excel is one of the most powerful and widely used spreadsheet applications available today. Excel's functionality and popularity have made it an essential

More information

Adding Comments in Microsoft Excel 2003

Adding Comments in Microsoft Excel 2003 Adding Comments in Microsoft Excel 2003 Introduction Microsoft Excel has a very useful facility which allows you to add explanatory notes to your worksheet. These can be used, for example, to explain what

More information

Formatting Formatting Tables

Formatting Formatting Tables Intermediate Excel 2013 One major organizational change introduced in Excel 2007, was the ribbon. Each ribbon revealed many more options depending on the tab selected. The Help button is the question mark

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

More information

Computer Training Centre University College Cork. Excel 2013 Level 1

Computer Training Centre University College Cork. Excel 2013 Level 1 Computer Training Centre University College Cork Excel 2013 Level 1 Table of Contents Introduction... 1 Opening Excel... 1 Using Windows 7... 1 Using Windows 8... 1 Getting Started with Excel 2013... 2

More information

Excel Spreadsheet Activity Redo #1

Excel Spreadsheet Activity Redo #1 Excel Spreadsheet Activity Redo #1 Melissa Ebling 11/9/06 Directions: Please follow all directions in this packet. This assignment will consist of your tracking ten different stocks over a period of a

More information

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals

Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals Excel 2003 Instructions Using Excel for Business Analysis: A Guide to Financial Modelling Fundamentals contains extensive instructions for using Excel 2010 and Excel for Mac 2011. There are a few instances

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Creating Basic Excel Formulas

Creating Basic Excel Formulas Creating Basic Excel Formulas Formulas are equations that perform calculations on values in your worksheet. Depending on how you build a formula in Excel will determine if the answer to your formula automatically

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Performing Simple Calculations Using the Status Bar

Performing Simple Calculations Using the Status Bar Excel Formulas Performing Simple Calculations Using the Status Bar If you need to see a simple calculation, such as a total, but do not need it to be a part of your spreadsheet, all you need is your Status

More information

MICROSOFT EXCEL 2010. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator

MICROSOFT EXCEL 2010. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator MICROSOFT EXCEL 2010 Formulas, Functions, & Macros Documented by Vincent J. Yanusauskas Computer Training Coordinator Introduction This handout was created to familiarize the user with the most common

More information

2015 County Auditors Institute. May 2015. Excel Workshop Tips. Working Smarter, Not Harder. by David Scott, SpeakGeek@att.net

2015 County Auditors Institute. May 2015. Excel Workshop Tips. Working Smarter, Not Harder. by David Scott, SpeakGeek@att.net 2015 County Auditors Institute May 2015 Excel Workshop Tips Working Smarter, Not Harder by David Scott, SpeakGeek@att.net Note: All examples in this workshop and this tip sheet were done using Excel 2010

More information

Microsoft Excel: Exercise 5

Microsoft Excel: Exercise 5 Microsoft Excel: Exercise 5 In this exercise: Using AutoSum Using the fill handle to copy formulas Using AutoFormat Using the Chart Wizard to create a pie and bar graph This is a case study exercise. In

More information

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL.

This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. Purpose: This activity will guide you to create formulas and use some of the built-in math functions in EXCEL. The three goals of the spreadsheet are: Given a triangle with two out of three angles known,

More information

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co.

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co. Excel Pivot Tables 1 Table of Contents Pivot Tables... 3 Preparing Data for a Pivot Table... 3 Creating a Dynamic Range for a Pivot Table... 3 Creating a Pivot Table... 4 Removing a Field... 5 Change the

More information

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel

Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS EXCEL 2007 Data entry & formatting Using formulas & functions Presenting data with charts Database features in Excel Introduction to MS Excel 2007 2 Table of Contents Getting started

More information

Formulas & Functions in Microsoft Excel

Formulas & Functions in Microsoft Excel Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician II Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Using

More information

Microsoft Excel 2007. Introduction to Microsoft Excel 2007

Microsoft Excel 2007. Introduction to Microsoft Excel 2007 Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Excel is an electronic spreadsheet to organize your data into rows and columns. One can use it to perform basic to advanced level mathematical

More information

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training

warpct.com Working with MS Excel 2003 Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training Working with MS Excel 2003 Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding our training

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I 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 I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Advanced Excel Charts : Tables : Pivots : Macros

Advanced Excel Charts : Tables : Pivots : Macros Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types

More information

User Guide. Opening secure email from the State of Oregon Viewing birth certificate edits reports in MS Excel

User Guide. Opening secure email from the State of Oregon Viewing birth certificate edits reports in MS Excel User Guide Opening secure email from the State of Oregon Viewing birth certificate edits reports in MS Excel Birth Certifier Edition Last Revised: August, 0 PUBLIC HEALTH DIVISION Center for Public Health

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Excel Project 4. 1. From the Start menu select New Office Document. If necessary, click the General tab and then double-click Blank workbook.

Excel Project 4. 1. From the Start menu select New Office Document. If necessary, click the General tab and then double-click Blank workbook. Excel Project 4 Two of the more powerful aspects of Excel are its wide array of functions and its capability to organize answers to what-if questions. In earlier projects you were introduced to several

More information

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

More information

Creating a Gradebook in Excel

Creating a Gradebook in Excel Creating a Spreadsheet Gradebook 1 Creating a Gradebook in Excel Spreadsheets are a great tool for creating gradebooks. With a little bit of work, you can create a customized gradebook that will provide

More information

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

Tutorial Microsoft Office Excel 2003

Tutorial Microsoft Office Excel 2003 Tutorial Microsoft Office Excel 2003 Introduction: Microsoft Excel is the most widespread program for creating spreadsheets on the market today. Spreadsheets allow you to organize information in rows and

More information

Formulas & Functions in Microsoft Excel

Formulas & Functions in Microsoft Excel Formulas & Functions in Microsoft Excel Theresa A Scott, MS Biostatistician III Department of Biostatistics Vanderbilt University theresa.scott@vanderbilt.edu Table of Contents 1 Introduction 1 1.1 Using

More information

Microsoft Excel 2007 An Essential Guide (Level 1)

Microsoft Excel 2007 An Essential Guide (Level 1) IT Services Microsoft Excel 2007 An Essential Guide (Level 1) Contents Introduction...1 Starting Excel...1 The Excel Screen...1 Getting Help...2 Moving Around the Worksheet...2 Saving your Work...2 Data

More information

CREATING FORMAL REPORT. using MICROSOFT WORD. and EXCEL

CREATING FORMAL REPORT. using MICROSOFT WORD. and EXCEL CREATING a FORMAL REPORT using MICROSOFT WORD and EXCEL TABLE OF CONTENTS TABLE OF CONTENTS... 2 1 INTRODUCTION... 4 1.1 Aim... 4 1.2 Authorisation... 4 1.3 Sources of Information... 4 2 FINDINGS... 4

More information

Excel Functions (fx) Click the Paste Function button. In the Function Category select All. Scroll down the Function Name list And select SUM.

Excel Functions (fx) Click the Paste Function button. In the Function Category select All. Scroll down the Function Name list And select SUM. Excel Functions (fx) Excel has prewritten formulas called functions to help simplify making complicated calculations. A function takes a value or values, performs an operation, and returns a result to

More information

EXCEL EXERCISE #8: Consolidating and Linking Spreadsheets

EXCEL EXERCISE #8: Consolidating and Linking Spreadsheets EXCEL EXERCISE #: Consolidating and Linking Spreadsheets. Enter the following information onto Sheet. Double click on the tab for the worksheet and rename it: East. (It represents sales in $000.) 0 Record

More information

Draw pie charts in Excel

Draw pie charts in Excel This activity shows how to draw pie charts in Excel 2007. Open a new Excel workbook. Enter some data you can use your own data if you wish. This table gives the % of European holidays sold by a travel

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that

More information

Formulas, Functions and Charts

Formulas, Functions and Charts Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

As in the example above, a Budget created on the computer typically has:

As in the example above, a Budget created on the computer typically has: Activity Card Create a How will you ensure that your expenses do not exceed what you planned to invest or spend? You can create a budget to plan your expenditures and earnings. As a family, you can plan

More information

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers?

Basic Formulas in Excel. Why use cell names in formulas instead of actual numbers? Understanding formulas Basic Formulas in Excel Formulas are placed into cells whenever you want Excel to add, subtract, multiply, divide or do other mathematical calculations. The formula should be placed

More information

Microsoft Excel 2010. Understanding the Basics

Microsoft Excel 2010. Understanding the Basics Microsoft Excel 2010 Understanding the Basics Table of Contents Opening Excel 2010 2 Components of Excel 2 The Ribbon 3 o Contextual Tabs 3 o Dialog Box Launcher 4 o Quick Access Toolbar 4 Key Tips 5 The

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 Special Topics PivotTable IF Function V-Lookup Function Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 KSU Department of Information Technology

More information

MICROSOFT ACCESS STEP BY STEP GUIDE

MICROSOFT ACCESS STEP BY STEP GUIDE IGCSE ICT SECTION 11 DATA MANIPULATION MICROSOFT ACCESS STEP BY STEP GUIDE Mark Nicholls ICT Lounge P a g e 1 Contents Task 35 details Page 3 Opening a new Database. Page 4 Importing.csv file into the

More information

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT...

Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... Word 2010: The Basics Table of Contents THE WORD 2010 WINDOW... 2 SET UP A DOCUMENT... 3 INTRODUCING BACKSTAGE... 3 CREATE A NEW DOCUMENT... 4 Open a blank document... 4 Start a document from a template...

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 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 Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

Excel Reports and Macros

Excel Reports and Macros Excel Reports and Macros Within Microsoft Excel it is possible to create a macro. This is a set of commands that Excel follows to automatically make certain changes to data in a spreadsheet. By adding

More information

Excel 2003: Ringtones Task

Excel 2003: Ringtones Task Excel 2003: Ringtones Task 1. Open up a blank spreadsheet 2. Save the spreadsheet to your area and call it Ringtones.xls 3. Add the data as shown here, making sure you keep to the cells as shown Make sure

More information

Microsoft Word 2011: Create a Table of Contents

Microsoft Word 2011: Create a Table of Contents Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A

More information

Excel Intermediate Session 2: Charts and Tables

Excel Intermediate Session 2: Charts and Tables Excel Intermediate Session 2: Charts and Tables Agenda 1. Introduction (10 minutes) 2. Tables and Ranges (5 minutes) 3. The Report Part 1: Creating and Manipulating Tables (45 min) 4. Charts and other

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

How to Excel with CUFS Part 2 Excel 2010

How to Excel with CUFS Part 2 Excel 2010 How to Excel with CUFS Part 2 Excel 2010 Course Manual Finance Training Contents 1. Working with multiple worksheets 1.1 Inserting new worksheets 3 1.2 Deleting sheets 3 1.3 Moving and copying Excel worksheets

More information

Using Microsoft Excel 2010

Using Microsoft Excel 2010 Unit 5 Using Microsoft Excel 2010 Unit Objectives This unit includes the knowledge and skills required to analyze information in an electronic worksheet and to format information using functions specific

More information

Lab 11: Budgeting with Excel

Lab 11: Budgeting with Excel Lab 11: Budgeting with Excel This lab exercise will have you track credit card bills over a period of three months. You will determine those months in which a budget was met for various categories. You

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites

More information

Directions: Follow the below steps to create a Shopping Budget Worksheet in Microsoft Excel.

Directions: Follow the below steps to create a Shopping Budget Worksheet in Microsoft Excel. Shopping Budget- Microsoft Excel 7 th grade Directions: Follow the below steps to create a Shopping Budget Worksheet in Microsoft Excel. Open Microsoft Excel from your desktop and save this new workbook

More information

Step Sheet: Creating a Data Table and Charts

Step Sheet: Creating a Data Table and Charts Step Sheet: Creating a Data Table and Charts Using Microsoft Excel Spreadsheets with Data This step sheet will help you build a data table and convert the data into histograms and circle graphs for your

More information

SPREADSHEETS. TIP! Whenever you get some new data, save it under a new name! Then if you mess things up, you can always go back to the original.

SPREADSHEETS. TIP! Whenever you get some new data, save it under a new name! Then if you mess things up, you can always go back to the original. SPREADSHEETS Spreadsheets are great tools for sorting, filtering and running calculations on tables of data. Journalists who know the basics can interview data to find stories and trends that others may

More information

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4

Excel Unit 4. Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Excel Unit 4 Data files needed to complete these exercises will be found on the S: drive>410>student>computer Technology>Excel>Unit 4 Step by Step 4.1 Creating and Positioning Charts GET READY. Before

More information

MICROSOFT EXCEL FORMULAS

MICROSOFT EXCEL FORMULAS MICROSOFT EXCEL FORMULAS Building Formulas... 1 Writing a Formula... 1 Parentheses in Formulas... 2 Operator Precedence... 2 Changing the Operator Precedence... 2 Functions... 3 The Insert Function Button...

More information

Everyday Excel Stuff Excel Day Planner Organizer Reference Guide

Everyday Excel Stuff Excel Day Planner Organizer Reference Guide Everyday Excel Stuff Excel Day Planner Organizer Reference Guide Opening & Saving the Excel Day Planner... 2 1. Opening the Day Planner...2 2. Saving the Day Planner...2 Daily Task Sheet... 2 1. Entering

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Creating a table of contents quickly in Word

Creating a table of contents quickly in Word Creating a table of contents quickly in Word This note shows you how to set up a table of contents that can be generated and updated quickly and easily, even for the longest and most complex documents.

More information

27 Spreadsheet. modelling. Learning outcomes. Credit value: 10

27 Spreadsheet. modelling. Learning outcomes. Credit value: 10 Credit value: 10 27 Spreadsheet modelling The spreadsheet and the word processor were the business applications that started the personal computer revolution, and they remain the most popular and useful

More information

Formatting & Styles Word 2010

Formatting & Styles Word 2010 Formatting & Styles Word 2010 Produced by Flinders University Centre for Educational ICT CONTENTS Layout... 1 Using the Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands

More information

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed

Excel. Microsoft Office s spreadsheet application can be used to track. and analyze numerical data for display on screen or in printed Excel Microsoft Office s spreadsheet application can be used to track and analyze numerical data for display on screen or in printed format. Excel is designed to help you record and calculate data, and

More information