1 Formulas and Functions April 09 C:\Documents and Settings\skoludek_r\Desktop\MSprogs\Excel\Formulas and Functions handout.doc

Size: px
Start display at page:

Download "1 Formulas and Functions April 09 C:\Documents and Settings\skoludek_r\Desktop\MSprogs\Excel\Formulas and Functions handout.doc"

Transcription

1 1 Formulas and Functions

2 Contents FORMULAS AND FUNCTIONS... 3 Arithmetic formulae... 3 Error Messages... 3 Entering formulae... 4 Addition... 4 Subtraction... 4 Building formulae using mouse... 5 Multiplication... 5 Division... 5 More complicated formulae... 6 Editing formulae... 7 Using Auto fill... 7 Working with Functions... 8 SUM Function... 8 The Average Function... 9 The Max Function... 9 The MIN Function... 9 The COUNT Function... 9 Other Useful Formulas Age Formula Entering today s date Relative and Absolute Cell Referencing Relative References Absolute References Comparison Operators The Logical IF Function The Paste Function button Consolidation exercise for Formulas / Functions Outcome answers for exercise Outcome with formulas: Odds & Ends Paste special Linking Cells Freezing and Unfreezing Rows and Columns Protection/Unlocking cells Data Validation Creating a drop down list Custom Lists Conditional Formatting Consolidation exercise for Odds & Ends Outcome for exercise FORMULAS AND FUNCTIONS 2 Formulas and Functions

3 Arithmetic formulae The two main uses for Excel are to store and analyse information and to make calculations. Once you have entered the information, you then have to enter the formulae to work out what it is you want to know. Excel does not need to know the content of the cell to work out formulas it uses the Cell reference ie:- B1, C4 etc The buttons for entering the mathematical signs are on your number pad as follows:- / = Division * = Multiplication - = Subtraction + = Addition Error Messages When you work with formulae you occasionally get error messages. The table below gives examples of the main error messages and their meanings. If you get an error message appear you should be able to work out where the error is and correct it by editing the formula in the formula bar. Error message Meaning #VALUE! One of the cells involved in the calculation contains text instead of a number. #REF! One of the cell references in the formula is not valid you may have pasted moving cells into cells that are referred to by other formulae. #DIV/0! The denominator in a division formula is zero you cannot divide by zero. ######## The cell is not wide enough to display its contents. 3 Formulas and Functions

4 Entering formulae Select the cell in which you want the answer to your calculation to appear. Type an equals sign = this indicates that a formula follows. Enter the formula using the cell references for the cells that are part of the calculation. NB: - Excel does not mind whether you use upper case or lowercase letters B6 is the same as b6. There are two ways of entering formulae:- 1. Enter formulae by typing the cell references 2. Building the formulae by typing operators and clicking the appropriate cells with the mouse. Examples of simple formulae:- Active cell reference Formula bar Addition Using the table of information above if you wished to add the contents of cell B3 to the contents of cell C3 displaying the answer in cell D3. First ensure that cell D3 is selected then type: =b3+c3 press enter to confirm entry. Note on the example above cell D3 has the solution to the formula entered but you can see the formula applied to this cell by looking in the formula bar. Subtraction If you wanted to subtract the contents of cell C4 from the contents of cell B4, displaying the answer in cell D4. First make sure that cell D4 is selected. Type: =b4-c4 Press enter to confirm entry. 4 Formulas and Functions

5 Building formulae using mouse You can build formulas in steps by typing in the operators such as =, +, -, /, * and using the mouse to click on the cell references you wish to use. Multiplication To multiply the cells of B5 and C5 so the answer displays in cell D5. First ensure cell D5 is selected then enter the following: = Then using the mouse click in cell B5. Type * then using mouse click in cell C5. Check the formula in the formula bar and then press enter to confirm. Division To divide the contents of cell B6 by the contents of cell C6. First click in the cell you want the answer to appear in (D6) then enter the following:- =Using the mouse click in cell B6 type / then using mouse click in cell C6. Press enter to confirm entry. 5 Formulas and Functions

