Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition

Size: px
Start display at page:

Download "Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition"

Transcription

1 Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition

2 Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: Pearson Education Limited 2014 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, without either the prior written permission of the publisher or a licence permitting restricted copying in the United Kingdom issued by the Copyright Licensing Agency Ltd, Saffron House, 6 10 Kirby Street, London EC1N 8TS. All trademarks used herein are the property of their respective owners. The use of any trademark in this text does not vest in the author or publisher any trademark ownership rights in such trademarks, nor does the use of such trademarks imply any affiliation with or endorsement of this book by such owners. ISBN 10: X ISBN 13: British Library Cataloguing-in-Publication Data A catalogue record for this book is available from the British Library Printed in the United States of America

3 If the worksheet previews as two pages in the Print Preview window, close the Print Preview window, display the Page Setup dialog box, and decrease the scaling. Display the worksheet in Print Preview again to make sure the worksheet fits on one page. In Print Preview, you can see that the worksheet will print on two pages. f. Click Close Print Preview in the Preview group on the Print Preview tab. You need to change the orientation to landscape to fit on one page. g. Click the Page Setup Dialog Box Launcher in the Page Setup group on the Page Layout tab, click the Page tab, click Landscape, and click Print Preview. The worksheet will fit on one page now. h. Click Print in the Print group on the Print Preview tab, and then click OK to print the worksheet. Save the workbook. i. Press Ctrl + ` (grave accent) to show the cell formulas rather than the values. Adjust the column width as necessary and print the worksheet a second time. Close the workbook without saving. Formulas and Functions 220

4 Can you afford the monthly payment on the car of your choice? Financial Functions A spreadsheet is a tool used for decision-making. Many decisions typically involve financial situations: payments, investments, interest rates, and so on. Excel contains several financial functions to help you perform calculations with monetary values. Review Figures 14, 15, 16, and 17 to see how a worksheet might be applied to the purchase of a car. You need to know the monthly payment, which depends on the price of the car, the down payment, and the terms of the loan. In other words: Can you afford the monthly payment on the car of your choice? What if you settle for a less expensive car and receive a manufacturer s rebate? What if you work next summer to earn money for a down payment? What if you extend the life of the loan and receive a better interest rate? Have you accounted for additional items such as insurance, gas, and maintenance? The answers to these and other questions determine whether you can afford a car, and if so, which car, and how you will pay for it. The decision is made easier by developing the worksheet in Figure 14, and then by changing the various input values as indicated. The availability of the worksheet lets you consider several alternatives. You realize that the purchase of a $14,999 car, as shown in Figure 15, is prohibitive because the monthly payment is almost $ Settling for a less expensive car, coming up with a substantial down payment, and obtaining a manufacturer s rebate in Figure 16 help, but the $ monthly payment is still too high. Extending the loan to a fourth year Empty cells to enter data Cells containing formulas Figure 14 Template for Car Loan Analysis Calculated monthly rate Data entered Calculated number of payment periods Calculated monthly payment Figure 15 Original Data Entered: Monthly Payment Too High Financial Functions Excel

5 Rebate Less expensive car Down payment made Lower monthly payment Figure 16 Modified Data: Payment Still Too High Lower interest rate Longer term Lower monthly payment Figure 17 Affordable Monthly Payment at a lower interest rate, as in Figure 17, reduces the monthly payment to $244.10, which is closer to your budgeted amount. The PMT function calculates the payment on a loan. Using the PMT Function PMT Function Reference PMT(rate,nper,pv,fv,type) The PMT function calculates payments for a loan that is paid off at a fixed amount at a periodic rate. The PMT function requires three arguments: the interest rate per period, the number of payment periods, and the amount of the loan, from which it computes the associated payment on a loan. The arguments are placed in parentheses and are separated by commas. Consider the PMT function as it might apply to Figure 15: =PMT(.09/12,36, 14999) Amount of loan (as a negative amount) Number of periods (3 years 12 months/year) Interest rate per period (annual rate divided by 12) Instead of using specific values, however, you should use cell references in the PMT function arguments, so that you can easily change the input values in the individual cells instead of editing the values in the function itself. The PMT function is entered as =PMT(B6,B8,-B4) to reflect the terms of a specific loan whose arguments are in cells B4, B5, and B6. You must divide the 9% annual percentage rate (APR) by 12 months to obtain the monthly periodic rate. Instead of dividing the APR by 12 Formulas and Functions 222

6 within the PMT function, we calculated the periodic interest rate in cell B6 and used that calculated rate in the PMT function. Next, you must multiply the 3-year term by the number of payments per year. Because you will make monthly payments, you multiply 3 by 12 months to calculate the total number of months in the term, which is 36. Instead of calculating the number of payment periods in the PMT function, we calculated the number of payment periods in cell B8 and used that calculated value in the PMT function. The amount of the loan is a minus figure because it is a debt. The loan is considered a negative because it is an outflow of cash or an expense. The amount of the loan is entered as a negative amount so the worksheet will display a positive value after calculations. The FV function returns the future value of an investment. Using the FV Function FV Function Reference FV(rate,nper,pmt,pv,type)... more than $470,000, results from compound interest you will earn over the life of your investment of $120,000! The FV function returns the future value of an investment if you know the interest rate, the term, and the periodic payment. You can use the FV function to determine how much an IRA would be worth in a particular period of time. This function would be expressed as =FV(rate,nper,payment). Assume that you plan to contribute $3,000 a year to an IRA, that you expect to earn 7% annually, and that you will be contributing for 40 years. The future value of that investment the amount you will have at age 65 would be $598,905! You would have contributed $120,000 ($3,000 a year for 40 years). The difference, more than $470,000, results from compound interest you will earn over the life of your investment of $120,000! The FV function has three arguments the interest rate (also called the rate of return), the number of periods (how long you will pay into the IRA), and the periodic investment (how much you will invest into the IRA per year). The FV function corresponding to the earlier example would be: Amount at retirement =FV(Rate of return, Term, Periodic payment) $3, years 7% Computed value becomes $598,905 It is more practical, however, to enter the values into a worksheet and then use cell references within the FV function. If, for example, cells A1, A2, and A3 contained the rate of return, term, and annual contribution, respectively, the resulting FV function would be =FV(A1,A2, A3). The periodic payment is preceded by a minus sign, just as the principal in the PMT function. These financial functions as well as the other examples of functions provide you with the tools to perform sophisticated mathematical, statistical, and financial calculations. Financial Functions Excel contains over 50 financial functions. To learn about these functions, display the Insert Function dialog box, click the Or select a category drop-down arrow, and select Financial. You can scroll through the alphabetical list of financial functions to see the syntax and purpose for each function. Financial Functions Excel

7 Hands-On Exercises 4 Purchasing a Van for the School for Exceptional Children Skills covered: 1. Create the Worksheet 2. Insert the PMT Function 3. Format the Worksheet 4. Complete the Worksheet Step 1 Create the Worksheet Refer to Figure 18 as you complete Steps 1-4. a. Start a new blank workbook. Click in cell B1 and type the title School for Exceptional Children. Enter the remaining labels for column B, as shown in Figure 18. As the transportation director, one of your responsibilities is to purchase vehicles for the school s use. You will create a worksheet, use the PMT function, and format a worksheet to show the proposed purchase price. b. Increase the column widths to accommodate the widest entry, as necessary (other than cell B3). Enter the following as indicated below. Include the dollar sign and the percent sign as you enter the data to automatically format the cell. Cell Value C4 $26,000 C5 $1,000 C6 $3,000 C8 9% C9 3 The loan parameters have been entered into the worksheet, and you are ready to work with the PMT function. c. Enter the formula to calculate the Amount to Finance in cell C7 by clicking in cell C7 and typing C4 (C5 C6). Press Enter. Although parentheses are not required for order of precedence, they may be used to help for understandability. You could also enter the formula C4 C5 C6 as an alternative. d. Save the workbook as chap2_ho4_van_solution. Step 2 Insert the PMT Function a. Click the Formulas tab. Click cell C10, and click Financial in the Function Library group, and click the PMT function. Click in the Rate box, if necessary, click cell C8 of the worksheet, then type /12. The Rate box contains C8/12 because interest is calculated monthly. b. Click in the Nper box, click cell C9 of the worksheet, and type *12. The Nper box contains C9*12 to calculate the total number of payment periods in the loan. c. Click in the Pv box, type a minus sign ( ), and click cell C7. Click OK to close the Function Arguments dialog box. The monthly payment of $ is now displayed in cell C10. d. Save the workbook. Formulas and Functions 224

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Financial Management Principles and Applications Titman Keown Martin Twelfth Edition

Financial Management Principles and Applications Titman Keown Martin Twelfth Edition Financial Management Principles and Applications Titman Keown Martin Twelfth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 2014

More information

Advanced Accounting Floyd A. Beams Joseph H. Anthony Bruce Bettinghaus Kenneth Smith Eleventh edition

Advanced Accounting Floyd A. Beams Joseph H. Anthony Bruce Bettinghaus Kenneth Smith Eleventh edition Advanced Accounting Floyd A. Beams Joseph H. Anthony Bruce Bettinghaus Kenneth Smith Eleventh edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout

More information

4. INTERMEDIATE EXCEL

4. INTERMEDIATE EXCEL Winter 2019 CS130 - Intermediate Excel 1 4. INTERMEDIATE EXCEL Winter 2019 Winter 2019 CS130 - Intermediate Excel 2 Problem 4.1 Import and format: zeus.cs.pacificu.edu/chadd/cs130w17/problem41.html For

More information

To complete this workbook, you will need the following file:

To complete this workbook, you will need the following file: CHAPTER 7 Excel More Skills 11 Create Amortization Tables Amortization tables track loan payments for the life of a loan. Each row in an amortization table tracks how much of a payment is applied to the

More information

Valuation: The Art and Science of Corporate Investment Decisions Sheridan Titman John Martin Second Edition

Valuation: The Art and Science of Corporate Investment Decisions Sheridan Titman John Martin Second Edition Valuation: The Art and Science of Corporate Investment Decisions Sheridan Titman John Martin Second Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies

More information

Foundations of Finance

Foundations of Finance GLOBAL EDITION Foundations of Finance The Logic and Practice of Financial Management EIGHTH EDITION Keown Martin Petty Editor in Chief: Donna Battista Acquisitions Editor: Katie Rowland Publisher, Global

More information

Fundamentals of Futures and Options Markets John C. Hull Eighth Edition

Fundamentals of Futures and Options Markets John C. Hull Eighth Edition Fundamentals of Futures and Options Markets John C. Hull Eighth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on

More information

Construction Accounting and Financial Management Steven Peterson Third Edition

Construction Accounting and Financial Management Steven Peterson Third Edition Construction Accounting and Financial Management Steven Peterson Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit

More information

Cost-Benefit Analysis Concepts and Practice Boardman Greenberg Vining Weimer Fourth Edition

Cost-Benefit Analysis Concepts and Practice Boardman Greenberg Vining Weimer Fourth Edition Cost-Benefit Analysis Concepts and Practice Boardman Greenberg Vining Weimer Fourth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the

More information

Macroeconomics Robert J. Gordon Twelfth Edition

Macroeconomics Robert J. Gordon Twelfth Edition Macroeconomics Robert J. Gordon Twelfth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk

More information

Economics Today The Macro View Roger LeRoy Miller Seventeenth Edition

Economics Today The Macro View Roger LeRoy Miller Seventeenth Edition Economics Today The Macro View Roger LeRoy Miller Seventeenth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the

More information

Intermediate Excel. Combination Cell References A B C D E =A1/$A$ =A$1*$B4+B2 3 =A1+A

Intermediate Excel. Combination Cell References A B C D E =A1/$A$ =A$1*$B4+B2 3 =A1+A Intermediate Excel SPRING 2016 Spring 2016 CS130 - INTERMEDIATE EXCEL 1 Combination Cell References How do $A1 and A$1 differ from $A$1? A B C D E 1 4 8 =A1/$A$3 2 6 4 =A$1*$B4+B2 3 =A1+A2 1 4 5 What formula

More information

Intermediate Excel. Winter Winter 2011 CS130 - Intermediate Excel 1

Intermediate Excel. Winter Winter 2011 CS130 - Intermediate Excel 1 Intermediate Excel Winter 2011 Winter 2011 CS130 - Intermediate Excel 1 Combination Cell References How do $A1 and A$1 differ from $A$1? A B C D E 1 4 8 =A1/$A$3 2 6 4 =A$1*$B4+B2 3 =A1+A2 1 4 5 What formula

More information

Bond Amortization. amortization schedule. the PV, FV, and PMT functions. elements. macros

Bond Amortization. amortization schedule. the PV, FV, and PMT functions. elements. macros 8 Bond Amortization N LY O LEARNING OBJECTIVES a bond amortization schedule Use the PV, FV, and PMT functions Protect worksheet elements Automate processes with macros A T IO N Create E V A LU Financial

More information

Macroeconomics Principles, Applications, and Tools O'Sullivan Sheffrin Perez Eighth Edition

Macroeconomics Principles, Applications, and Tools O'Sullivan Sheffrin Perez Eighth Edition Macroeconomics Principles, Applications, and Tools O'Sullivan Sheffrin Perez Eighth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the

More information

Horngren's Financial & Managerial Accounting Nobles Mattison Matsumura Fourth Edition

Horngren's Financial & Managerial Accounting Nobles Mattison Matsumura Fourth Edition Horngren's Financial & Managerial Accounting Nobles Mattison Matsumura Fourth Edition Pearson Education imited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

More information

Tutorial 3: Working with Formulas and Functions

Tutorial 3: Working with Formulas and Functions Tutorial 3: Working with Formulas and Functions Microsoft Excel 2010 Objectives Copy formulas Build formulas containing relative, absolute, and mixed references Review function syntax Insert a function

More information

Functions, Amortization Tables, and What-If Analysis

Functions, Amortization Tables, and What-If Analysis Functions, Amortization Tables, and What-If Analysis Absolute and Relative References Q1: How do $A1 and A$1 differ from $A$1? Use the following table to answer the questions listed below: A B C D E 1

More information

Loan and Bond Amortization

Loan and Bond Amortization Loan and Bond Amortization 5 chapter In this chapter you will learn: How to use the payment function to calculate payments to retire a loan How to create a loan amortization schedule How to use a what-if

More information

Importing Historical Returns into Morningstar Office

Importing Historical Returns into Morningstar Office Importing Historical Returns into Morningstar Office Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 What are historical returns? - - - - - - - - - - - - - - - -

More information

Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function.

Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function. Excel Tutorial 9: Working with Financial Tools and Functions TRUE/FALSE 1. The fv argument is required in the PMT function. ANS: F PTS: 1 REF: EX 493 2. Cash flow has nothing to do with who owns the money.

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 04 All

More information

To our spouses and children, and to all our students, past and present.

To our spouses and children, and to all our students, past and present. To our spouses and children, and to all our students, past and present. Editor-in-Chief: Donna Battista Acquisitions Editor: Ellen Geary Publisher, Global Edition: Laura Dent Director of Editorial Services:

More information

GL Budgets. Account Budget and Forecast. Account Budgets and Forecasts Menu

GL Budgets. Account Budget and Forecast. Account Budgets and Forecasts Menu Account Budget and Forecast The Account Budget and Forecast function allows you to enter and maintain an unlimited number of budgets and/or forecasts values and types. When setting up the account budgets

More information

To Rebecca, Natasha, and Hannah, for the love and for being there J. B. To Kaui, Pono, Koa, and Kai, for all the love and laughter P. D.

To Rebecca, Natasha, and Hannah, for the love and for being there J. B. To Kaui, Pono, Koa, and Kai, for all the love and laughter P. D. To Rebecca, Natasha, and Hannah, for the love and for being there J. B. To Kaui, Pono, Koa, and Kai, for all the love and laughter P. D. Editor in Chief: Donna Battista Acquisitions Editor: Katie Rowland

More information

Fundamentals of Futures and Options Markets

Fundamentals of Futures and Options Markets GLOBAL EDITION Fundamentals of Futures and Markets EIGHTH EDITION John C. Hull Editor in Chief: Donna Battista Acquisitions Editor: Katie Rowland Editorial Project Manager: Emily Biberger Editorial Assistant:

More information

British Library Cataloguing-in-Publication Data A catalogue record for this book is available from the British Library

British Library Cataloguing-in-Publication Data A catalogue record for this book is available from the British Library Editorial Director: Sally Yagan Editor in Chief: Donna Battista Director Editorial Services: Ashley Santora Editorial Project Manager: Karen Kirincich Editorial Assistant: Jane Avery Editorial Assistant:

More information

Although most Excel users even most advanced business users will have scant occasion

Although most Excel users even most advanced business users will have scant occasion Chapter 5 FINANCIAL CALCULATIONS In This Chapter EasyRefresher : Applying Time Value of Money Concepts Using the Standard Financial Functions Using the Add-In Financial Functions Although most Excel users

More information

Spreadsheet Directions

Spreadsheet Directions The Best Summer Job Offer Ever! Spreadsheet Directions Before beginning, answer questions 1 through 4. Now let s see if you made a wise choice of payment plan. Complete all the steps outlined below in

More information

Sage Tax Services User's Guide

Sage Tax Services User's Guide Sage 300 2017 Tax Services User's Guide This is a publication of Sage Software, Inc. Copyright 2016. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names

More information

Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved.

Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved. Copyright 2015 by the McGraw-Hill Education (Asia). All rights reserved. Key Concepts and Skills Be able to compute the future value of multiple cash flows Be able to compute the present value of multiple

More information

QUICKBOOKS ONLINE PLUS: A COMPLETE COURSE Chapter 5: General Accounting and End-of- Period Procedures

QUICKBOOKS ONLINE PLUS: A COMPLETE COURSE Chapter 5: General Accounting and End-of- Period Procedures QUICKBOOKS ONLINE PLUS: A COMPLETE COURSE 2016 Chapter 5: General Accounting and End-of- Period Procedures Lecture Focus 2 Complete end-of-period procedures Record adjusting entries Record Owner s Equity

More information

How to Create a Spreadsheet With Updating Stock Prices Version 2, August 2014

How to Create a Spreadsheet With Updating Stock Prices Version 2, August 2014 How to Create a Spreadsheet With Updating Stock Prices Version 2, August 2014 by Fred Brack NOTE: In December 2014, Microsoft made changes to their portfolio services online, widely derided by users. My

More information

For Project 11M, you will need the following file: You will save your workbook as 11M_Studio_Loan_Firstname_Lastname

For Project 11M, you will need the following file: You will save your workbook as 11M_Studio_Loan_Firstname_Lastname CH11_student_cd.qxd 10/17/08 7:09 AM Page 4 Mastering Excel Project 11M Studio Loan In this project, you will apply the skills you practiced from the Objectives in Project 11B. Objectives: 6. Use Financial

More information

Decision Trees Using TreePlan

Decision Trees Using TreePlan Decision Trees Using TreePlan 6 6. TREEPLAN OVERVIEW TreePlan is a decision tree add-in for Microsoft Excel 7 & & & 6 (Windows) and Microsoft Excel & 6 (Macintosh). TreePlan helps you build a decision

More information

Interest Calculation Add-on Supernova Add-on for SAP Business One

Interest Calculation Add-on Supernova Add-on for SAP Business One User Manual Supernova Add-on for SAP Business One Date: October 2013 Copyright 2013 Supernova Consulting Ltd. All rights reserved. This content may not be reproduced or transmitted in any form or by any

More information

The Advanced Budget Project Part D The Budget Report

The Advanced Budget Project Part D The Budget Report The Advanced Budget Project Part D The Budget Report A budget is probably the most important spreadsheet you can create. A good budget will keep you focused on your ultimate financial goal and help you

More information

TAA Scheduling. User s Guide

TAA Scheduling. User s Guide TAA Scheduling User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may be implemented

More information

Medici Lending Training Guide

Medici Lending Training Guide Medici Lending Training Guide This publication was written for Medici Publication Information Medici Lending Training Guide Material ID Number: 280816 Revision: January, 2013 Distributed Subject to Terms

More information

An Introduction to Programming Using Python. David I. Schneider

An Introduction to Programming Using Python. David I. Schneider Global edition An Introduction to Programming Using Python David I. Schneider Vice President and Editorial Director, ECS: Marcia J. Horton Executive Editor: Tracy Johnson Assistant Acquisitions Editor,

More information

United Kingdom issued by the Copyright Licensing Agency Ltd, Saffron House, 6 10 Kirby Street, London EC 1N 8TS.

United Kingdom issued by the Copyright Licensing Agency Ltd, Saffron House, 6 10 Kirby Street, London EC 1N 8TS. Vice President, Business Publishing: Donna Battista Senior Acquisitions Editor: Lacey Vitetta Editorial Assistant: Christine Donovan Vice President, Product Marketing: Maggie Moylan Director of Marketing,

More information

ExcelBasics.pdf. Here is the URL for a very good website about Excel basics including the material covered in this primer.

ExcelBasics.pdf. Here is the URL for a very good website about Excel basics including the material covered in this primer. Excel Primer for Finance Students John Byrd, November 2015. This primer assumes you can enter data and copy functions and equations between cells in Excel. If you aren t familiar with these basic skills

More information

Chapter 18. Indebtedness

Chapter 18. Indebtedness Chapter 18 Indebtedness This Page Left Blank Intentionally CTAS User Manual 18-1 Indebtedness: Introduction The Indebtedness Module is designed to track an entity s indebtedness. By entering the principal

More information

Introduction to Basic Excel Functions and Formulae Note: Basic Functions Note: Function Key(s)/Input Description 1. Sum 2. Product

Introduction to Basic Excel Functions and Formulae Note: Basic Functions Note: Function Key(s)/Input Description 1. Sum 2. Product Introduction to Basic Excel Functions and Formulae Excel has some very useful functions that you can use when working with formulae. This worksheet has been designed using Excel 2010 however the basic

More information

Creating and Assigning Targets

Creating and Assigning Targets Creating and Assigning Targets Targets are a powerful reporting tool in PortfolioCenter that allow you to mix index returns for several indexes, based on the portfolio s asset class allocation. For example,

More information

Instructor s Manual. Fundamentals of Financial Management. Thirteenth edition. James C. Van Horne John M. Wachowicz, Jr.

Instructor s Manual. Fundamentals of Financial Management. Thirteenth edition. James C. Van Horne John M. Wachowicz, Jr. Instructor s Manual Fundamentals of Financial Management Thirteenth edition James C. Van Horne John M. Wachowicz, Jr. For further instructor material please visit: www.pearsoned.co.uk/wachowicz ISBN: 978-0-273-71364-7

More information

Financial Functions HNDA 1 st Year Computer Applications. By Nadeeshani Aththanagoda. Bsc,Msc ATI-Section Anuradhapura

Financial Functions HNDA 1 st Year Computer Applications. By Nadeeshani Aththanagoda. Bsc,Msc ATI-Section Anuradhapura Financial Functions HNDA 1 st Year Computer Applications By Nadeeshani Aththanagoda. Bsc,Msc ATI-Section Anuradhapura Financial Functions This section will cover the built-in Excel Financial Functions.

More information

Vivid Reports 2.0 Budget User Guide

Vivid Reports 2.0 Budget User Guide B R I S C O E S O L U T I O N S Vivid Reports 2.0 Budget User Guide Briscoe Solutions Inc PO BOX 2003 Station Main Winnipeg, MB R3C 3R3 Phone 204.975.9409 Toll Free 1.866.484.8778 Copyright 2009-2014 Briscoe

More information

Classic Payroll 2013 Federal Tax Rates CASELLE

Classic Payroll 2013 Federal Tax Rates CASELLE Classic Payroll 2013 Federal Tax Rates CASELLE Copyright Copyright 2013 Caselle, Inc. All rights reserved. This manual has been prepared by the Caselle documentation team for use by customers and licensees

More information

ANNUAL BUDGET PROCESSING EXCEL ADD-

ANNUAL BUDGET PROCESSING EXCEL ADD- C HAPTER ANNUAL BUDGET PROCESSING EXCEL ADD- IN The Annual Budget Processing add-in provides a new way of entering new world ERP annual budget information using Microsoft Excel. With the add-in installed,

More information

DISCLAIMER: Copyright: 2014

DISCLAIMER: Copyright: 2014 DISCLAIMER: This publication is intended for EDUCATIONAL purposes only. The information contained herein is subject to change with no notice, and while a great deal of care has been taken to provide accurate

More information

Importing Fundamental Data

Importing Fundamental Data Chapter V Importing Fundamental Data Includes Clearing Fundamental Data In this chapter 1. Retrieve fundamental data from a data service 726 2. Import Telescan/ProSearch Scan File (for Telescan users)

More information

Financial Functions, Data Tables, and Amortization Schedules. Chapter 4

Financial Functions, Data Tables, and Amortization Schedules. Chapter 4 Financial Functions, Data Tables, and Amortization Schedules Chapter 4 What we will cover Controlling thickness and color of outlines and borders Naming cells Using the PMT function to calculate monthly

More information

Focus Guide. Forecast and. Analysis. Version 4.6

Focus Guide. Forecast and. Analysis. Version 4.6 Forecast and Focus Guide Analysis This Focus Guide is designed for Spitfire Project Management System users. This guide deals specifically with the BFA workbook in Forecast and Analysis modes. Version

More information

FINANCE FOR EVERYONE SPREADSHEETS

FINANCE FOR EVERYONE SPREADSHEETS FINANCE FOR EVERYONE SPREADSHEETS Some Important Stuff Make sure there are at least two decimals allowed in each cell. Otherwise rounding off may create problems in a multi-step problem Always enter the

More information

In this chapter: Budgets and Planning Tools. Configure a budget. Report on budget versus actual figures. Export budgets.

In this chapter: Budgets and Planning Tools. Configure a budget. Report on budget versus actual figures. Export budgets. Budgets and Planning Tools In this chapter: Configure a budget Report on budget versus actual figures Export budgets Project cash flow Chapter 23 479 Tuesday, September 18, 2007 4:38:14 PM 480 P A R T

More information

ACS YEAR-END FREQUENTLY ASKED QUESTIONS. General Ledger

ACS YEAR-END FREQUENTLY ASKED QUESTIONS. General Ledger ACS YEAR-END FREQUENTLY ASKED QUESTIONS This document includes answers to frequently asked questions about the following ACS modules: General Ledger Payroll Accounts Payable Accounts Receivable General

More information

RESOLV CONTAINER MANAGEMENT DESKTOP

RESOLV CONTAINER MANAGEMENT DESKTOP RESOLV CONTAINER MANAGEMENT DESKTOP USER MANUAL Version 9.2 for HANA Desktop PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2016 by Achieve IT Solutions These materials are subject to change without notice.

More information

RTD Documentation. =RTD( progid, server, [Field1], [Field2],...)

RTD Documentation. =RTD( progid, server, [Field1], [Field2],...) RIT User Guide Build 1.00 RTD Documentation The RTD function in Excel can retrieve real-time data from a program, such as the RIT Client. In general, the syntax for an RTD command is: =RTD( progid, server,

More information

Policy. Chapter 6. Accessing the Policy. Nexsure Training Manual - CRM. In This Chapter

Policy. Chapter 6. Accessing the Policy. Nexsure Training Manual - CRM. In This Chapter Nexsure Training Manual - CRM Policy In This Chapter Accessing the Policy Adding a Thank You Letter Editing the Policy Adding, Editing and Removing Assignments Admitted Carrier Identification Summary of

More information

AGRIMASTER HELP NOTE. Create a New Budget from Last Year s Actuals

AGRIMASTER HELP NOTE. Create a New Budget from Last Year s Actuals AGRIMASTER HELP NOTE Create a New Budget from Last Year s Actuals A budget can be created from the cashbook actuals by importing the previous year s data. This will give you a guide or template to make

More information

Financial System Report Descriptions

Financial System Report Descriptions Fund Balances by Department, Fund, PI, and User Fund Balances reports provide a list of funds along with the titles and balances of each of those funds. This report can be selected to display listings

More information

Master User Manual. Last Updated: August, Released concurrently with CDM v.1.0

Master User Manual. Last Updated: August, Released concurrently with CDM v.1.0 Master User Manual Last Updated: August, 2010 Released concurrently with CDM v.1.0 All information in this manual referring to individuals or organizations (names, addresses, company names, telephone numbers,

More information

Make sure the client aged receivables balance to the general ledger total. Write off client balances. Pick a date that makes sense: a. b. c. d.

Make sure the client aged receivables balance to the general ledger total. Write off client balances. Pick a date that makes sense: a. b. c. d. Overview This document provides conversion tips and instructions for entering client and general ledger beginning balances Entering beginning balances in Nexsure entails bringing balances forward from

More information

Creating formulas that use dates and times can be a little confusing if

Creating formulas that use dates and times can be a little confusing if Chapter 3: Date and Time Formulas In This Chapter Understanding dates and times in Excel Creating formulas that calculate elapsed dates and times Using the Date functions Using the Time functions Creating

More information

HandDA program instructions

HandDA program instructions HandDA program instructions All materials referenced in these instructions can be downloaded from: http://www.umass.edu/resec/faculty/murphy/handda/handda.html Background The HandDA program is another

More information

Unit: Banking Topic: Incoming Payments. Field Name or Data Type. Due Date < Past date >

Unit: Banking Topic: Incoming Payments. Field Name or Data Type. Due Date < Past date > Solutions Unit: Banking Topic: Incoming Payments 1-1 Incoming Payment (using cash payment means) 1-1-1 Create an A/R Invoice Choose Sales A/R A/R Invoice. Due Date < Past date > Post this invoice to any

More information

Features for Singapore

Features for Singapore Features for Singapore Microsoft Corporation Published: November 2006 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make business

More information

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 6 Interest and depreciation

Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 6 Interest and depreciation Further Mathematics 2016 Core: RECURSION AND FINANCIAL MODELLING Chapter 6 Interest and depreciation Key knowledge the use of first- order linear recurrence relations to model flat rate and unit cost and

More information

1) Cash Flow Pattern Diagram for Future Value and Present Value of Irregular Cash Flows

1) Cash Flow Pattern Diagram for Future Value and Present Value of Irregular Cash Flows Topics Excel & Business Math Video/Class Project #45 Cash Flow Analysis for Annuities: Savings Plans, Asset Valuation, Retirement Plans and Mortgage Loan. FV, PV and PMT. 1) Cash Flow Pattern Diagram for

More information

CHAPTER 2: GENERAL LEDGER

CHAPTER 2: GENERAL LEDGER Chapter 2: General Ledger CHAPTER 2: GENERAL LEDGER Objectives Introduction The objectives are: Explain the use of the Chart of Accounts in Microsoft Dynamics NAV 5.0. Explain the elements of the G/L Account

More information

Ledger Budgeting Building Publishing - Revising

Ledger Budgeting Building Publishing - Revising Ledger Budgeting Building Publishing - Revising Introduction School budget information can be entered and managed through PCSchool. Budgets can either be entered and adjusted manually, or imported via

More information

Guide to Credit Card Processing

Guide to Credit Card Processing CBS ACCOUNTS RECEIVABLE Guide to Credit Card Processing version 2007.x.x TL 25476 (07/27/12) Copyright Information Text copyright 1998-2012 by Thomson Reuters. All rights reserved. Video display images

More information

Copyright 2016 by the UBC Real Estate Division

Copyright 2016 by the UBC Real Estate Division DISCLAIMER: This publication is intended for EDUCATIONAL purposes only. The information contained herein is subject to change with no notice, and while a great deal of care has been taken to provide accurate

More information

UCAA Expansion Application Insurer User Guide December 2017

UCAA Expansion Application Insurer User Guide December 2017 UCAA Expansion Application Insurer User Guide December 2017 2017 National Association of Insurance Commissioners All rights reserved. Revised Edition National Association of Insurance Commissioners NAIC

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England. and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England. and Associated Companies throughout the world AVP/Executive Editor: Stephanie Wall Editorial Director: Sally Yagan Editor in Chief: Donna Battista Director of Editorial Services: Ashley Santora Editorial Project Manager: Christina Rumbaugh Editorial

More information

Viive 5.2 QUICK START GUIDE MAC-VIIVE

Viive 5.2 QUICK START GUIDE MAC-VIIVE Viive 5.2 QUICK START GUIDE 1-855-MAC-VIIVE ii Contents PUBLICATION DATE January 2016 COPYRIGHT 2016 Henry Schein, Inc. All rights reserved. No part of this publication may be reproduced, transmitted,

More information

Microsoft Dynamics AX Features for Israel. White Paper. Date: November 2009

Microsoft Dynamics AX Features for Israel. White Paper. Date: November 2009 Microsoft Dynamics AX 2009 Features for Israel White Paper Date: November 2009 Table of Contents Introduction... 4 Enabling the Israel-specific features... 4 Validations... 4 Company information... 5 Employees...

More information

Bidding Decision Example

Bidding Decision Example Bidding Decision Example SUPERTREE EXAMPLE In this chapter, we demonstrate Supertree using the simple bidding problem portrayed by the decision tree in Figure 5.1. The situation: Your company is bidding

More information

RTD Documentation. =RTD( progid, server, [Field1], [Field2],...)

RTD Documentation. =RTD( progid, server, [Field1], [Field2],...) RIT User Guide Build 1.01 RTD Documentation The RTD function in Excel can retrieve real-time data from a program, such as the RIT Client. In general, the syntax for an RTD command is: =RTD( progid, server,

More information

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com.

You should already have a worksheet with the Basic Plus Plan details in it as well as another plan you have chosen from ehealthinsurance.com. In earlier technology assignments, you identified several details of a health plan and created a table of total cost. In this technology assignment, you ll create a worksheet which calculates the total

More information

An application program that can quickly handle calculations. A spreadsheet uses numbers like a word processor uses words.

An application program that can quickly handle calculations. A spreadsheet uses numbers like a word processor uses words. An application program that can quickly handle calculations A spreadsheet uses numbers like a word processor uses words. WHAT IF? Columns run vertically & are identified by letters A, B, etc. Rows run

More information

Chapter 6. Evaluating the Financial Impact of Loans and Investments

Chapter 6. Evaluating the Financial Impact of Loans and Investments Chapter 6 Evaluating the Financial Impact of Loans and Investments Chapter Introduction Fundamental financial calculations used to evaluate different financing options Developing an amortization table

More information

Compensation & Benefits: Stock Options

Compensation & Benefits: Stock Options Compensation & Benefits: Stock Options Version 18.04 FS-BOE-SO-AG-201703--R018.04 Fairsail 2017. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

Advanced Financial Statements

Advanced Financial Statements Sage 100 Fund Accounting Advanced Financial Statements STUDENT WORKBOOK SAGE LEARNING SERVICES Important Notice: Authentic Sage 100 Fund Accounting training guides display a holographic image on the front

More information

Project Budgeting Release 2015

Project Budgeting Release 2015 Project Budgeting Release 2015 Disclaimer This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

PROPERTY OF CENGAGE LEARNING APPENDIXES

PROPERTY OF CENGAGE LEARNING APPENDIXES APPENDIXES APPENDIX A Building Spreadsheet Models APPENDIX B Areas for the Standard Normal Distribution APPENDIX C Values of e l APPENDIX D References and Bibliography APPENDIX E Self-Test Solutions and

More information

Checkbook Table of Contents. Receive Money Overview Spend Money Overview

Checkbook Table of Contents. Receive Money Overview Spend Money Overview Checkbook Table of Contents Receive Money Overview Spend Money Overview Changing Receive Money transactions To change a Receive Money transaction To change a recurring Receive Money template's name or

More information

XCEDE PROFESSIONAL ACCOUNTING. Master Sheets and Templates Release Notes

XCEDE PROFESSIONAL ACCOUNTING. Master Sheets and Templates Release Notes XCEDE PROFESSIONAL ACCOUNTING Master Sheets and Templates Release Notes August 2016 Author Created and Published by Reckon Limited Level 12, 65 Berry Street North Sydney NSW 2060 Australia ACN 003 348

More information

Introduction to Income Statements With Sage 50 Complete Accounting Section 0130A

Introduction to Income Statements With Sage 50 Complete Accounting Section 0130A Introduction to Income Statements With Sage 50 Complete Accounting Section 0130A Presentation Objectives The goal of this section is to present the following concepts to the reader. 1. Recap of the flow

More information

Chapter 17. Investment Reports

Chapter 17. Investment Reports Chapter 17 Investment Reports This Page Left Blank Intentionally CTAS User Manual 17-1 Investment Reports: Introduction There are six reports that you can create and print from the Investment Reports section.

More information

FINANCIAL DECISION RULES FOR PROJECT EVALUATION SPREADSHEETS

FINANCIAL DECISION RULES FOR PROJECT EVALUATION SPREADSHEETS FINANCIAL DECISION RULES FOR PROJECT EVALUATION SPREADSHEETS This note is some basic information that should help you get started and do most calculations if you have access to spreadsheets. You could

More information

DECISION SUPPORT Risk handout. Simulating Spreadsheet models

DECISION SUPPORT Risk handout. Simulating Spreadsheet models DECISION SUPPORT MODELS @ Risk handout Simulating Spreadsheet models using @RISK 1. Step 1 1.1. Open Excel and @RISK enabling any macros if prompted 1.2. There are four on-line help options available.

More information

v.5 Financial Reports Features & Options (Course V46)

v.5 Financial Reports Features & Options (Course V46) v.5 Financial Reports Features & Options (Course V46) Presented by: Ben Lane Shelby Senior Staff Trainer 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks

More information

MICROSOFT DYNAMICS-SL ASI-BUDGET/FORECASTING MANUAL

MICROSOFT DYNAMICS-SL ASI-BUDGET/FORECASTING MANUAL MICROSOFT DYNAMICS-SL ASI-BUDGET/FORECASTING MANUAL 140 Washington Ave North Haven, CT 06473 203.239.7740 www.asillc.com sales@asillc.com PREPARED BY ACCOUNTING SYSTEM INTEGRATORS, LLC Last Revision: March

More information

Excel Build a Salary Schedule 03/15/2017

Excel Build a Salary Schedule 03/15/2017 EXCEL BUILDING A SALARY SCHEDULE WEDNESDAY, 3/22/2017 3:15 PM TRACY S. LEED ACCOUNTS PAYABLE SUPERVISOR/SYSTEM ADMINISTRATOR CHESTER CO INTERMEDIATE UNIT 24 DOWNINGTOWN, PA PASBO 62 ND ANNUAL CONFERENCE

More information

Enterprise Budgeting V14 R3 Software Release Notes

Enterprise Budgeting V14 R3 Software Release Notes Enterprise Budgeting V14 R3 Software Release Notes This document describes all the enhancements and changes to Global Software, Inc. s Enterprise Budgeting in version 14 release 3. Contents Summary of

More information

Generating Defined Contribution Plan Reports in Advisor Workstation 2.0

Generating Defined Contribution Plan Reports in Advisor Workstation 2.0 Generating Defined Contribution Plan Reports in Advisor Workstation 2.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Generating the DC Plan Status Report..............................

More information