Microsoft Excel 2010 Lesson 4: Functions

Size: px
Start display at page:

Download "Microsoft Excel 2010 Lesson 4: Functions"

Transcription

1 Microsoft Excel 2010 Lesson 4: Functions Open the file Example.xlsx if is not already open. Mathematical and Statistical Functions Mathematical functions, not surprisingly, do routine mathematical calculations. We already have used the most widely used mathematical function: SUM. We will look at a few more functions in this section. For more detailed information about the large number of functions in Excel, check out a book on Excel Functions often have the form =FUNCT(cell1:cell2), where the arguments of the function (cell1 and cell 2) are the ends of a range of cells. As an example, the function =SUM(B7:E7) calculates the sum of the quantities in the cells B7, C7, D7, and E7. Notice that the formula for a function always begins with an equal sign. If you type the formula of a function into a cell the equal sign must be the first character. Suppose that you would like to display the highest and lowest daily values for all the registers during each week. You also would like the average value. These are examples of statistical functions. Enter the word High, Low, and Average in cells G6 through I6. Change the font of the three words to Arial 14 pt and Bold. Resize the columns to have width = 15. Center the words in their cells. Place the cursor on cell G12 and select the Formulas ribbon. In this ribbon, click on More Functions. Then select Statistical and MAX. 1

2 Now we need to specify the arguments of the function. In our example we want to display the maximum value in the cells between B14 and E14. Enter B7:E11 in the Number1 text box. Click on OK. You should see the highest value for the first week (3,249) displayed in cell g12 where you had placed the cursor. Place the cursor in cell H12 and insert the MIN function there. Again find the minimum value in the range B7:E11. Finally, do the same to calculate the average of the registers for the first week. Format the three numbers as currency with no decimal places, 14 pt and bold. Copy cells G12 I12 and paste them into cells G18 I18. 2

3 Date and Time Functions and Format It often is convenient to include a function on a worksheet that shows the current date, so that you will be able to tell when a hard copy of the worksheet was printed out. Enter the function =now() in cell E1. Make sure that the equal sign is the first character in the cell. You probably will see ####### in the cell, which is a sign that the cell is not wide enough to display its contents. In the case of the NOW() function, this is a sign that we need to change the date and time format. Click on cell E1 to select it and display the Home ribbon. Click on the arrow at the right of the Format box in the Number section to display format options. Select the Short Date format. 3

4 When you are finished, the worksheet should look something like the one at the right. Save the worksheet. 4

5 Conditional Formatting We can format cells so that they are colored if they satisfy a certain criterion. Suppose for example that we want to emphasize the days that the registers collected less than the average amount for each of the weeks. In particular we would like to emphasize the register values that fall below the respective average by shading the corresponding cell red, as in the picture at the right We can do this with conditional formatting. Select the cells in the block B5 to E9. Then click on the Conditional Formatting icon under the Home tab. Choose Highlight Cells Rules and then Less Than. 5

6 When the Less Than window appears, click on cell I10, which holds the average of the registers for that week. You should see =$I$10 in the text box. Click on OK. You should see the cells with values less than the average shaded red. Do the same for the second week, using the average for the second week. 6