6 More complicated formulae There will be times when you want to use several operators adding some quantities, subtracting others also using multiplication or division. Excel does not work through a formula from left to right. Excel has a specific working order for calculating formulae. The mathematical term for this is called BODMAS Brackets over Division Multiplication Addition Subtraction. See table below:- Priority Symbol Operation Worked out first ( ) Anything enclosed in brackets * / Multiplication, division Worked out last + - Addition, subtraction Therefore if you are entering a formula you have to think what you would like Excel to work out first and enter these figures in brackets:- For example if you wanted to perform the following calculation *3 Excel would calculate the wrong answer because it would multiply 5 by 3 first then add 10 and 20 to the answer. It therefore needs to be entered within brackets such as ( )*3. This way Excel knows what to calculate first. So to apply this to cell referencing on an Excel worksheet you would need to select the cell you wished the answer to be displayed in then type or build your formula using the appropriate cells. The example below demonstrates this:- 6 Formulas and Functions

7 Editing formulae There are two ways of editing formula. formula. :- First select the cell that contains the 1. Double click cell so your cursor is flashing within it then edit the formula using the normal editing keys such as Delete, Backspace or arrows etc. 2. Click on the Formula bar and edit in the usual way. To confirm your changes either click on the green tick or press the enter key. Using Auto fill Auto fill provides an easy way to copy a cell or range of cells into adjacent cells. For example days of the week, months, formulas and numbers can be auto filled across a range of cells. To do this first enter your first entry, for example Type Monday into cell A1. Note on the example below there is a small black square in the bottom corner of your cell this is called a fill handle:- Fill handle Using your mouse hover over this square until your mouse cross changes to a small black cross then holding your left mouse button down drag across the cell range and notice that Excel auto fills the next series Tuesday, Wednesday etc. If there is a formula in the original cell selection, it is this that will be copied and not the value calculated by the formula. Note: that it does auto fill abbreviations too. For example if you type Mon then it will fill in Tues, Wed etc. Auto filling numbers:- This works in the same way as above except if you want to fill in multiples of 1 then you hold the Ctrl key down whilst dragging the fill handle across the range of cells. However if you want to fill in a series for example 3,6,9,12 you need to enter the first two numbers in the sequence then select (highlight) those two cells before using the auto fill handle. Select first two sequence cells before you use fill handle 7 Formulas and Functions

8 Working with Functions SUM Function Manually entering the SUM Function The SUM function is used to add a range of numbers together. Click into the destination cell, (where you want the total to appear). See example below. =SUM(B2:D2) This will add the contents of cell B2 and D2 and all cells between them, (ie, C2). Press enter on the keyboard to complete the formula. Using Auto sum The SUM function is one of the most regularly used functions. has included an Auto sum button on the Standard toolbar. Excel To use auto sum: - Click in the destination cell where you wish your total to appear. Click on the Auto sum button. Ensure the marching ants are around the correct range of cells. You can alter these by highlighting the correct range with your mouse. See example below for clarification. Press enter on your keyboard or click the green tick to complete the formula Use Auto fill (fill handle) to copy the formula to the remaining total. 8 Formulas and Functions

9 The Average Function The average function is used to calculate the average for a list of numbers. It will add the numbers together and divide by how many numbers there are, this is called the Mean average. Click onto the destination cell where you want your answer to appear. Then type: =AVERAGE(B2:D2) Press enter on the keyboard to complete the formula. The Max Function The MAX function is used to find the highest number in a list of numbers. Click onto the destination cell where you want your answer to appear. Then type: =MAX(B2:B15) Press enter on the keyboard to complete the formula. The MIN Function The MIN function is used to calculate the lowest number from a list of numbers. Click onto the destination cell where you want your answer to appear. Then type: =MIN (B2:B15) Press enter on the keyboard to complete the formula. The COUNT Function The COUNT function is used to calculate how many entries are within a list of numbers. Click onto the destination cell where you want your answer to appear. Then type: =COUNT (B2:B15) (If counting text entries you need to enter =COUNTA) Press enter on the keyboard to complete the formula. NB: All of the above functions can be used using the Autosum button. Ensure the marching ants are around the correct range of cells, then click on the arrow at the side of the Autosum button and select your desired function. 9 Formulas and Functions

10 Other Useful Formulas Age Formula To Work out a persons rounded age then enter their date of birth into cell A1 then enter the following formula: =DATEDIF(A1, TODAY(), "y") Alternatively have today s date in one cell, their d of b in another and take d of b away from today s date and divide by =(a1-a2)/ Entering today s date If you wish to enter today s date so that the date will automatically update to the correct date when you next open your worksheet: Type =today() To enter today s date as a static date so you can autofil Press the Ctrl key and the semi colon on your keyboard. To show the date as text for the day of the week Type =text(a2, dddd ) press enter then autofil the days down. 10 Formulas and Functions

