Calculate Sums, Rates, and Percentages in Excel: Student Workbook

Size: px
Start display at page:

Download "Calculate Sums, Rates, and Percentages in Excel: Student Workbook"

Transcription

1 2016 Calculate Sums, Rates, and Percentages in Excel: Student Workbook Created by: EVA CONSTANTARAS / Independent Consultant & Data Scientist WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID)

2 Lab 1: Calculating Sums, Rates, and Percentages in Excel 1 Lab 1: Calculate Sums, Rates, and Percentages in Excel STUDENT WORKBOOK In this lab, you will practice basic data analysis in Excel and explore some of the most common calculations used to tell data-driven stories and produce basic analysis of trends. After completing this lab, you will be able to use Excel to: Calculate sums Calculate rates Calculate percentages Contents Scenario... Error! Bookmark not defined. Task 1: Calculating Sums... 2 Task 2: Calculating Rates... 4 Using Ratios... 8 Task 3: Calculating Percentages... 9 Exercise... 11

3 Lab 1: Calculating Sums, Rates, and Percentages in Excel 2 Scenario In this lab, you will use Microsoft Excel to analyze a dataset about the number of midwives and health visitors across Sudan from the perspective of data journalist. Since regions in Sudan have varying population, you will analyze this data in a manner that these numbers can be compared across regions in a logical manner. You will also analyze data from specific regions to find out how it compares to the overall picture in Sudan. Task 1: Calculating Sums A basic step for analyzing a dataset is to calculate sums. In this task, you will calculate the total number of health visitors, midwives, and people in Sudan. To calculate sums, you can use AutoSum ( ) in Excel. Alternatively, you can also use a formula. Steps 1. Open Midwives_Health_Visitors_2013.XLSX in Excel. 2. In cell A19, type Sudan to indicate that this row will contain totals for the country. 3. In cell B19, type in formula to sum numbers =SUM(B2:B18), and press Enter. Note that in the formula =SUM(B2:B18), B2 is the first cell and B18 is the last cell in the series to add. The colon (:) tells Excel to include all cells between these two cells that you have identified. If you would use a comma (,) - Excel will include ONLY use the two cells identified.

4 Lab 1: Calculating Sums, Rates, and Percentages in Excel 3 4. Now that you have summed numbers in column B, you also need to sum columns C and D. Excel is smart. You don t have to type the formula in for each column. Instead, hover over the bottom right corner of cell B19 until a black cross appears. Click and hold, dragging across the columns in row 19. You should now have sums health visitors, midwives, and population across Sudan in row 19.

5 Lab 1: Calculating Sums, Rates, and Percentages in Excel 4 Task 2: Calculating Rates Can you compare two regions one where population is very large and another where the population is small just by looking at the totals? Often, the most logical way to compare numbers is through rates. For example, maternal deaths per 1,000 live births. In this task, we want to calculate the rate of Midwives and Health Visitors per 100,000 across the regions in Sudan. 5. In cell E1, enter the column label Groups of 100, In column E, you want to calculate how many groups of 100,000 are there in each region. This means you simply need divide the population of all regions by 100,000. In cell E2, type =D2/100000, and press Enter.

6 Lab 1: Calculating Sums, Rates, and Percentages in Excel 5 Next, hover over the bottom right corner of cell E2 until a black cross appears. Click and hold, dragging across the rows in column E. In cell E11, the result for Northern should be In other words, there are 8.13 sets of 100,000 people in Northern. 7. Next, in cell F1 - add a column label called Health Visitors per 100, To calculate this rate in column F, simply divide the total number of Health Visitors (column B) by Groups of 100,000 (column E). In cell F2, type =B2/E2 and press Enter.

7 Lab 1: Calculating Sums, Rates, and Percentages in Excel 6 Next, hover over the bottom right corner of cell F2 until a black cross appears. Click and hold, dragging across the rows in column F. In cell F11, the number is 0.86, which means there is less than one Health Visitor per 100,000 people in Northern. Meanwhile, since the dataset is missing the values for number of Health Visitors and Midwives for C. Darfour and E. Darfour Excel displays #VALUE! 9. In cell G1, add another column label called Mid Wives per 100,000 in this column, repeat a similar calculation - this time divide Mid wives by Groups of 100,000. In cell G2, type =C2/E2 and press Enter. Next, hover over the bottom right corner of cell G2 until a black cross appears. Click and hold, dragging across the rows in column G.