7 Financial Functions Excel s financial functions perform common business calculations. These functions fall into three categories: investments, depreciation, and securities. We will just touch on the financial functions in this lesson. If you are a Finance major, I would guess that you will see them again. Let s open up a new workbook to illustrate the financial functions. Rename this new worksheet Financial. Present Value Function An example of an investment function is present value function, PV a common method for measuring the attractiveness of a long-term investment. 1 Let s suppose that your company is considering investing $100,000 today in some new software. You estimate that the yield from the new software project in five years will be $140,000. An alternative to the investment in new software would be to put the $100,000 in the bank and earn obtain an annual interest rate of 3%, which would be paid quarterly. The question to answer is: Are you better off investing the money in the new software or simply putting the money in the bank? One way of approaching this problem is to ask the question below. How much money must I invest now so that the interest earned in five years will equal the $140,000 we expect to get from the software project? We can use the Present Value Function answer this question. The present value function is PV(rate, #per, [pmt], [fv], [type]) rate is the interest rate per period. o Interest will be paid four times a year, so we need to divide the annual interest rate by 4. o The rate is 0.03/4 #per is the number of periods o The number of periods is 4 quarters per year over 5 years, #per = 20 pmt is the payment per period. o This can be set to zero if it is not applicable. o There are no payments per period in this example, so set pmt = 0. 1 a) b) 7

8 fv is the value of the investment in the future. o This does not need to be included if it is not applicable. o The future value for our problem is $140,000 type tells whether payments are made at the beginning or end of the period. o If type is omitted or equal to 0, payments are made at the end of each period. o When type equals 1, payments are made at the beginning of each period. o This does not need to be included if it is not applicable. o This is not applicable to our problem. To help solve investment problem outlined on the previous page, enter the following in a cell of the spreadsheet. =PV(0.03/4, 20,0,140000,0) The number you see in the cell is -$120, The number is in red and enclosed in brackets because it is negative. It is negative because this refers to money that no longer is available to be used. The PV function is telling you that, given the assumptions you have made, you would need to put $120, in the bank today at 3% interest in order to have earned $140,000 in five years. This suggests that investing only $100,000 today to earn $140,000 in five years is a good idea. Two Present Value Problems The answers to these problems are at the end of this handout. 1. Suppose that you could get the unbelievable rate of 7% from the bank. Would the $100,000 investment today still be advisable? Why or why not? 2. Suppose that you are planning to send your child to college in 18 years. Assume that you have determined that you will need $200,000 at that time in order to pay for his or her expenses. If you believe that you can earn an average annual rate of return of 8% per year, how much money would you need to invest today as a lump sum to achieve your goal? 8

9 Future Value Function Another financial function is the future value function, FV, which calculates the value of an investment in the future. Let s apply the FV function to solve the problem below. You win a million dollars in the lottery and are given two choices: 1. Be given $500,000 immediately, which you could invest at an annual interest rate of 4% 2. Be given payments of $25,000 per year for 40 years. You could invest these payments at an annual interest rate of 4% Ignoring other issues such as income taxes, use the future value function to decide if the second option is better than the first. The future value function is FV(rate, #per, [pmt], [pv], [type]) rate is the interest rate per period. #per is the number of periods pmt is the payment per period. o This can be set to zero if it is not applicable. o Use a negative value if the payment is an investment pv is the present value of the investment o This can be set to zero if it is not applicable type tells whether payments are made at the beginning or end of the period. o If type is omitted or equal to 0, payments are made at the end of each period. o When type equals 1, payments are made at the beginning of each period. o This does not need to be included if it is not applicable. o This is not applicable to our problem. We can use the future value function to evaluate both of our options. We enter and in the formulas below, because you would be investing these amounts (hence, giving the money to a bank or investment firm). 1. Be given $500,000 immediately, which you could invest at a guaranteed interest rate of 4% =FV(0.04,40,0, ,0) 2. Be given payments of $25,000 per year for 40 years. You could invest these payments at a guaranteed interest rate of 4% =FV(0.04,40,-25000,0,0) Try both of these. The higher value of FV is better. Given the assumptions, which strategy is best? The answer is on the last page. 9

10 Payment Function The payment function, PMT, calculates the periodic payments you will need to make if you take out a loan. For example. suppose you are thinking about taking out a 30-year mortgage for $300,000. The interest rate on the loan would be 6 percent. You would like to calculate your monthly payments using the PMT function. The payment function is PMT(rate, #per, pv, [fv], [type]) rate is the interest rate per period. o This would be 0.06/12 for our problem #per is the number of periods o This would be 360 (12*30) for our problem pv is the present value of the investment o This would be $300,000 for our problem fv is the future value of the investment o This can be set to zero if it is not applicable type tells whether payments are made at the beginning or end of the period. o If type is omitted or equal to 0, payments are made at the end of each period. o When type equals 1, payments are made at the beginning of each period. o This does not need to be included if it is not applicable. o This is not applicable to our problem. For our problem, this function would be spreadsheet. =PMT(0.06/12, 360, ,0,0). Try it on the You should find that the monthly payments would be $1, There are many financial functions in Excel way too many to treat in this introductory lesson. If you are interested, take a look at the others. 10

11 Answers to Problems Present Value Function Problem #1. If you were to get a 7% interest rate the rate would be 0.07/4. The present value function would be the one shown below. =PV(0.07/4,20,0,140000,0) The value shown on the spreadsheet is -$98, In this case you would need to invest slightly less than $100,000 to earn $140,000 in five years. Everything else being equal, this suggests that the software investment may not be a good idea. Present Value Problem #2. In this problem, we know the future value = $200,000. We want to determine the present value that we need to invest in order to have accumulated this future value. rate is the interest rate per year. The rate is 0.08 #per is the number of periods (18 years). #per = 18 pmt is the payment per period. o There are no payments per period in this example, so set pmt = 0. fv is the value of the investment in the future. o The future value for our problem is $200,000 type tells whether payments are made at the beginning or end of the period. o If type is omitted or equal to 0, payments are made at the end of each period. o When type equals 1, payments are made at the beginning of each period. o This does not need to be included if it is not applicable. o This is not applicable to our problem. =PV(0.08,18,0,200000,0) The spreadsheet displays -$50, Given the assumptions, you would need to invest around $50,000 today for it to be worth $200,000 in 18 years. 11

12 Future Value Problem 1. Be given $500,000 immediately, which you could invest at a guaranteed interest rate of 4% =FV(0.04, 40, 0, , 0) 2. Be given payments of $25,000 per year for 40 years. You could invest these payments at a guaranteed interest rate of 4% =FV(0.04, 40, , 0, 0) =FV(0.04,40,0, ,0) gives $2,400, =FV(0.04,40,-25000,0,0) gives $2,375, You would be better off taking the money now and investing it. 12

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

Calculating Loan Payments

Calculating Loan Payments IN THIS CHAPTER Calculating Loan Payments...............1 Calculating Principal Payments...........4 Working with Future Value...............7 Using the Present Value Function..........9 Calculating Interest

More information

ROUND(cell or formula, 2)

ROUND(cell or formula, 2) There are many ways to set up an amortization table. This document shows how to set up five columns for the payment number, payment, interest, payment applied to the outstanding balance, and the outstanding

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

How To Use Excel To Compute Compound Interest

How To Use Excel To Compute Compound Interest Excel has several built in functions for working with compound interest and annuities. To use these functions, we ll start with a standard Excel worksheet. This worksheet contains the variables used throughout

More information

Using Basic Financial and Logical Functions

Using Basic Financial and Logical Functions LESSON 8 Using Basic Financial and Logical Functions 8.1 After completing this lesson, you will be able to: Use the PMT function to forecast loan payments. Calculate cumulative interest. Compute investment

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

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

PV Tutorial Using Excel

PV Tutorial Using Excel EYK 15-3 PV Tutorial Using Excel TABLE OF CONTENTS Introduction Exercise 1: Exercise 2: Exercise 3: Exercise 4: Exercise 5: Exercise 6: Exercise 7: Exercise 8: Exercise 9: Exercise 10: Exercise 11: Exercise

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

Excel s Business Tools: What-If Analysis

Excel s Business Tools: What-If Analysis Excel s Business Tools: Introduction is an important aspect of planning and managing any business. Understanding the implications of changes in the factors that influence your business is crucial when

More information

Comparing Simple and Compound Interest

Comparing Simple and Compound Interest Comparing Simple and Compound Interest GRADE 11 In this lesson, students compare various savings and investment vehicles by calculating simple and compound interest. Prerequisite knowledge: Students should

More information

6: Financial Calculations

6: Financial Calculations : Financial Calculations The Time Value of Money Growth of Money I Growth of Money II The FV Function Amortisation of a Loan Annuity Calculation Comparing Investments Worked examples Other Financial Functions

More information

EXCEL PREREQUISITES SOLVING TIME VALUE OF MONEY PROBLEMS IN EXCEL

EXCEL PREREQUISITES SOLVING TIME VALUE OF MONEY PROBLEMS IN EXCEL CHAPTER 3 Smart Excel Appendix Use the Smart Excel spreadsheets and animated tutorials at the Smart Finance section of http://www.cengage.co.uk/megginson. Appendix Contents Excel prerequisites Creating

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

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 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro.

Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Microsoft Excel 2013: Macro to apply Custom Margins, Titles, Gridlines, Autofit Width & Add Macro to Quick Access Toolbar & How to Delete a Macro. Do you need to always add gridlines, bold the heading

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

3. Time value of money. We will review some tools for discounting cash flows.

3. Time value of money. We will review some tools for discounting cash flows. 1 3. Time value of money We will review some tools for discounting cash flows. Simple interest 2 With simple interest, the amount earned each period is always the same: i = rp o where i = interest earned

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

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

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

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

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

MAT116 Project 2 Chapters 8 & 9

MAT116 Project 2 Chapters 8 & 9 MAT116 Project 2 Chapters 8 & 9 1 8-1: The Project In Project 1 we made a loan workout decision based only on data from three banks that had merged into one. We did not consider issues like: What was the

More information

In Section 5.3, we ll modify the worksheet shown above. This will allow us to use Excel to calculate the different amounts in the annuity formula,

In Section 5.3, we ll modify the worksheet shown above. This will allow us to use Excel to calculate the different amounts in the annuity formula, Excel has several built in functions for working with compound interest and annuities. To use these functions, we ll start with a standard Excel worksheet. This worksheet contains the variables used throughout

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

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

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

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

Time Value of Money. 2014 Level I Quantitative Methods. IFT Notes for the CFA exam

Time Value of Money. 2014 Level I Quantitative Methods. IFT Notes for the CFA exam Time Value of Money 2014 Level I Quantitative Methods IFT Notes for the CFA exam Contents 1. Introduction...2 2. Interest Rates: Interpretation...2 3. The Future Value of a Single Cash Flow...4 4. The

More information

Module 5: Interest concepts of future and present value

Module 5: Interest concepts of future and present value Page 1 of 23 Module 5: Interest concepts of future and present value Overview In this module, you learn about the fundamental concepts of interest and present and future values, as well as ordinary annuities

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

5.1 Simple and Compound Interest

5.1 Simple and Compound Interest 5.1 Simple and Compound Interest Question 1: What is simple interest? Question 2: What is compound interest? Question 3: What is an effective interest rate? Question 4: What is continuous compound interest?

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

Working together with Word, Excel and PowerPoint 2013

Working together with Word, Excel and PowerPoint 2013 Working together with Word, Excel and PowerPoint 2013 Information Services Working together with Word, Excel and PowerPoint 2013 Have you ever needed to include data from Excel or a slide from PowerPoint

More information

With compound interest you earn an additional $128.89 ($1628.89 - $1500).

With compound interest you earn an additional $128.89 ($1628.89 - $1500). Compound Interest Interest is the amount you receive for lending money (making an investment) or the fee you pay for borrowing money. Compound interest is interest that is calculated using both the principle

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

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

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

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

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

first complete "prior knowlegde" -- to refresh knowledge of Simple and Compound Interest.

first complete prior knowlegde -- to refresh knowledge of Simple and Compound Interest. ORDINARY SIMPLE ANNUITIES first complete "prior knowlegde" -- to refresh knowledge of Simple and Compound Interest. LESSON OBJECTIVES: students will learn how to determine the Accumulated Value of Regular

More information

Module 5: Interest concepts of future and present value

Module 5: Interest concepts of future and present value file:///f /Courses/2010-11/CGA/FA2/06course/m05intro.htm Module 5: Interest concepts of future and present value Overview In this module, you learn about the fundamental concepts of interest and present

More information

Excel 2013 Sort: Custom Sorts, Sort Levels, Changing Level & Sorting by Colored Cells

Excel 2013 Sort: Custom Sorts, Sort Levels, Changing Level & Sorting by Colored Cells Excel 2013 Sort: Custom Sorts, Sort Levels, Changing Level & Sorting by Colored Cells As you keep adding more content to a worksheet, organizing that information becomes important. You can quickly reorganize

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

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 Formatting: Best Practices in Financial Models

Excel Formatting: Best Practices in Financial Models Excel Formatting: Best Practices in Financial Models Properly formatting your Excel models is important because it makes it easier for others to read and understand your analysis and for you to read and

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

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

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

What is the difference between simple and compound interest and does it really matter?

What is the difference between simple and compound interest and does it really matter? Module gtf1 Simple Versus Compound Interest What is the difference between simple and compound interest and does it really matter? There are various methods for computing interest. Do you know what the

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

Lesson TVM-10-040-xx Present Value Ordinary Annuity Clip 01

Lesson TVM-10-040-xx Present Value Ordinary Annuity Clip 01 - - - - - - Cover Page - - - - - - Lesson TVM-10-040-xx Present Value Ordinary Annuity Clip 01 This workbook contains notes and worksheets to accompany the corresponding video lesson available online at:

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

Spreadsheet - Introduction

Spreadsheet - Introduction CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic

More information

What You ll Learn. And Why. Key Words. interest simple interest principal amount compound interest compounding period present value future value

What You ll Learn. And Why. Key Words. interest simple interest principal amount compound interest compounding period present value future value What You ll Learn To solve problems involving compound interest and to research and compare various savings and investment options And Why Knowing how to save and invest the money you earn will help you

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

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

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

MBA Quantitative Methods PC-Exercises Introductory Examples

MBA Quantitative Methods PC-Exercises Introductory Examples MBA Quantitative Methods PC-Exercises Introductory Examples intro.xls intro_with_output.xls intro.doc For all Examples you need the file intro.xls. The file intro_with_output.xls is the file with the results

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

WEBFOCUS QUICK DATA FOR EXCEL

WEBFOCUS QUICK DATA FOR EXCEL WEBFOCUS QUICK DATA FOR EXCEL BRIAN CARTER INFORMATION BUILDERS SUMMIT 2008 USERS CONFERENCE JUNE 2008 Presentation Abstract: Even with the growing popularity and evolvement of Business Intelligence products

More information

Integrating Microsoft Word with Other Office Applications

Integrating Microsoft Word with Other Office Applications Integrating Microsoft Word with Other Office Applications The Learning Center Staff Education 257-79226 http://www.mc.uky.edu/learningcenter/ Copyright 2006 Objectives After completing this course, you

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

Creating and Formatting Charts in Microsoft Excel

Creating and Formatting Charts in Microsoft Excel Creating and Formatting Charts in Microsoft Excel This document provides instructions for creating and formatting charts in Microsoft Excel, which makes creating professional-looking charts easy. The chart

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

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

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

Microsoft Excel - XP Intermediate

Microsoft Excel - XP Intermediate Microsoft Excel - XP Intermediate Financial Functions Goal Seeking Variable Tables IF Statements AND & OR Functions Mathematical Operations Between Separate Sheets Mathematical Operations Between Separate

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

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

Time Value of Money 1

Time Value of Money 1 Time Value of Money 1 This topic introduces you to the analysis of trade-offs over time. Financial decisions involve costs and benefits that are spread over time. Financial decision makers in households

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

Investigating Investment Formulas Using Recursion Grade 11

Investigating Investment Formulas Using Recursion Grade 11 Ohio Standards Connection Patterns, Functions and Algebra Benchmark C Use recursive functions to model and solve problems; e.g., home mortgages, annuities. Indicator 1 Identify and describe problem situations

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

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

Create Charts in Excel

Create Charts in Excel Create Charts in Excel Table of Contents OVERVIEW OF CHARTING... 1 AVAILABLE CHART TYPES... 2 PIE CHARTS... 2 BAR CHARTS... 3 CREATING CHARTS IN EXCEL... 3 CREATE A CHART... 3 HOW TO CHANGE THE LOCATION

More information

How To Analyze Data In Excel 2003 With A Powerpoint 3.5

How To Analyze Data In Excel 2003 With A Powerpoint 3.5 Microsoft Excel 2003 Data Analysis Larry F. Vint, Ph.D lvint@niu.edu 815-753-8053 Technical Advisory Group Customer Support Services Northern Illinois University 120 Swen Parson Hall DeKalb, IL 60115 Copyright

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

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

TIME VALUE OF MONEY PROBLEM #7: MORTGAGE AMORTIZATION

TIME VALUE OF MONEY PROBLEM #7: MORTGAGE AMORTIZATION TIME VALUE OF MONEY PROBLEM #7: MORTGAGE AMORTIZATION Professor Peter Harris Mathematics by Sharon Petrushka Introduction This problem will focus on calculating mortgage payments. Knowledge of Time Value

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

Excel: Introduction to Formulas

Excel: Introduction to Formulas Excel: Introduction to Formulas Table of Contents Formulas Arithmetic & Comparison Operators... 2 Text Concatenation... 2 Operator Precedence... 2 UPPER, LOWER, PROPER and TRIM... 3 & (Ampersand)... 4

More information

APPENDIX. Interest Concepts of Future and Present Value. Concept of Interest TIME VALUE OF MONEY BASIC INTEREST CONCEPTS

APPENDIX. Interest Concepts of Future and Present Value. Concept of Interest TIME VALUE OF MONEY BASIC INTEREST CONCEPTS CHAPTER 8 Current Monetary Balances 395 APPENDIX Interest Concepts of Future and Present Value TIME VALUE OF MONEY In general business terms, interest is defined as the cost of using money over time. Economists

More information

Time-Value-of-Money and Amortization Worksheets

Time-Value-of-Money and Amortization Worksheets 2 Time-Value-of-Money and Amortization Worksheets The Time-Value-of-Money and Amortization worksheets are useful in applications where the cash flows are equal, evenly spaced, and either all inflows or

More information

In This Issue: Excel Sorting with Text and Numbers

In This Issue: Excel Sorting with Text and Numbers In This Issue: Sorting with Text and Numbers Microsoft allows you to manipulate the data you have in your spreadsheet by using the sort and filter feature. Sorting is performed on a list that contains

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 Linking Worksheets and Workbooks

Microsoft Excel 2010 Linking Worksheets and Workbooks Microsoft Excel 2010 Linking Worksheets and Workbooks Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Linking Worksheets & Workbooks 1.5 hour Topics include

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

CS-150L Computing for Business Students Future Value of a Retirement Annuity

CS-150L Computing for Business Students Future Value of a Retirement Annuity CS-150L Computing for Business Students Future Value of a Retirement Annuity Instructor: Matthew Barrick e-mail: barrick@cs.unm.edu www.cs.unm.edu/~barrick Office: Farris Engineering Center (FEC) room

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

Excel Budget Homework

Excel Budget Homework Excel Budget Homework CSE 3, Fall 2009 Due at the BEGINNING of your next lab. A. Annual Budget One of the most common uses of a spreadsheet is to chart financial information. We are going to create an

More information

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail.

The first thing to do is choose if you are creating a mail merge for printing or an e-mail merge for distribution over e-mail. Create a mail or e-mail merge Use mail or e-mail merge when you want to create a large number of documents that are mostly identical but include some unique information. For example, you can use mail merge

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