11 Relative and Absolute Cell Referencing When you create a formula, cell references direct Excel where to look for data or values. There are two ways in which data and values in cells are accessed or referred to, i.e. using relative references or absolute references in a formula. Relative References Relative cell references are used when the cells containing data or values you want to use are positioned relative to the cell containing the formula. For example: - In the diagram, B2 and C2 are positioned relative to D2. Once the formula in D2 has been entered the formula can be auto filled (replicated), to D3, because they are relative cells Excel automatically adjusts the references in the copied formula to refer to the different cells. Absolute References Absolute references are less frequently used in simple spreadsheets than relative references. An absolute reference does not adjust in any way when you replicate (auto fill) the formula. For the example in the diagram below, if you wanted to force excel to look at B3 each time you would put a $ against the B and the 3, =$B$3. To identify where an absolute reference has been used, part of the formula will contain a $ sign. This means that when you auto fill the formula to the other cells, due to the absolute reference being used, it will alter the first part of the formula to suit (see the example) i.e. b8 and then b9 but the end of the formula will always relate back to b3 because of the $ signs. 11 Formulas and Functions

12 Comparison Operators The following is a table of comparison operators and their definitions. Operator Description = Equals > Is greater than < Is less than >= Is greater than or equal to <= Is less than or equal to <> Does not equal In the example below if you wanted to use a comparison operator to find out if the contents of cell A1 is greater than 15 then select the cell you want your answer to appear in (B1) and enter =A1>15 then press enter you should get either a TRUE or FALSE display depending on the content of A1. Try altering the content of A1 from 10 to 25 and see if your formula changes. 12 Formulas and Functions

13 The Logical IF Function The IF function is one of the most frequently used logical functions. The IF function allows you to test for a condition and then carry out an action depending on whether the condition is found to be true or false. There are three arguments in an IF function: (1) (2) (3) =IF(logical_test,value_if_true,value_if_false) (1) For Example:- If the value in (E4 is less than 80) then the value to be (2) (3) displayed in (G4 is NO) otherwise the value to be displayed is (YES). Occasionally you may need to refer to a certain cell on the spreadsheet for your true and false values. This is where you can use absolute cell referencing as part of your formula. As you can see on the example below Cells A10 and A11 have YES and NO which is to be used in the formula. Remember if you which to direct Excel to a certain cell you must use the $ sign for the Cell reference. Otherwise Auto fill will not work. 13 Formulas and Functions

14 The Paste Function button You can use the paste function button on the toolbar to assist you in the use of functions. All the functions and many more are listed in this function button. Click in the destination cell where you want your answer to be then click the paste function button. We are going to use the IF function as an example. The following box will appear where you can select the IF function from the most recently used category or if it does not appear then click in the All category and scroll to search. Once selected, click OK. Enter in the logical test condition; you can use the selector button at the right hand end of the logical test box to click onto the Cells on your spreadsheet. Selector Button Then click the selector button again to return to the box above. Then enter in your True and False values then OK. Your formula will then be complete. 14 Formulas and Functions

15 Consolidation exercise for Formulas / Functions 1. Open Working with functions workbook from the Training on Schrödinger K: Folder for your machine, ECDL Module files, Module 4 Coursework folder and save using a unique filename. Or alternatively enter the following onto a new workbook. 2. On sheet 1 in cell C14 use the appropriate formula/function to work out the total for Week Replicate the formula in Cell C14 to D14:F In cell G4 Use the appropriate formula/function to work out the Total from Week 1 Week 4 for Student Brennan. 5. Replicate the formula in Cell G4 to cell range G5:G In order to work out the Balance the formula is Total Due minus Total. Please enter the formula into Cell H4. Then replicate it to cell range H5:H In cell C16 please work out the average for Week 1. Replicate the formula to D16:F In cell C17 enter a formula/function to work out the highest amount for Week 1 and replicate the formula to D17:F In cell C18 enter a formula/function to work out the lowest amount for Week 1 and replicate the formula to D18:F Formulas and Functions

16 10. In cell C19 enter a formula/function to work out the No of payments for Week 1 and replicate the formula to D19:F In cell C21 add an appropriate formula/function that states if the amount in cell C14 is greater than 170 then refer to cell A22 if it is not then refer to cell A21, (ensure that if you copy the formula it still refers to cell A22 and cell A21). 12. Replicate the formula in cell C21 to cell range D21:F Check your results with the Outcomes overleaf. 14. Close the document and say NO to save changes. 16 Formulas and Functions