8 Lab 1: Calculating Sums, Rates, and Percentages in Excel 7 Now that you have calculated the ratios, answer the following questions: Which regions have the highest and lowest rate of Health Visitors per 100,000? Which regions have the highest and lowest number of Mid Wives per 100,000?

9 Lab 1: Calculating Sums, Rates, and Percentages in Excel 8 Using Ratios In order to make the comparisons easier to communicate, you can use a ratio. Say you want the public to compare the number of midwives in the region that has the highest rate, North Darfur (60.0) and the least, South Darfur (26.7). Will it be simple for your audience to understand the comparison between these two numbers: 60.0 and 26.7? You can calculate ratios to make this simple. First, divide each number by two. So, you have North Darfur = 30 and South Darfur = 13. Now, we know 30 and 12 are divisible by 6, and 13 is close to 12. So divide both by 6. Now we get North Darfur = 5 and South Darfur = 2.2. Hence we can say: For every 5 midwives in North Darfur, there are only 2 in South Darfur.

10 Lab 1: Calculating Sums, Rates, and Percentages in Excel 9 Task 3: Calculating Percentages Percentages can be useful for determining how big a number really is by looking at it as part of the whole. Let s figure out what percentage of total midwives in Sudan live in the region with the most midwives, Gazeria. In other words, you need to divide MidWives in Gazeria (value in cell C6) by Midwives in Sudan (value in cell C19). To do this in Excel: 10. In cell H1, add a label called Percentage of Midwives 11. In cell H6 (the row for Gazeria), enter the formula =C6/$C$19 and press Enter. Why did we use $C$19 instead of C19 like in the previous tasks? Because to replicate this formula across the column by dragging it, you need to first ensure that the denominator value (in cell C19) which represents the total number of Midwives in Sudan remains the same in each calculation. If you don t lock this value, the calculation won t work. Therefore, to lock the denominator, you type $ before C and before 19. So it says =C6/$C$19 Next, hover over the bottom right corner of cell H6 until a black cross appears. Click and hold, dragging across the rows in column H. 12. Now select the values in column H and right click, and then select Format Cells.

11 Lab 1: Calculating Sums, Rates, and Percentages in Excel 10 Next from the menu on the left, select Percentage and then click OK. You can now see that 2.02% of Sudan s midwives live in Khartoum

12 Lab 1: Calculating Sums, Rates, and Percentages in Excel 11 Exercise Use Excel to calculate the following: Calculate what percentage of Sudan s population lives in Gazeria Calculate what percentage of Sudan s population lives the rest of the country

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

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

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

Budget Estimator Tool & Budget Template

Budget Estimator Tool & Budget Template Budget Estimator Tool & Budget Template Integrated Refugee and Immigrant Services Created for you by a Yale School of Management student team IRIS BUDGET TOOLS 1 IRIS Budget Estimator and Budget Template

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

Personal Finance Amortization Table. Name: Period:

Personal Finance Amortization Table. Name: Period: Personal Finance Amortization Table Name: Period: Ch 8 Project using Excel In this project you will complete a loan amortization table (payment schedule) for the purchase of a home with a $235,500 loan

More information

Computing interest and composition of functions:

Computing interest and composition of functions: Computing interest and composition of functions: In this week, we are creating a simple and compound interest calculator in EXCEL. These two calculators will be used to solve interest questions in week

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

Computing compound interest and composition of functions

Computing compound interest and composition of functions Computing compound interest and composition of functions In today s topic we will look at using EXCEL to compute compound interest. The method we will use will also allow us to discuss composition of functions.

More information

Creating a Rolling Income Statement

Creating a Rolling Income Statement Creating a Rolling Income Statement This is a demonstration on how to create an Income Statement that will always return the current month s data as well as the prior 12 months data. The report will be

More information

Technology Assignment Calculate the Total Annual Cost

Technology Assignment Calculate the Total Annual Cost In an earlier technology assignment, you identified several details of two different health plans. In this technology assignment, you ll create a worksheet which calculates the total annual cost of medical

More information

MLC at Boise State Polynomials Activity 2 Week #3

