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

Size: px
Start display at page:

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

Transcription

1 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 principles apply for all versions of Excel. Here is an introduction to some of the basics functions and formulae you might find useful and how to use them. Note: Each box in Excel is called a cell and each cell has a reference according to the column and row it is in e.g. the top left cell is Cell A1, below that is Cell A2 and to the right of Cell A1 is Cell B1 etc. Basic Functions Below is a table of some of the functions you can use when creating your own formulae and functions. Note: Don t forget that all functions need to begin with an = symbol otherwise Excel will assume you are just typing text. Function Key(s)/Input Description Add + Adds numbers together. Subtract - Subtracts numbers away. Multiply * Multiplies numbers together. Divide / Divides numbers from each other. Power ^ Produces the power of something e.g. 2^2 is 2 2. Percentage %* Finds the percentage. e.g. 5% of 10 would be =5%*10. You can also turn a decimal fraction into a percentage by highlighting the cell and click the % button under the Home tab. Square Root sqrt(number) Produces the square root of a number. n th Root ^(1/n) Finds the n th root of a number. e.g. 365 th root is ^(1/365) 1. Sum Type =sum(cell:cell) OR =sum(cell,cell,cell ) This function allows you to add up all the numbers in a given range. In the example below, a company wants to find out how much of a product they have sold over a year. To do this, we simply type =sum(b2:b13) into cell B14 and press enter. This adds up all of the quantities over the year and tells us how much the company have sold units. 2. Product Type: =product(cell:cell) OR =cell*cell This function allows you to multiply two numbers, or a group of numbers, together. In the example below, we can work out how much income the company has made by multiplying the quantity by the price. We put our formula, =product(b2:c2) in cell D2 to find the income for January. In cell D3, we

2 use =product(b3:c3) which gives us the income for February and so on. We can then use the Sum function to find out how much money the company has made over the year which is IF Type: =IF(argument, output if true, output if false ) The IF function determines whether an argument is true or false. For example, a company may be interested in seeing whether selling a specific quantity of a product produces a profit or a loss. The IF function can be used to answer this automatically. In the example below, the company wants to know whether it made a profit or loss for each month of trading given the total expenses for that month. To do this, we input into cell F1 the formula =IF(B2*C2-E2>0, PROFIT, LOSS ). This means that if the total revenue from sales (Quantity x Selling price) less the total expenses given in cell E2 is greater than 0, we have made a profit. If it is less than 0 we have made a loss. Repeating this process for cells F3 to F13 tells us whether we have made a profit or loss for each month of the year. Note: You don t have to re-write the formula out each time. Just copy and paste cell F2 into cells F3 to F13 and Excel will automatically adjust the cells to the correct formula.

3 4. Average Type: =average(cell:cell) This function calculates the average (the mean) of a set of numbers. For example, a company may wish to calculate its average selling price throughout the year. We therefore put the formula =average(c2:c13) into cell C14 to calculate their average selling price for the year. The $ sign If you want to copy a formula to a lot of cells but want to keep a certain aspect the same you can use the $ sign. The $ sign keeps that particular part of a formula the same when copying across cells. Example: A company wants to find the breakeven quantity for a product that is sold at 25 a unit and costs 10 to make. The company also has fixed costs of 1050 to pay. To begin, we can lay the spreadsheet out as follows: To work out whether the company has made a profit, loss or broken even, we can use the IF function twice in column B. In Cell B2 we input: =IF((A2*$F$1)-(A2*$F$2)-$F$3>0, Profit,IF((A2*$F$1)- (A2*$F$2)-$F$3<0, Loss, Breakeven )). Note: We have to use two IF functions as we have 3 possible outcomes: Profit, Loss or Breakeven. A single IF function only allows for 2 outcomes. When we copy the formula down Column B we only want the quantity to change, not the selling price, variable cost price or the fixed cost price. The $ sign does that for us. We therefore get this output which tells us the breakeven quantity is 70 units:

4 Plotting Graphs, highlighting cells and the Go to function Graphs You can use Excel to plot graphs and charts. To do this, simply click on the Insert tab as shown below. This allows you to choose from different chart types like bar charts, line graphs and pie charts. Suppose we wish to produce a breakeven chart for a company. First we need to select the data we want to produce the chart from. We do this by clicking and dragging until a box appears around the data we wish to use, as shown below. We then click on the Insert tab and then select Line to bring down a drop down list of graphs we can use. Choose the graph you want to use and click on it. This will automatically then produce the graph as shown below.

5 You can then use the Chart Tools displayed at the top of the screen to change the colour of the line, change the axes or change the layout of the graph. Highlighting Cells Sometimes it is useful to highlight particular cells. To do this, click on the cell you wish to highlight, then click on the Home tab at the top of the screen and click on the icon that looks like a paint can being spilt: This will automatically fill the cell in black. However, if you wish to change the colour, simply click on the little down arrow next to the icon to show a range of colours that you can choose from. You can also place various lines and boxes round a cell by clicking on the icon or selecting a box from the drop down arrow next to that icon. Conditional Formatting Sometimes you may wish to highlight a cell for a particular reason. This is done through Conditional Formatting. For example, you may wish to highlight all years that make a loss in Red, all those that breakeven in Yellow and all those that make a profit in Green. To do this, click the cell(s) that you want to put this rule on. Then, click on the Home tab and then click on Conditional Formatting :

6 This brings down a drop-down menu which allows you to highlight that particular cell (set of cells) based on a given formula as shown below. In our example, we want to highlight all those cells that are negative (less than zero) in Red, all those cells that are positive (greater than zero) in Green, and all those cells that are equal to zero in Yellow. To do this, we click on Highlight Cells Rules and click on Greater than first to make the cell go Green when it makes a profit. This brings up a box that looks like the one below. Because a profit is made when we have a number greater than zero, we change the first box to zero. We then select Green Fill with Dark Green Text and click OK. Repeat these steps so that the cells go Red for a loss and Yellow for breakeven (How can you do this? What changes?). Note: You do not have to repeat the process for all individual cells. Simply copy the cell you have put your conditional highlighting on and select all the other cells you wish to copy to. Right click and select the Formatting paste from the menu, as below.

7 Once you have done this you will notice that the cells are highlighted based on the rules that you have given. If the number in the cell changes, the highlighting will change accordingly. For the example we have used, you will have a sheet that looks something like the one below. Go To function You may have to work with some very large spreadsheets in Excel and so getting around the document quickly and effectively is important. The Go to function allows you to jump to any cell in the spreadsheet without having to scroll through looking for it. Here is a step by step guide on how to do it. 1. Press the F5 key on the keyboard to bring up the Go To dialog box. 2. Type in the cell reference of the desired destination in the Reference line of the dialog box. In this case: HQ Click on the OK button or press the ENTER key on the keyboard. 4. The black box that surrounds the active cell should jump to cell HQ567 making it the new active cell. 5. To move to another cell, repeat steps 1 to 3.

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

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

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

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

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

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

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

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

How to Use Fundamental Data in TradingExpert Pro

How to Use Fundamental Data in TradingExpert Pro Chapter VII How to Use Fundamental Data in TradingExpert Pro In this chapter 1. Viewing fundamental data on the Fundamental Report 752 2. Viewing fundamental data for individual stocks 755 3. Building

More information

Public Financial Management Database Users' Guide

Public Financial Management Database Users' Guide Public Financial Management Database Users' Guide FEBRUARY 2015 CONTENTS Executive summary.............................................1 The public financial management database...........................2

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

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

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

And Training Manual. Version 1.1. P a g e 1 22

And Training Manual. Version 1.1. P a g e 1 22 And Training Manual Version 1.1 P a g e 1 22 Contents 1 Workspaces 3 2 Watchlist.. 5 3 Graphs.. 8 4 Order Entry 11 5 Linking Panels Together 16 6 Blotter (Positions, Trades, Orders, Order Book).. 17 7

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

Budget - By Salesperson