17 Outcome answers for exercise 17 Formulas and Functions

18 Outcome with formulas: - 18 Formulas and Functions

19 Odds & Ends Paste special Linking sheets through copy and paste: If you copy your spreadsheet to another sheet or workbook. When you go to paste onto the destination sheet use paste special. This acts as a link between the two sheets. Ensure you click the Paste Link button. Now if you change any data on the original source spreadsheet the linked sheet automatically updates. Linking Cells If you want to link the contents of two cells together. Select the destination cell type =. Then using your mouse click on the cell with the data then press enter. You can use this principle for linking cells from one sheet to another. Freezing and Unfreezing Rows and Columns When you have a large worksheet, it s difficult to navigate around when you can no longer see the row and column labels at the top and left of the worksheet. Excel can help by freezing row and column labels so they stay put as you scroll to see the rest of the data. This process is called freezing panes. To freeze rows and columns click in the first cell of the worksheet you do not want frozen. (Excel freezes everything above and to the left of a selected cell). Using mouse click on Window > Freeze panes. Some bold lines should appear on your worksheet identifying which cells have been frozen. See example below. 19 Formulas and Functions

20 To unfreeze panes simply click on the Window menu and select unfreeze panes. 20 Formulas and Functions

21 Protection/Unlocking cells Within Excel you can protect certain cells so that the Data cannot be edited. To do this first highlight the cells that you do not want to be protected. Then using mouse go to Format > Cells > click on protection tab. Take the tick out of the locked option then OK. See below for example:- Then go to Tools > Protections > Protect sheet. See below for confirmation:- You can password protect if you wish. If not leave the password field blank. NB: If you password protect ensure someone else knows the password. IT cannot help you if you lose of forget the password. To unprotect the sheet go to the Tools > protection> unprotect option. 21 Formulas and Functions

22 Data Validation You can set messages or instructions to display on your worksheet as people type or can set criteria so that the cells only accept certain data. Highlight the column or cells you wish to apply the instruction to: Then click on the Data menu and highlight Validation. A dialogue box should appear like the example below:- Within this box enter the criteria. If you wish to have a message appear as well click the Input Message Tab and type your message. Then Click OK to confirm. 22 Formulas and Functions

23 Creating a drop down list First select the cells or columns you wish to add a drop down list to. Then from the menu bar click Data > Validation. The data validation dialogue box will appear. On the settings tab under validation criteria click on the drop down arrow and choose List. Enter your list separated by commas. See example below:- Select list from drop down menu Enter your list separated by commas. Once complete click OK Source data selector button This condition has now been completed and each time you click on the cells a drop down arrow should appear for people to select from. NB: If you already have a list created on the same sheet instead of manually typing in the list click on the selector button and highlight the range. Then click back on the minimised selector button to click OK. You can also have the list on a separate sheet within the same workbook. The source list needs to be selected and the range needs naming. To name the range:- Highlight range then in the Name box enter list name. Then you repeat steps above on how to create a drop down list but in the source section type =name of list. Name box select list click in name box and enter list name (no space). 23 Formulas and Functions

24 Custom Lists If you are creating a spreadsheet where you want to keep repeating a group of words such as a staff rota and staff names. You can create your own custom lists to use with the auto fill feature. Select Tools from the menu bar and highlight > options. A dialog box should appear. Click the custom lists tab and highlight the word NEW LIST > Add your list entries in the order you wish them to appear, Click Add then OK. See example below:- If you want to apply your new list to your spreadsheet, enter one of the names from the list into a cell then using auto fill drag across a range of cells. NB: Note your names will auto fill in the order you have typed them. 24 Formulas and Functions

25 Conditional Formatting Conditional formatting allows the user to apply formats to selected cells based on a condition. For example:- If you wanted to set a condition on your worksheet stating that wherever a number is greater than (>) 50 you wish the font colour to appear in Red. Select the cells, rows or columns you wish to apply the condition to. Click on the Format menu and select conditional formatting. A dialog box should appear, working through the drop down menu s set your condition. If you want to change the appearance of the cell you need to click the Format button. To confirm your condition press OK. If you wish to apply a condition that formats a range of cells such as an entire row dependant upon a criteria set within a cell, you need to enter a formula. For example if you had a large worksheet containing patient details and you wanted to alert yourself to patients of a certain age as new/old patients get entered. First select the range of cells then click on Format > conditional formatting. In the dialog box change the first drop down menu from Cell Value is to Formula is, then enter the formula using $ signs to signify the cell that the criteria applies to. After you have entered your formula click the format button to change the appearance of your cell range. To confirm your condition press OK. The example below shows that if cell D3 is greater than 10, then the whole of row 3 will be formatted to red text with yellow shading. 25 Formulas and Functions