MLC at Boise State Polynomials Activity 2 Week #3 Polynomials Activity 2 Week #3 This activity will discuss rate of change from a graphical prespective. We will be building a t-chart from a function first by hand and then by using Excel. Getting Started

More information

ORACLE HYPERION PLANNING USER TRAINING

ORACLE HYPERION PLANNING USER TRAINING ORACLE HYPERION PLANNING USER TRAINING University of North Texas Page 1 of 35 TABLE OF CONTENTS I. INTRODUCTION... 3 A. Hyperion Terminology... 3 B. Chartfields... 3 II. INTRODUCTION TO HYPERION PLANNING...

More information

Entering Credit Card Charges

Entering Credit Card Charges Entering Credit Card Charges Entering Credit Card Charges QuickBooks lets you choose when you enter your credit card charges. You can enter credit card charges when you charge an item or when you receive

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

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

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

Decision Trees: Booths

Decision Trees: Booths DECISION ANALYSIS Decision Trees: Booths Terri Donovan recorded: January, 2010 Hi. Tony has given you a challenge of setting up a spreadsheet, so you can really understand whether it s wiser to play in

More information

The Process of Modeling

The Process of Modeling Session #3 Page 1 The Process of Modeling Plan Visualize where you want to finish Do some calculations by hand Sketch out a spreadsheet Build Start with a small-scale model Expand the model to full scale

More information

Equestrian Professional s Horse Business Challenge. Member s Support Program Workbook. Steps 1-3

Equestrian Professional s Horse Business Challenge. Member s Support Program Workbook. Steps 1-3 Equestrian Professional s Horse Business Challenge Member s Support Program Workbook Steps 1-3 STEP 1 Get Your Books Ready for Year-end Step 1: Complete our bookkeeping checklist and get your books ready

More information

CENTRAL BUDGET REQUEST ENTRY. 1) Go to: Other Applications > Centrals>Financials>Budget Command Center

CENTRAL BUDGET REQUEST ENTRY. 1) Go to: Other Applications > Centrals>Financials>Budget Command Center CENTRAL BUDGET REQUEST ENTRY 1) Go to: Other Applications > Centrals>Financials>Budget Command Center 1 2) Click on Central Budget Entry MUNIS will automatically take you to the Central Budget Entry Screen

More information

Using an Excel spreadsheet to calculate Andrew s 18th birthday costs

Using an Excel spreadsheet to calculate Andrew s 18th birthday costs Using an Excel spreadsheet to calculate Andrew s 18th birthday costs Open a new spreadsheet in Excel. Highlight cells A1 to J1. Prevocational Mathematics 1 of 17 Planning an event Using an Excel spreadsheet

More information

* The Unlimited Plan costs $100 per month for as many minutes as you care to use.

* The Unlimited Plan costs $100 per month for as many minutes as you care to use. Problem: You walk into the new Herizon Wireless store, which just opened in the mall. They offer two different plans for voice (the data and text plans are separate): * The Unlimited Plan costs $100 per

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

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

January 29. Annuities

January 29. Annuities January 29 Annuities An annuity is a repeating payment, typically of a fixed amount, over a period of time. An annuity is like a loan in reverse; rather than paying a loan company, a bank or investment

More information

Basic Excel Formulas. Excel ABC

Basic Excel Formulas. Excel ABC Basic Excel Formulas Excel ABC Welcome to Excel ABC Basics This Ebook will teach you the basic excel that you will need to know to ease your workload. From my experience, there are 10 most commonly used

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

FORECASTING & BUDGETING

FORECASTING & BUDGETING FORECASTING & BUDGETING W I T H E X C E L S S O L V E R WHAT IS SOLVER? Solver is an add-in that comes pre-built into Microsoft Excel. Simply put, it allows you to set an objective value which is subject

More information

INSURANCE Training Guide

INSURANCE Training Guide INSURANCE Training Guide Group Insurance premium calculator May 2015 Training Guide Group Insurance premium calculator Before you are able to use the Group Insurance premium calculator you must have: 1.

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

Lab 6. Microsoft Excel

Lab 6. Microsoft Excel Lab 6 Microsoft Excel Objective At the end of this lesson, you should be able to describe components and functions in Excel perform and apply basic Excel operations Introduction to Management Information

More information

Calculating the Number and Percent of Workers in Your State by Establishment Size