Budget - By Salesperson Budget - By Salesperson Entering a budget is easy. Follow these five steps to get started. Version 2013.12.21.01 1 Create a template. Before you can enter a budget, you first need to create a template.

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

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

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

Marketing Budget Excel Template User Guide

Marketing Budget Excel Template User Guide Marketing budget Excel Marketing Budget Excel Template User Guide The Marketing Budget Excel template, incorporating variance analysis and reporting allows you to develop a monthly marketing budget for

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

MUNICIPAL REPORTING SYSTEM. SOE Budget (SOE-B) User Guide June 2017

MUNICIPAL REPORTING SYSTEM. SOE Budget (SOE-B) User Guide June 2017 MUNICIPAL REPORTING SYSTEM SOE Budget (SOE-B) User Guide June 2017 Crown copyright, Province of Nova Scotia, 2017 Municipal Reporting System SOE Budget (SOE-B) User Guide Municipal Affairs June 2017 ISBN:

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

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

Draftworx Manual. Thank you for choosing Draftworx

Draftworx Manual. Thank you for choosing Draftworx Draftworx Manual Thank you for choosing Draftworx Contents Installing the program... 4 Activating the program... 5 Getting going... 6 Training videos... 6 Filter bar... 6 Regional Settings... 8 Client

More information

PRODUCING BUDGETS AND ACQUITTAL REPORTS from MYOB and spreadsheets

PRODUCING BUDGETS AND ACQUITTAL REPORTS from MYOB and spreadsheets Appendix 1 PRODUCING BUDGETS AND ACQUITTAL REPORTS from MYOB and spreadsheets Explanation of Budgeting and Acquitting This appendix outlines the process of preparing budgets and reports so that you can

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

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

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

Crop Storage Analysis: Program Overview

Crop Storage Analysis: Program Overview Crop Storage Analysis: Program Overview The Crop Storage Analysis program aids farmers in making crop storage decisions. The program compares selling grain at harvest to selling grain one to twelve months

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

TRADE TERMINAL. Page 1 of 13

TRADE TERMINAL. Page 1 of 13 v TRADE TERMINAL 1. Overview of the Trade Terminal... 2 1.1 Opening the Trade Terminal... 2 1.2 Components of the Trade Terminal... 2 2. Market watch... 3 2.1 Placing buy/sell orders... 3 2.2 Placing pending

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

Tidemark Budget Data Entry Payroll Budget (2017)

Tidemark Budget Data Entry Payroll Budget (2017) Budget (2017) This document contains information for entering proposed budget amounts into the Tidemark software for Payroll. 1 Tidemark Accessing Budget Tidemark Data Entry Payroll Overview / Tidemark

More information

PHILLIP FUTURES PTA. POEMS Installation and Quick Start User Guideline

PHILLIP FUTURES PTA. POEMS Installation and Quick Start User Guideline PHILLIP FUTURES PTA POEMS 1.8.3 Installation and Quick Start User Guideline NOTICE The best effort has been put in to ensure that the information given in this POEMS Professional 1.8.3 Quick Start User

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

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

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

FUTURESOURCE TRADER 1 WELCOME 6 THE FUTURESOURCE TRADER WINDOW 7. Changing Your Password 8. Viewing Connection Status 8 DOMTRADER 9

FUTURESOURCE TRADER 1 WELCOME 6 THE FUTURESOURCE TRADER WINDOW 7. Changing Your Password 8. Viewing Connection Status 8 DOMTRADER 9 FutureSource Trader FUTURESOURCE TRADER 1 WELCOME 6 THE FUTURESOURCE TRADER WINDOW 7 Changing Your Password 8 Viewing Connection Status 8 DOMTRADER 9 Adding a DOMTrader 9 DOMTrader Components 10 Title

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

3. Entering transactions

3. Entering transactions 3. Entering transactions Overview of Transactions functions When you place an order to buy or short sell, you should immediately enter the transaction into the appropriate portfolio account so that the

More information

Gtrade manual version 2.04 updated