26 Consolidation exercise for Odds & Ends 1. Open a new spreadsheet and on sheet 1create the following student attendance table using the cell references as indicated in the table below. 2. Add the appropriate formula in order to calculate the sum of cells B4 to B7 so that the answer appears in cell B8. 3. Replicate this formula to add the totals for Maths and Science. 4. Add the correct formula to calculate the average of the cell range B4 to D4 so that the answer appears in cell E4. 5. Replicate the formula in cell E4 to cells E5, E6 and E7 to calculate the average for October, November and December. 6. Copy all the text and figures from sheet 1 and paste special onto sheet 2 starting at cell reference A1. Check that paste special has worked by altering the figure in sheet 1 cell D5 from 23 to 40. Check that both tables have been updated. 7. Create a new Custom list for the subjects, English Maths and Science. Check your list works by using the Auto fill facility starting in cell A1 : A3 on Sheet 3. Remember you will need to enter one of the subjects before you use auto fill. 8. On sheet 1 Protect column E so it cannot be amended. (Do not use password). 9. On sheet 2 Select the cell range B4: D7. Apply Data Validation so that the settings display whole numbers between 5 and 40, add an input message to appear that says Only enter numbers between 5 & On sheet 2 using the cell range B8:D8 apply conditional formatting so any number less than 75 will be displayed in red font. 11. On sheet 3 Create a drop down list via data validation to appear on Column B using the source data from A1:A Ask the Tutor to check your work then close without saving changes. 26 Formulas and Functions

27 Outcome for exercise Sheet 1. Sheet 2 Sheet 3 27 Formulas and Functions

28 Notes 28 Formulas and Functions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

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 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

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11

Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 Table of Contents TASK 1: DATA ANALYSIS TOOLPAK... 2 TASK 2: HISTOGRAMS... 5 TASK 3: ENTER MIDPOINT FORMULAS... 11 TASK 4: ADD TOTAL LABEL AND FORMULA FOR FREQUENCY... 12 TASK 5: MODIFICATIONS TO THE HISTOGRAM...

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

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

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

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

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

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

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

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

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

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

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

INTRODUCTION TO EXCEL

INTRODUCTION TO EXCEL INTRODUCTION TO EXCEL 1 INTRODUCTION Anyone who has used a computer for more than just playing games will be aware of spreadsheets A spreadsheet is a versatile computer program (package) that enables you

More information

Basic Excel Handbook

Basic Excel Handbook 2 5 2 7 1 1 0 4 3 9 8 1 Basic Excel Handbook Version 3.6 May 6, 2008 Contents Contents... 1 Part I: Background Information...3 About This Handbook... 4 Excel Terminology... 5 Excel Terminology (cont.)...

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

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

This activity will show you how to draw graphs of algebraic functions in Excel.

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

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

Introduction to Microsoft Excel 1 Part I

Introduction to Microsoft Excel 1 Part I Introduction to Microsoft Excel 1 Part I Objectives When you complete this workshop you will be able to: Recognize Excel s basic operations and tools; Develop simple worksheets; Use formulas; Format worksheets;

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

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 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

Advanced Microsoft Excel 2013

Advanced Microsoft Excel 2013 Advanced Microsoft Excel 2013 Introduction Microsoft Excel is program designed to efficiently manage spreadsheets and analyze data. It contains both basic and advanced features that anyone can learn. Once

More information

PA Payroll Exercise for Intermediate Excel

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

More information

MICROSOFT EXCEL STEP BY STEP GUIDE

MICROSOFT EXCEL STEP BY STEP GUIDE IGCSE ICT SECTION 14 DATA ANALYSIS MICROSOFT EXCEL STEP BY STEP GUIDE Mark Nicholls ICT Lounge Data Analysis Self Study Guide Contents Learning Outcomes Page 3 What is a Data Model?... Page 4 Spreadsheet

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

Excel macros made easy