Calculating the Number and Percent of Workers in Your State by Establishment Size March 2009 Calculating the Number and Percent of Workers in Your State by Establishment Size Policy proposals for paid time-off programs often include an exemption for small businesses. (There are notable

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

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

<Partner Name> <Partner Product> RSA ARCHER GRC Platform Implementation Guide. 6.3

<Partner Name> <Partner Product> RSA ARCHER GRC Platform Implementation Guide. 6.3 RSA ARCHER GRC Platform Implementation Guide Palisade Jeffrey Carlson, RSA Partner Engineering Last Modified: 12/21/2016 Solution Summary Palisade @RISK is risk and decision

More information

As a function of the stock price on the exercise date, what do the payoffs look like for European calls and puts?

As a function of the stock price on the exercise date, what do the payoffs look like for European calls and puts? Pricing stock options This article was adapted from Microsoft Office Excel 2007 Data Analysis and Business Modeling by Wayne L. Winston. Visit Microsoft Learning to learn more about this book. This classroom-style

More information

LoanBeam. Automating Tax Form Processing. National Training Division. Revised 4/6/18

LoanBeam. Automating Tax Form Processing. National Training Division. Revised 4/6/18 LoanBeam Automating Tax Form Processing Revised 4/6/18 Introduction to LoanBeam Topics Covered: How to access LoanBeam in FasTrac360 Uploading tax documents Checking order status Understanding accompanying

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

DUS DocWay TM Loan Documents User Guide. January 2019

DUS DocWay TM Loan Documents User Guide. January 2019 DUS DocWay TM Loan Documents User Guide January 2019 Table of Contents Getting Started with DUS DocWay... 1 Welcome Page Navigation... 3 Loan Documents Navigation... 6 Update Document Category and Type...

More information

Form 162. Form 194. Form 239

Form 162. Form 194. Form 239 Below is a list of topics that we receive calls about each year with the solutions to them detailed. New features and funds have also been added. Note: Some of the topics have more than one question so

More information

Expanded uncertainty & coverage factors By Rick Hogan

Expanded uncertainty & coverage factors By Rick Hogan Expanded uncertainty & coverage factors By Rick Hogan Introduction Expanded uncertainty and coverage factors are an important part of calculating uncertainty. Calculating them is not very difficult, but

More information

GuruFocus User Manual: My Portfolios

GuruFocus User Manual: My Portfolios GuruFocus User Manual: My Portfolios 2018 version 1 Contents 1. Introduction to User Portfolios a. The User Portfolio b. Accessing My Portfolios 2. The My Portfolios Header a. Creating Portfolios b. Importing

More information

Project your expenses

Project your expenses Welcome to the Victory Cashflow worksheet. Spending just half an hour each month will ensure your budget is maintained and your finances are in order. The objective of this budget is to predict the future

More information

Handout 3 More on the National Debt

Handout 3 More on the National Debt Handout 3 More on the National Debt In this handout, we are going to continue learning about the national debt and you ll learn how to use Excel to perform simple summaries of the information. One of my

More information

Form 155. Form 162. Form 194. Form 239

Form 155. Form 162. Form 194. Form 239 Below is a list of topics that we receive calls about each year with the solutions to them detailed. New features and funds have also been added. Note: Some of the topics have more than one question so

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

BEx Analyzer (Business Explorer Analyzer)

BEx Analyzer (Business Explorer Analyzer) BEx Analyzer (Business Explorer Analyzer) Purpose These instructions describe how to use the BEx Analyzer, which is utilized during budget development by account managers, deans, directors, vice presidents,

More information

Credit Cards Friend or Foe? An exploration of credit cards and debit cards utilizing Internet resources and spreadsheets.

Credit Cards Friend or Foe? An exploration of credit cards and debit cards utilizing Internet resources and spreadsheets. Credit Cards Friend or Foe? An exploration of credit cards and debit cards utilizing Internet resources and spreadsheets. Day One Investigating Credit Cards and Debit Cards The students will need access

More information

SUPPLEMENTARY LESSON 1 DISCOVER HOW THE WORLD REALLY WORKS ASX Schools Sharemarket Game THE ASX CHARTS

SUPPLEMENTARY LESSON 1 DISCOVER HOW THE WORLD REALLY WORKS ASX Schools Sharemarket Game THE ASX CHARTS SUPPLEMENTARY LESSON 1 THE ASX CHARTS DISCOVER HOW THE WORLD REALLY WORKS 2015 ASX Schools Sharemarket Game The ASX charts When you spend time discovering a company s story and looking at company numbers

More information

Discrete Probability Distributions

Discrete Probability Distributions 5 Discrete Probability Distributions 5-3 Binomial Probability Distributions 5-5 Poisson Probability Distributions 52 Chapter 5: Discrete Probability Distributions 5-3 Binomial Probability Distributions

More information

P&C Rate Data Collection and Management System. PCRDCMS Rate Collection User Manual

P&C Rate Data Collection and Management System. PCRDCMS Rate Collection User Manual State of Florida Department of Financial Services Office of Insurance Regulation P&C Rate Data Collection and Management System (PCRDCMS) PCRDCMS Rate Collection User Manual Author: Vendor: Version: Jon

More information

Guide to setting up pay periods

Guide to setting up pay periods Guide to setting up pay periods PM00104.0416/2 Within this document you will find instructions for creating new pay periods and amending existing pay periods including week 53. We have used the 2015/2016

More information

User guide for employers not using our system for assessment

User guide for employers not using our system for assessment For scheme administrators User guide for employers not using our system for assessment Workplace pensions CONTENTS Welcome... 6 Getting started... 8 The dashboard... 9 Import data... 10 How to import a

More information

SIMS FMS6 Academies. USER BULLETIN No.A33

SIMS FMS6 Academies. USER BULLETIN No.A33 For the Attention of the SIMS FMS6 Operator SIMS FMS6 Academies USER BULLETIN No.A33 Budget Forecast Return: Outturn 2016 to 2017 Financial Services for Schools Helpline Tel: 01992 555753 Fax: 01992 555727

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

Comparing Linear Increase and Exponential Growth

Comparing Linear Increase and Exponential Growth Lesson 7-7 Comparing Linear Increase and Exponential Growth Lesson 7-7 BIG IDEA In the long run, exponential growth always overtakes linear (constant) increase. In the patterns that are constant increase/decrease

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

Student Guide: RWC Simulation Lab. Free Market Educational Services: RWC Curriculum

Student Guide: RWC Simulation Lab. Free Market Educational Services: RWC Curriculum Free Market Educational Services: RWC Curriculum Student Guide: RWC Simulation Lab Table of Contents Getting Started... 4 Preferred Browsers... 4 Register for an Account:... 4 Course Key:... 4 The Student

More information

LENDER SOFTWARE PRO USER GUIDE

LENDER SOFTWARE PRO USER GUIDE LENDER SOFTWARE PRO USER GUIDE You will find illustrated step-by-step examples in these instructions. We recommend you print out these instructions and read at least pages 4 to 20 before you start using

More information

2013/2014 Operating Budget Forecast

2013/2014 Operating Budget Forecast Financial Services 2013/2014 Operating Budget Forecast Overview: Please use these guidelines to prepare a forecast of year end results for the current 2013/2014 fiscal year. The fundamentals for building

More information

RetirementWorks. Despite its basic approach, however, this calculator does provide some flexibility.

RetirementWorks. Despite its basic approach, however, this calculator does provide some flexibility. Retirement Needs Analysis RetirementWorks This calculator takes a common but simplistic approach to determining retirement needs: assume that a certain percentage of pre-retirement income will be needed

More information

Economis Student Manual (Grades 6-12)

Economis Student Manual (Grades 6-12) Welcome to Economis! Economis Student Manual (Grades 6-12) Economis is designed to imitate the real world economy. This manual will get you started with the basics of how to use Economis. However, if you

More information

Expectation Exercises.

Expectation Exercises. Expectation Exercises. Pages Problems 0 2,4,5,7 (you don t need to use trees, if you don t want to but they might help!), 9,-5 373 5 (you ll need to head to this page: http://phet.colorado.edu/sims/plinkoprobability/plinko-probability_en.html)

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

Using the Budget Features in Quicken 2003

Using the Budget Features in Quicken 2003 Using the Budget Features in Quicken 2003 Quicken budgets can be used to summarize expected income and expenses for planning purposes. The budget can later be used in comparisons to actual income and expenses

More information

Upload Budget Item Rates

Upload Budget Item Rates Upload Budget Item Rates Who: Why: When: Sys Admin When tight control of Project costing is necessary and the same items are required on many Orders within the Project View. When Project Views are set

More information

Certifying Mortgages for Freddie Mac. User Guide

Certifying Mortgages for Freddie Mac. User Guide Certifying Mortgages for Freddie Mac User Guide December 2017 The Freddie Mac Single-Family Seller/Servicer (Guide) requires a Seller/Servicer selling Mortgages to Freddie Mac to forward the Notes, assignments

More information

ESD.70J Engineering Economy

ESD.70J Engineering Economy ESD.70J Engineering Economy Fall 2010 Session One Xin Zhang xinzhang@mit.edu Prof. Richard de Neufville ardent@mit.edu http://ardent.mit.edu/real_options/rocse_excel_latest/excel_class.html ESD.70J Engineering

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

LoanBeam SE Income Analysis Tool

LoanBeam SE Income Analysis Tool LoanBeam SE Income Analysis Tool Alexis Smialkowski National Corporate Trainer Investing in Your Education 12/10/2018 What is LoanBeam? FT360 is integrated with LoanBeam to provide income analysis of tax

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

Background Information. Instructions. Problem Statement. HOMEWORK INSTRUCTIONS Homework #3 Federal Budget Problem

Background Information. Instructions. Problem Statement. HOMEWORK INSTRUCTIONS Homework #3 Federal Budget Problem Background Information The United States federal debt is an increasingly growing and well-known issue. Every year when governmental expenditures exceed revenues, the debt is increased. On the occasions

More information

TABLE OF CONTENTS C ORRELATION EXPLAINED INTRODUCTION...2 CORRELATION DEFINED...3 LENGTH OF DATA...5 CORRELATION IN MICROSOFT EXCEL...

TABLE OF CONTENTS C ORRELATION EXPLAINED INTRODUCTION...2 CORRELATION DEFINED...3 LENGTH OF DATA...5 CORRELATION IN MICROSOFT EXCEL... Margined Forex trading is a risky form of investment. As such, it is only suitable for individuals aware of and capable of handling the associated risks. Funds in an account traded at maximum leverage

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

Quick Reference Guide. Employer Health and Safety Planning Tool Kit

Quick Reference Guide. Employer Health and Safety Planning Tool Kit Operating a WorkSafeBC Vehicle Quick Reference Guide Employer Health and Safety Planning Tool Kit Effective date: June 08 Table of Contents Employer Health and Safety Planning Tool Kit...5 Introduction...5

More information

BudgetPak Budget Development Process Phase II

BudgetPak Budget Development Process Phase II BudgetPak Budget Development Process Phase II Overview This guide contains instructions on how to complete the FY08 Operating Budget Phase II Reallocation Process using BudgetPak. To further aid, BudgetPak

More information

Medical School Revenue & Expense Budgeting Model Overview September, 2013

Medical School Revenue & Expense Budgeting Model Overview September, 2013 Medical School Revenue & Expense Budgeting Model Overview September, 2013 Important Note: This guide is designed for those users who have knowledge of the prior year s budgeting models. If you are a brand

More information

Running Manager Level Reports

Running Manager Level Reports Running Manager Level Reports Introduction: Manager reports can be run at the summary or account detail level. The reports are formatted in the same manner as the Board of Trustees Quarterly Finance and

More information

RetirementWorks. Among its features, the Social Security Retirement Benefits module

RetirementWorks. Among its features, the Social Security Retirement Benefits module Social Security Retirement Benefits Among its features, the Social Security Retirement Benefits module calculates estimated Social Security retirement benefits, with or without future inflation assumptions;

More information

BudgetPak: Phase II Budget Reallocation

BudgetPak: Phase II Budget Reallocation BudgetPak: Phase II Budget Reallocation Session Objectives for 2019 Operating Budget 1 Planning and Creating the Operating Budget 2 Benefits of Running BudgetPak Reports 3 4 Reallocating the Operating

More information

World Bank Group - LED Streetlight Financing Tool: User s Manual

World Bank Group - LED Streetlight Financing Tool: User s Manual World Bank Group - LED Streetlight Financing Tool: User s Manual The World Bank Group developed the CityLED Streetlight Financing Tool to allow cities to evaluate the financial implications, as well as

More information

WEB APPENDIX 8A 7.1 ( 8.9)

WEB APPENDIX 8A 7.1 ( 8.9) WEB APPENDIX 8A CALCULATING BETA COEFFICIENTS The CAPM is an ex ante model, which means that all of the variables represent before-the-fact expected values. In particular, the beta coefficient used in

More information

UNIVERSITY OF OREGON. Steps and OPE Calculations For Data Entry to Banner Budget Development

UNIVERSITY OF OREGON. Steps and OPE Calculations For Data Entry to Banner Budget Development UNIVERSITY OF OREGON Steps and OPE Calculations For Data Entry to Banner Budget Development Budget and Resource Planning 4/27/2016 Overview Banner budgeting does not allow budgeting of OPE within the Salary

More information

Introduction to Client Online

Introduction to Client Online Introduction to Client Online Trade Finance Guide TradeFinanceNewClientsV2Sept15 Contents Introduction 3 Welcome to your introduction to Client Online 3 If you have any questions 3 Logging In 4 Welcome

More information

Perform this procedure to plan adjustments to the unrestricted budget either during the Annual Development or during a Quarterly Confirmation cycle.

Perform this procedure to plan adjustments to the unrestricted budget either during the Annual Development or during a Quarterly Confirmation cycle. Introduction Process and Trigger Perform this procedure to plan adjustments to the unrestricted budget either during the Annual Development or during a Quarterly Confirmation cycle. Prerequisites Budget

More information

Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition

Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition Exploring Microsoft Office Excel 2007 Comprehensive Grauer Scheeren Mulbery Second Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the

More information

Cash Flow User Guide SAM Method

Cash Flow User Guide SAM Method Cash Flow User Guide SAM Method Table of Contents Page 1 of 29 Introduction... 3 Objectives... 3 General Features... 4 Default Two Year Average... 4 Repeatable Groups... 4 X Exclude from Calculation...

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

Choice of superannuation fund guide

Choice of superannuation fund guide Choice of superannuation fund guide Welcome to the Choice of Superannuation Fund guide. This guide contains instructions on how to use your MYOB accounting software to meet the employer obligations introduced

More information

WealthCare Administration System

WealthCare Administration System WealthCare Administration System Employer Enrollment Manager Guide Enrollment manager is a powerful tool that provides employer users with increased management and oversight of their enrollment process.

More information

Background Information. Instructions. Problem Statement. HOMEWORK INSTRUCTIONS Homework #2 Healthcare Expenditures Problem

Background Information. Instructions. Problem Statement. HOMEWORK INSTRUCTIONS Homework #2 Healthcare Expenditures Problem Background Information Today, there are two major problems in healthcare plaguing the nations around the world. The first, found primarily in developed countries such as the United States and Europe, is

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

INTUIT PROA DVISOR PR O G RAM. QuickBooks Desktop Certification

INTUIT PROA DVISOR PR O G RAM. QuickBooks Desktop Certification INTUIT PROA DVISOR PR O G RAM QuickBooks Desktop Certification Getting Started Guide Table of Contents TABLE OF CONTENTS QuickBooks ProAdvisor Training Objectives... 1 What s in the Workbook?... 2 Chapter

More information

University of Texas at Dallas School of Management. Investment Management Spring Estimation of Systematic and Factor Risks (Due April 1)

University of Texas at Dallas School of Management. Investment Management Spring Estimation of Systematic and Factor Risks (Due April 1) University of Texas at Dallas School of Management Finance 6310 Professor Day Investment Management Spring 2008 Estimation of Systematic and Factor Risks (Due April 1) This assignment requires you to perform

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

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

MODULE B Working with Formulas and Functions

MODULE B Working with Formulas and Functions Excel-1 Illustrated Microsoft Office 365 and Excel 2016 Intermediate 1st Edition Reding SOLUTIONS MANUAL Full download at: https://testbankreal.com/download/illustrated-microsoftoffice-365-access-2016-intermediate-1st-edition-friedrichsen-solutions-manual/

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

Instructions on Completing the 2015 Revised Estimates Submission in EFIS 2.0

Instructions on Completing the 2015 Revised Estimates Submission in EFIS 2.0 Instructions on Completing the 2015 Revised Estimates Submission in EFIS 2.0 PURPOSE The Revised Estimates submission identifies the level of services and associated expenditures and revenues projected

More information