Gtrade manual version 2.04 updated Gtrade manual version 2.04 updated 9.30.2016 Table of Contents Contents Table of Contents2 Getting started, Logging in and setting display language in TurboTick Pro3 Level 25 Order Entry8 Streamlined Order

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

Accounting with MYOB v18. Chapter Three Cash Accounting

Accounting with MYOB v18. Chapter Three Cash Accounting Accounting with MYOB v18 Chapter Three Cash Accounting Cash Accounting Activities 1. Receive and pay money using Banking. 2. Create and use Recurring Templates. 3. Combine receipts for banking. 4. Identify

More information

Principia Research Mode Online Basics Training Manual

Principia Research Mode Online Basics Training Manual Principia Research Mode Online Basics Training Manual Welcome to Principia Research Mode Basics Course, designed to give you an overview of Principia's Research Mode capabilities. The goal of this guide

More information

USERGUIDE MT4+ TRADE TERMINAL

USERGUIDE MT4+ TRADE TERMINAL TABLE OF CONTENTS. INSTALLATION OF THE PAGE 03. OVERVIEW OF THE PAGE 06 3. MARKET WATCH PAGE 09 A. PLACING BUY / SELL ORDERS PAGE 09 B. PLACING OF PENDING ORDERS PAGE 0 C. OCO (ONE-CANCELS-OTHER) ORDERS

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

Returns and Voids. Option 1 When using a Credit Card Keyboard With the Sales Invoice Screen appearing, to Access the Return Function

Returns and Voids. Option 1 When using a Credit Card Keyboard With the Sales Invoice Screen appearing, to Access the Return Function Returns and Voids Option When using a Credit Card Keyboard With the Sales Invoice Screen appearing, to Access the Return Function. Push The Void / Return hot key on your POS Keyuboard Returns and Voids

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

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

Using the Merger/Exchange Wizard in Morningstar Office

Using the Merger/Exchange Wizard in Morningstar Office in Morningstar Office Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Can I use the Merger Wizard for all security types? - - - - - - - - - - - - - - - - - - 1 Can

More information

Entering Estimates at Completion (EAC) Updated 8/20/15

Entering Estimates at Completion (EAC) Updated 8/20/15 EAC s are all entered in JD Edwards via the same program, however the system will open different columns in the entry screen based on the Method of Computation used. The first part of this document provides

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

Descriptive Statistics

Descriptive Statistics Chapter 3 Descriptive Statistics Chapter 2 presented graphical techniques for organizing and displaying data. Even though such graphical techniques allow the researcher to make some general observations

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

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

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

Learning TradeStation. Order-Entry Tools and Preferences

Learning TradeStation. Order-Entry Tools and Preferences Learning TradeStation Order-Entry Tools and Preferences Important Information No offer or solicitation to buy or sell securities, securities derivative or futures products of any kind, or any type of trading

More information

SIMS FMS6 Academies. USER BULLETIN No.A34

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

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

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

ULTRA II User Manual. Ultra II is a new Internet security trading system that has been developed to facilitate Bualuang i-trading's customers.

ULTRA II User Manual. Ultra II is a new Internet security trading system that has been developed to facilitate Bualuang i-trading's customers. ULTRA II User Manual Ultra II is a new Internet security trading system that has been developed to facilitate Bualuang i-trading's customers. 1. Over View Ultra II consists of 5 main category pages: 1.1

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

Chart Shading CQG has added the ability to shade alternate increments of time on a Chart.

Chart Shading CQG has added the ability to shade alternate increments of time on a Chart. October 2006 CQG Announces Software Release 7x4 CQGNet version 7x4 will be available for installation beginning October 2006. Please contact CQG Customer Support at 1-800-525-1085 if you have questions.

More information

Multi Account Manager

Multi Account Manager Multi Account Manager User Guide Copyright MetaFX,LLC 1 Disclaimer While MetaFX,LLC make every effort to deliver high quality products, we do not guarantee that our products are free from defects. Our

More information

WinTen² Budget Management

WinTen² Budget Management Budget Management Preliminary User Manual User Manual Edition: 4/13/2005 Your inside track for making your job easier! Tenmast Software 132 Venture Court, Suite 1 Lexington, KY 40511 www.tenmast.com Support:

More information

Part 5. Quotes Application. Quotes 691

Part 5. Quotes Application. Quotes 691 Part 5. Quotes Application Quotes 691 692 AIQ TradingExpert Pro User Manual Quotes Application In This Section Overview 694 Getting Started 695 News headline monitor 696 The quotes monitor 697 Quotes 693

More information

How To View Your Balances

How To View Your Balances University of South Alabama Division of Financial Affairs Banner Financial Information Systems Reference Manual How To View Your Balances Purpose: Finding your Budget/Operating balances using FGIBDST.

More information

Budget Preparation. 301 Tilton Road, Northfield, NJ P:

Budget Preparation. 301 Tilton Road, Northfield, NJ P: Budget Preparation Table of Contents: Creating the Budget/Revenue Preparation File Deleting the Budget/Revenue Prep File.....2 Creating the Budget Preparation.3 Creating the Revenue Preparation...4 Completing

More information

M Y F I N A N C E H O W T O

M Y F I N A N C E H O W T O U S S F C U P E R S O N A L F I N A N C I A L M A N A G E M E N T M Y F I N A N C E H O W T O CONTENTS Overview..2 Getting Started... 2 Dashboard... 4 Accounts... 6 Adding an External Online Account...

More information

Using the Clients & Portfolios Module in Advisor Workstation

Using the Clients & Portfolios Module in Advisor Workstation Using the Clients & Portfolios Module in Advisor Workstation Disclaimer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Overview - - - - - - - - - - - - - - - - - - - - - -

More information

StockFinder Workbook. Fast and flexible sorting and rule-based scanning. Charting with the largest selection of indicators available

StockFinder Workbook. Fast and flexible sorting and rule-based scanning. Charting with the largest selection of indicators available StockFinder Workbook revised Apr 23, 2009 Charting with the largest selection of indicators available Fast and flexible sorting and rule-based scanning Everything you need to make your own decisions StockFinder

More information

HEALTH SAVINGS ACCOUNT (HSA) INVESTMENT PORTAL GUIDE

HEALTH SAVINGS ACCOUNT (HSA) INVESTMENT PORTAL GUIDE HEALTH SAVINGS ACCOUNT (HSA) INVESTMENT PORTAL GUIDE Table of Contents HOME PAGE... 3 Menu Bar... 3 Welcome to your HSA Investment Account... 3 Your Investment Portfolio... 3 Your Investment Elections:...

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

MT4 Supreme Edition Trade Terminal

MT4 Supreme Edition Trade Terminal MT4 Supreme Edition Trade Terminal In this manual, you will find installation and usage instructions for MT4 Supreme Edition. Installation process and usage is the same in new MT5 Supreme Edition. Simply

More information

Customizing Properties

Customizing Properties Section 5. Customizing Properties The Properties function is used for the entry and modification of the data that, along with the price information retrieved through the internet, is the basis for the

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

To compare the different growth patterns for a sum of money invested under a simple interest plan and a compound interest plan.

To compare the different growth patterns for a sum of money invested under a simple interest plan and a compound interest plan. Student Activity 7 8 9 10 11 12 Aim TI-Nspire CAS Investigation Student 180min To compare the different growth patterns for a sum of money invested under a simple interest plan and a compound interest

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

Get to Know Principia Creating Custom Benchmarks

Get to Know Principia Creating Custom Benchmarks Get to Know Principia Creating Custom Benchmarks - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -1 Searching for Mutual Funds.................................................

More information

Creating and Monitoring Defined Contribution Plans in Advisor Workstation

Creating and Monitoring Defined Contribution Plans in Advisor Workstation Creating and Monitoring Defined Contribution Plans in Advisor Workstation Disclaimer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Overview - - - - - - - - - - - - - - - -

More information

Tutorial. Morningstar DirectSM. Quick Start Guide

Tutorial. Morningstar DirectSM. Quick Start Guide April 2008 Software Tutorial Morningstar DirectSM Quick Start Guide Table of Contents Quick Start Guide Getting Started with Morningstar Direct Defining an Investment Lineup or Watch List Generating a