Excel macros made easy IT Training Excel macros made easy Jane Barrett, IT Training & Engagement Team Information System Services Version 1.1 Scope Learning outcomes Understand the concept of what a macro is and what it does.

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

Microsoft Excel 2010 Training

Microsoft Excel 2010 Training Microsoft Excel 2010 Training Microsoft Excel 101 Instructor: Debbie Minnerly Course goals Find popular commands quickly on the ribbon. Learn how to use the File menu (Microsoft Office Backstage view).

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

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

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

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

Using Excel to find Perimeter, Area & Volume

Using Excel to find Perimeter, Area & Volume Using Excel to find Perimeter, Area & Volume Level: LBS 4 V = lwh Goal: To become familiar with Microsoft Excel by entering formulas into a spreadsheet in order to calculate the perimeter, area and volume

More information

Excel 2010 Level 2. Computer Training Centre, UCC, tcentre@ucc.ie, 021-4903749/3751/3752

Excel 2010 Level 2. Computer Training Centre, UCC, tcentre@ucc.ie, 021-4903749/3751/3752 Excel 2010 Level 2 Computer Training Centre, UCC, tcentre@ucc.ie, 021-4903749/3751/3752 TABLE OF CONTENTS What s New in Excel 2010? 1 The File Menu 1 Enhanced Ribbon Toolbar 1 Sparklines 2 Slicer 2 Macro

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

Microsoft Excel 2003

Microsoft Excel 2003 TABLE OF CONTENTS 1.0 INTRODUCTION... 1 1.1 WHAT IS MICROSOFT EXCEL?...1 1.2 FEATURES OF MICROSOFT EXCEL...1 1.3 STARTING MICROSOFT EXCEL...1 1.4 THE LAYOUT OF THE EXCEL SCREEN...2 1.5 THE WORKSHEET WINDOW...3

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

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

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

MODELLING. IF...THEN Function EXCEL 2007. Wherever you see this symbol, make sure you remember to save your work!

MODELLING. IF...THEN Function EXCEL 2007. Wherever you see this symbol, make sure you remember to save your work! MODELLING IF THEN IF...THEN Function EXCEL 2007 Wherever you see this symbol, make sure you remember to save your work! IF.Then Function Some functions do not calculate values but instead do logical tests

More information

Introduction to Excel

Introduction to Excel Introduction to Excel This material has been reprinted, with permission, from the Excel Tutorial on the TRIO program webpage of the University of South Dakota. A series of "screencast" videos covering

More information

Working with Data in Microsoft Excel 2003

Working with Data in Microsoft Excel 2003 Working with Data in Microsoft Excel 2003 Doc 5.94 Ver 2 March 2005 John Matthews Central Computing Services Abstract This document provides some examples of handling numeric data using the Microsoft Excel

More information

ECDL / ICDL Spreadsheets Syllabus Version 5.0

ECDL / ICDL Spreadsheets Syllabus Version 5.0 ECDL / ICDL Spreadsheets Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Spreadsheets. The syllabus describes, through learning outcomes, the knowledge and skills that a

More information

How to access some of the frameworki reports to help manage workload

How to access some of the frameworki reports to help manage workload How to access some of the frameworki reports to help manage workload To access the standard reports within frameworki: Click on Reports >> Reports Library This will open the Report Treeview. The path to

More information

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another Microsoft Excel 2003: Part V Advanced Custom Tools Windows XP (I) Linking Data from Several Worksheets and Workbooks In Excel Level III, we have learned and seen examples of how to link data from one worksheet

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

Communicate: In Print

Communicate: In Print Communicate: In Print A simple guide Work areas Communicate: In Print has two different modes in which to edit your documents: Create and Adjust modes. These are easily interchangeable and the toolbars

More information

Essential Skills for Spreadsheets Microsoft Excel 2007. TR Leger Adult Literacy and Employment Preparation Program

Essential Skills for Spreadsheets Microsoft Excel 2007. TR Leger Adult Literacy and Employment Preparation Program Essential Skills for Spreadsheets Microsoft Excel 2007 TR Leger Adult Literacy and Employment Preparation Program Table of Contents Computer Course Pre-Evaluation...5 Introduction to Microsoft Excel 2007...6

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 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

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

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

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

SOAL-SOAL MICROSOFT EXCEL 1. The box on the chart that contains the name of each individual record is called the. A. cell B. title C. axis D.

SOAL-SOAL MICROSOFT EXCEL 1. The box on the chart that contains the name of each individual record is called the. A. cell B. title C. axis D. SOAL-SOAL MICROSOFT EXCEL 1. The box on the chart that contains the name of each individual record is called the. A. cell B. title C. axis D. legend 2. If you want all of the white cats grouped together

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

Excel for Mac Text Functions

Excel for Mac Text Functions [Type here] Excel for Mac Text Functions HOW TO CLEAN UP TEXT IN A FLASH This document looks at some of the tools available in Excel 2008 and Excel 2011 for manipulating text. Last updated 16 th July 2015

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

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

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

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

A User Manual for Benefit Cost Analysis Using Microsoft Excel

A User Manual for Benefit Cost Analysis Using Microsoft Excel A User Manual for Benefit Cost Analysis Using Microsoft Excel Canesio Predo National Abaca Research Center Leyte State University Baybay, Leyte, Philippines David James Ecoservices Pty Ltd NSW, Australia

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

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

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Excel Tutorial. Bio 150B Excel Tutorial 1

Excel Tutorial. Bio 150B Excel Tutorial 1 Bio 15B Excel Tutorial 1 Excel Tutorial As part of your laboratory write-ups and reports during this semester you will be required to collect and present data in an appropriate format. To organize and

More information

Indiana County Assessor Association Excel Excellence

Indiana County Assessor Association Excel Excellence Indiana County Assessor Association Excel Excellence Basic Excel Data Analysis Division August 2012 1 Agenda Lesson 1: The Benefits of Excel Lesson 2: The Basics of Excel Lesson 3: Hands On Exercises Lesson

More information

Using Microsoft Project 2000

Using Microsoft Project 2000 Using MS Project Personal Computer Fundamentals 1 of 45 Using Microsoft Project 2000 General Conventions All text highlighted in bold refers to menu selections. Examples would be File and Analysis. ALL

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

Monthly Payroll to Finance Reconciliation Report: Access and Instructions Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Excel file for use with this tutorial Tutor1Data.xlsx File Location http://faculty.ung.edu/kmelton/data/tutor1data.xlsx Introduction:

More information

How to Use Excel 2007

How to Use Excel 2007 How to Use Excel 2007 Table of Contents THE EXCEL ENVIRONMENT... 4 MOVE OR SCROLL THROUGH A WORKSHEET... 5 USE THE SCROLL BARS TO MOVE THROUGH A WORKSHEET... 5 USE THE ARROW KEYS TO MOVE THROUGH A WORKSHEET...

More information

Excel Guide for Finite Mathematics and Applied Calculus

Excel Guide for Finite Mathematics and Applied Calculus Excel Guide for Finite Mathematics and Applied Calculus Revathi Narasimhan Kean University A technology guide to accompany Mathematical Applications, 6 th Edition Applied Calculus, 2 nd Edition Calculus:

More information

Macros in Word & Excel

Macros in Word & Excel Macros in Word & Excel Description: If you perform a task repeatedly in Word or Excel, you can automate the task by using a macro. A macro is a series of steps that is grouped together as a single step

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

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Computer Skills Microsoft Excel Creating Pie & Column Charts

Computer Skills Microsoft Excel Creating Pie & Column Charts Computer Skills Microsoft Excel Creating Pie & Column Charts In this exercise, we will learn how to display data using a pie chart and a column chart, color-code the charts, and label the charts. Part

More information

Excel Basics for Account Reconciliation

Excel Basics for Account Reconciliation Excel Basics for Account Reconciliation Excel Basics for Acct Recon Training Guide 1 Table of Contents Introduction... 5 Overview... 5 Course objectives... 5 Lesson 1 Getting Started... 6 Overview... 6

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

Easy Calculations in Excel

Easy Calculations in Excel Easy Calculations in Excel (2007 and newer) Any time you have a list of numbers that require some sort of calculation like percent change from one year to the next, percent of total, average or just a

More information

Microsoft Excel 2010 and Tools for Statistical Analysis

Microsoft Excel 2010 and Tools for Statistical Analysis Appendix E: Microsoft Excel 2010 and Tools for Statistical Analysis Microsoft Excel 2010, part of the Microsoft Office 2010 system, is a spreadsheet program that can be used to organize and analyze data,

More information

NHS Mail Basic Training Guide

NHS Mail Basic Training Guide Royal Derby Hospital 2011 Education, Training and Development I.T. Training Department NHS Mail Basic Training Guide Version 3.1 ND 05/11 No amendments should be made to the document without the Authors

More information