More information

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation.

Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray any recommendation. PortfolioAnalyst Users' Guide October 2017 2017 Interactive Brokers LLC. All Rights Reserved Any symbols displayed within these pages are for illustrative purposes only, and are not intended to portray

More information

ENTERING DATA INTO WORKSHEETS IN TEAMS. To get to the budget planning worksheet in TEAMS, from the TEAMS Home Page, in the search box:

ENTERING DATA INTO WORKSHEETS IN TEAMS. To get to the budget planning worksheet in TEAMS, from the TEAMS Home Page, in the search box: ENTERING DATA INTO WORKSHEETS IN TEAMS SECTION N Getting to the Worksheets to Allocate the Budget ENTERING DATA INTO WORKSHEETS IN TEAMS In order to enter data into a budget planning worksheet, an individual

More information

StockFinder 5 Workbook

StockFinder 5 Workbook StockFinder 5 Workbook Updated Februar y 2010 STOCKFINDER 5 WORKBOOK Worden Brothers, Inc. www.worden.com Five Oaks Office Park 4905 Pine Cone Drive Durham, NC 27707 STOCKFINDER 5 WORKBOOK 2010 Worden

More information

Brown University Tidemark Users Guide

Brown University Tidemark Users Guide Brown University Tidemark Users Guide Updated March 26, 2015 Table of Contents Tidemark Overview... 2 What is Tidemark?... 2 Logging In and Out of Tidemark... 2 Panels... 2 Panel Layout... 3 Data Slice

More information

Client Software Feature Guide

Client Software Feature Guide RIT User Guide Build 1.01 Client Software Feature Guide Introduction Welcome to the Rotman Interactive Trader 2.0 (RIT 2.0). This document assumes that you have installed the Rotman Interactive Trader

More information

NetTeller Online Financial Management (OFM)

NetTeller Online Financial Management (OFM) NetTeller Online Financial Management (OFM) Contents About This Manual... Error! Bookmark not defined. Overview...1 Getting Started...1 Dashboard...3 Accounts...5 CashEdge Adding an Online Account... 7

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present education and major purchase scenarios

NAVIPLAN PREMIUM LEARNING GUIDE. Analyze, compare, and present education and major purchase scenarios NAVIPLAN PREMIUM LEARNING GUIDE Analyze, compare, and present education and major purchase scenarios Contents Analyze, compare, and present education and major purchase goals 1 Learning objectives 1 NaviPlan

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

BudgetPak User Guide. Lewis & Clark College. October 2016

BudgetPak User Guide. Lewis & Clark College. October 2016 BudgetPak User Guide Lewis & Clark College October 2016 Contents Overview... 2 Definitions and Set Up... 2 Logging In to BudgetPak... 3 Reviewing Current and Historical Budget and Actual Information...

More information

Information Technology Return on Investment (ROI) Analysis Instructions

Information Technology Return on Investment (ROI) Analysis Instructions Information Technology Return on Investment (ROI) Analysis Instructions Prepared by Project Management Office April 1, 2003 ROI Analysis Instructions Introduction Beginning April 1, 2003, Project Sponsors

More information

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL There is a wide range of probability distributions (both discrete and continuous) available in Excel. They can be accessed through the Insert Function

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

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

This document will provide a step-by-step tutorial of the RIT 2.0 Client interface using the Liability Trading 3 Case.

This document will provide a step-by-step tutorial of the RIT 2.0 Client interface using the Liability Trading 3 Case. RIT User Guide Client Software Feature Guide Rotman School of Management Introduction Welcome to Rotman Interactive Trader 2.0 (RIT 2.0). This document assumes that you have installed the Rotman Interactive

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

* 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

What's New in TradeStation 9.1: Update 22

What's New in TradeStation 9.1: Update 22 What's New in TradeStation 9.1: Update 22 With TradeStation 9.1: Update 22, we introduce support for mini options trading in TradeStation. Now customers with updates after Update 18 will be able to trade

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