A. A spreadsheet file contains at least one or more worksheets. A worksheet is a single page in a spreadsheet file.

Size: px
Start display at page:

Download "A. A spreadsheet file contains at least one or more worksheets. A worksheet is a single page in a spreadsheet file."

Transcription

1 Section 7: Spreadsheets Check your progress 1 1. Explain the difference between a spreadsheet and a worksheet. A spreadsheet file contains at least one or more worksheets. A worksheet is a single page in a spreadsheet file. 2. List the cells in the range A2:B3. A2, A3, B2, B3 3. In which row and which column does the cell P64 lie? Row 64, column P 4. What character must always be used when a formula is entered into a cell? = (equals sign) 5. Suppose that you want to enter the value 2010 as a label in a cell. How would you do this to avoid it being used in a calculation? a. Insert a single quotation in front of it, e.g Check your progress 2 Consider the following worksheet that is used to compute the monthly payroll of an organisation. A B C D E F G 1 Employee Salary Allowance Gross Pay Medical Tax Net Pay 2 Lawrence Karen Seeram Khemraj Mohan Note: a. Gross Pay = Salary + allowance b. Medical is 5% of salary c. Tax is 33% of (gross pay 35000) d. Net Pay = gross pay (Medical + Tax) 1. Indicate the cell and the formula to compute the gross pay for Khemraj. = sum(b5:c5) or = B5+C5 2. Write the formulae that you are going to need to compute the tax paid by Lawrence. (Hint: there will be a formula in D2 for Gross Pay. The formula for tax in F2 will use the result in D2.) =.35 *(D ) 3. Write the formula to compute the medical paid by Seeram. =B4* Indicate the cell and the formulae required in order to compute the net pay for Karen. Cell G2. Formula = D2 (E2+F2) 5. Write the formula to compute the total tax paid by all the employees. =sum(f2:f6) 1

2 6. Create the worksheet in Excel and enter all the formulae in this exercise. Employee Salary Allowance Gross Pay Medical Tax Net Pay Lawrence Karen Seeram Khemraj Mohan Employee Salary Allowance Gross Pay Medical Tax Net Pay Lawrence =B2+C2 =0.05*B2 =0.33*(D ) =D2-(E2+F2) Karen =B3+C3 =0.05*B3 =0.33*(D ) =D3-(E3+F3) Seeram =B4+C4 =0.05*B4 =0.33*(D ) =D4-(E4+F4) Khemraj =B5+C5 =0.05*B5 =0.33*(D ) =D5-(E5+F5) Mohan =B6+C6 =0.05*B6 =0.33*(D ) =D6-(E6+F6) Check your progress 3 Consider the following worksheet: A B C 1 Student Mark Status 2 Mohan 65 3 Khemraj 72 4 Triko 45 5 Adrial 35 6 Jones Write the function to find the Maximum marks obtain by a student. = Max(B2:B6) 2. A student is given a status PASS if his mark is over 60; else he is awarded a status of FAIL. Write the function you would insert in cell C2 to display the status. =IF(B2>60, PASS, FAIL ) 3. Write the function to find the average marks for the class. =AVERAGE(B2:B6) 4. The function =TODAY() is entered into cell C10. What will be displayed in C10? Today s date will be displayed. Check your progress 4 1. In a new worksheet, cell E3 has the formula = SUM (B3:D3). If this formula is copied to cell E10, what formula would appear in cell E10? 2

3 =Sum (B10:E10) 2. Cell E5 has the formula, = C5+$D$5. If this formula is copied to cell E10, what formula would be displayed in E10? =C10+$D$5 Check your progress 5 1. You have scrolled down your worksheet and noticed that the headings of your columns have disappeared. What can you do to make the headings of your columns visible at all times? Lock the column title. 2. Give a scenario where you would apply a title locking on both a row and column. When you need to view both row titles and column titles in a very long spreadsheet. Check your progress 6 Consider the following worksheet. 1. What would happen if you sorted the worksheet with Status as the primary sort field in descending order and Salary as the secondary sort field in ascending order? The spreadsheet will be sorted by the Status field in descending order first and then by Salary in ascending order. So the status will be arranged in order starting with technician and the salary of each technician, then network engineers will be arranged in order with their smallest value first. 3

4 2. Set up the worksheet in Excel and see if your answers were correct. Staff Status Salary(US$) Yogesh Technician 250 Ramnarine Technician 325 Ron Technician 350 Adrial Technician 400 Mohan Network Engineer 750 Gregory Network Engineer 800 Paul Network Engineer 850 Khemraj Network Engineer 950 Check your progress 7 A B C 1 2 Allan Male Mary Female Peter Male Triko Female Mohan Male Susan Female Vick Male Tota Male Amrita Female Add further data to your existing worksheet to match the table above. 2. Filter the data to find all male employees who are over 25 years and who earn more that 5000 in salary. Allan Male Mary Female Peter Male Triko Female Mohan Male Susan Female Vick Male Tota Male Amrita Female male >5000 >25 4

5 Allan Male Mohan Male Vick Male Find all employees who are Female or who earn less than 5000 in salary. Allan Male Mary Female Peter Male Triko Female bb Mohan Male Susan Female Vick Male Tota Male Amrita Female Female <5000 Mary Female Susan Female Check your progress 8 The number of registered IPv6 addresses by country is given in the worksheet below: Country Country Code IPv6 addresses Germany DE 9500 Japan JP 8300 Australia AU 8210 United Kingdom UK 1200 United States of America US 1100 In a new worksheet, create a pie chart to show the number of IPv6 addresses registered by each country. The pie chart should have the title, IPv6 Addresses by Country. Each slice of the pie chart should be properly labeled to indicate the country it represents or a legend should be provided. Each slice of the pie chart should indicate the percentage of total IPv6 addresses registered. 5

6 IPv6 Addresses by Country 4% 4% 29% 34% Germany Japan Australia United Kingdom United States of America 29% Check your progress 9 1. Create a spreadsheet and name it College.xls. This spreadsheet should have two worksheets named Student and Fees. The Student worksheet is given below: Surname First name Sex Department Credits Singh Mohan M Computer Science 32 James Allan M Mathematics 20 Monroe Mary F History 28 Ally Miriam F Sociology 24 White Michael M Chemistry The Fees worksheet should have the same data as the Student worksheet but without the Sex and Department columns. Use the link formula to copy the relevant data from the Student worksheet. Add a column to the Fees worksheet with the heading Tuition and compute the tuition paid by each student. The tuition paid by each student is obtained by the formula, Tuition = credits * In a blank area of the worksheet, enter the following data in different cells of the same column: Total Tuition Maximum credits Minimum Tuition Enter the appropriate formulae in the cells to the right of the new text above to perform the computation. 6

7 Student Surname First name Sex Department Credits Singh Mohan M Computer Science 32 James Allan M Mathematics 20 Monroe Mary F History 28 Ally Miriam F Sociology 24 White Michael M Chemistry 30 Fees with summary Surname First name Credits Tuition Singh Mohan James Allan Monroe Mary Ally Miriam White Michael Total Tuition Maximum credits Minimum Tuition Formulas for Fees Surname First name Credits Tution Singh Mohan =Student!E2 =C2*4000 James Allan =Student!E3 =C3*4000 Monroe Mary =Student!E4 =C4*4000 Ally Miriam =Student!E5 =C5*4000 White Michael =Student!E6 =C6*4000 Total Tuition =SUM(D2:D6) Maximum credits =MAX(D2:D6) Minimum Tuition =MIN(D2:D6) Check your progress Create the following spreadsheet starting at cell A1 and save it as Course.xls. Semester 1 Semester 2 Summer Create a new spreadsheet starting at cell A1 with the following data and save it as Credit.xls. 7

8 Semester 1 Semester 2 Summer Open the spreadsheet Course.xls and import the spreadsheet Credit.xls to begin in cell A10. End-of-section questions Multiple choice questions 1. A group of adjacent cells in a spreadsheet is known as: A A worksheet B A template C A range D A record C 2. All text entries into the spreadsheet are known as: A Values B String C Labels D Characters C 3. By default, numerical entries into the spreadsheet are aligned: A Left B Right C Center D Justified B 8

9 4. If cell address contains $B$7, it is what type of a cell reference? A Mixed B Relative C Absolute D Combined B 5. All of the following are formatting of numeric values in a spreadsheet except: A General B Custom C Percentage D Value D Structured questions 1. Give the meanings of the following terms as they relate to a spreadsheet: a. Cell b. Formula c. Range d. Cell address a. An intersection of a row and column in a spreadsheet. b. Calculations involving cell addresses and mathematical operators. All formulas begin with = sign in Microsoft Excel. c. A group of adjacent cells in a spreadsheet. d. An identification of a cell, which is a combination of column letter followed by row number. 2. a. List five commonly used spreadsheet functions. b. State the purpose of each of the functions you identified in your answer to Q2a. a. =sum( ); =average( ); =max( ); =min( ); =count( ); =today( ); =rank( ) b. =sum( ) calculates the total of a range of cell values =average( ) finds the average of a range of cell values =max( ) finds the largest value among a range of cell values =min( ) finds the smallest value among a range of cell values =count( ) finds the number of numerical values in a range of cell =today( ) displays today s date =rank( ) displays the position of a numerical value in a range of cell values values 3. a. State the difference between relative referencing and absolute referencing. b. Give one example of a cell with relative referencing. c. Give one example of a cell with absolute referencing. a. Relative referencing or addressing is where the cell address changes automatically when they are copied to another cell but in absolute addressing the cell address becomes absolute or fixed. b. A5 c. $A$5 9

10 4. a. List five types of formatting that can be applied to numeric values. b. State the purpose of each of the types of formatting you identified in your answer to Q4a. a. Currency; Number; General; Percentage; Comma; Accounting b. currency to display numeric values money format with currency symbols number to display numeric values in number format with or without decimal places general to display numeric values in number format without decimal places or commas separating thousands percentage to display numeric values in percentage format with or without decimal places comma to display numeric values in number format with commas separating thousands, with or without decimal places accounting to display numeric values in money format with the currency symbol aligned to the left and numbers aligned to the right 5. List the steps in creating a chart in spreadsheet. Step 1:Select the range of cells for which the graph is to be created. If there are non-adjacent cells use the Ctrl key from the keyboard to select multiple sections. Step 2: Choose Insert Chart options from the menu bar to display the Step 3: Choose the chart type required and choose Next. Step 4: Choose the data range and choose Next. Step 5: Choose appropriate tab to enter titles, legend, data labels, etc. Step 6: Choose Next to get the chart location. Step 5: Choose the location and choose Finish. chart wizard window with list of chart types. based on the type of chart required. 10

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

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

FUNDAMENTAL SPREADSHEET APPLICATIONS (230)

FUNDAMENTAL SPREADSHEET APPLICATIONS (230) Page 1 of 7 Contestant Number: Time: Rank: FUNDAMENTAL SPREADSHEET APPLICATIONS (230) REGIONAL 2018 Production Portion: Job 1: Create Spreadsheet with Formulas Job 2: Format Spreadsheet (165 points) (120

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

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

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

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

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

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

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

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 Manager s Meeting Notes January 17, :00 pm, Aycock Hall, 2 nd Floor Conference Room

Budget Manager s Meeting Notes January 17, :00 pm, Aycock Hall, 2 nd Floor Conference Room Budget Manager s Meeting Notes January 17, 2013 3:00 pm, Aycock Hall, 2 nd Floor Conference Room 1. Introductions Sharon Segovia Budget Manager for COE 2. EXCEL Review Robert Carswell Handout at end of

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

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

Quick Reference Guide: General Budget Change

Quick Reference Guide: General Budget Change Quick Reference Guide: General Budget Change In the USC Kuali system, every type of transaction is created and submitted in the form of an electronic document referred to as an edoc. The Kuali Financial

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

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

FUNDAMENTAL SPREADSHEET APPLICATIONS (230)

FUNDAMENTAL SPREADSHEET APPLICATIONS (230) Page 1 of 7 Contestant Number: Time: Rank: FUNDAMENTAL SPREADSHEET APPLICATIONS (230) REGIONAL 2016 TOTAL POINTS (650 points) Failure to adhere to any of the following rules will result in disqualification:

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

ADVANCED SPREADSHEET APPLICATIONS (235)

ADVANCED SPREADSHEET APPLICATIONS (235) Page 1 of 7 Contestant Number: Time: Rank: ADVANCED SPREADSHEET APPLICATIONS (235) REGIONAL 2017 Job: Family Budget TOTAL POINTS (375 points) (375 points) Failure to adhere to any of the following rules

More information

Logic, and the IF Function

Logic, and the IF Function Comparison Operators Logic, and the IF Function You can use comparison operators to compare two numbers, functions, formulas, or labels and return either true or false. Examples include: =2*3=4+2 =A1>0

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

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA Michael R. Middleton, McLaren School of Business, University of San Francisco 0 Fulton Street, San Francisco, CA -00 -- middleton@usfca.edu

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

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

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

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

more information Upload a contribution file

more information Upload a contribution file Upload a contribution file more information About the Microsoft Excel contribution process Upload a contribution file is an online process that allows you to submit Microsoft Excel (Excel) contribution

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

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

SPREADSHEET APPLICATIONS & ANALYSIS (05)

SPREADSHEET APPLICATIONS & ANALYSIS (05) 4 pages Contestant Number Total Work Time Rank SPREADSHEET APPLICATIONS & ANALYSIS (05) Regional 2004 240 Points Possible = Total Points Received: Failure to adhere to any of the following rules will result

More information

Shared: Budget Item Import

Shared: Budget Item Import Shared: Budget Item Import User Guide Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition Invoice Professional/Premium

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

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

FSA 3.4 Feature Description

FSA 3.4 Feature Description Sample Data Import from: AAII - QMFU Import from: AAII - ETF Standard Worksheets: Allocation Sample data is provided only for the Demo Version. There are 400 funds in the sample data, with fields redaccted

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

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

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

Securities Lending Reporting. Submitting Borrowed, Loaned and Committed Securities information via ASX Online

Securities Lending Reporting. Submitting Borrowed, Loaned and Committed Securities information via ASX Online Submitting Borrowed, Loaned and Committed Securities information via ASX Online USER NOTES MAY 2016 CONTENTS Overview This guide gives an overview of the securities lending reporting facility to Participants

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

FSG Department User Student Guide

FSG Department User Student Guide Student Guide Copyright University of Pittsburgh. All rights reserved Table of Contents 1 7/13/2004 12:25 PM Table of Contents Oracle Financial Statement Generator Reports...1-1 General Description of

More information

An Excel Modeling Practice Problem

An Excel Modeling Practice Problem An Excel Modeling Practice Problem Excel Review Excel 97 1999-2000 The Padgett s Widgets Problem Market research by Padgett s Widget Company has revealed that the demand for its products varies with the

More information

Excel Advanced Tips: Sort and Filter

Excel Advanced Tips: Sort and Filter Excel Advanced Tips: Sort and Filter South Dakota The 5th Annual Demography Conference By Shuang Li Ph.D. Student, Teaching Assistant Department of Sociology and Rural Studies South Dakota State University

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

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

Computing and Data Analysis with Excel

Computing and Data Analysis with Excel Main Examination period 2018 MTH4114 Computing and Data Analysis with Excel Duration: 2 hours Apart from this page, you are not permitted to read the contents of this question paper until instructed to

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

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

An Introduction to Integrated Planning Templates

An Introduction to Integrated Planning Templates Background: Integrated Planning (IP) Templates are a series of excel based worksheets that form a major component of resource planning, a key element of college/division s Integrated Plan. It is planned

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

THOMSON REUTERS DEALS BUSINESS INTELLIGENCE USER GUIDE

THOMSON REUTERS DEALS BUSINESS INTELLIGENCE USER GUIDE THOMSON REUTERS DEALS BUSINESS INTELLIGENCE USER GUIDE Contents Contents About this Document... 1 Intended Readership...1 In this Document...1 Feedback...1 Chapter 1 Deals Business Intelligence... 1 System

More information

Spreadsheet Add-in Review. Marketing Technologies Group

Spreadsheet Add-in Review. Marketing Technologies Group Spreadsheet Add-in Review What is a Multidimensional Database? Conceptual model of the way we think about business Presents data in a format that is meaningful for making decisions Stores and retrieves

More information

PCGENESIS FINANCIAL ACCOUNTING AND REPORTING (FAR) SYSTEM OPERATIONS GUIDE

PCGENESIS FINANCIAL ACCOUNTING AND REPORTING (FAR) SYSTEM OPERATIONS GUIDE PCGENESIS FINANCIAL ACCOUNTING AND REPORTING (FAR) SYSTEM OPERATIONS GUIDE 9/3/2015 Section A: Budget Account Master Processing, V2.5 Revision History Date Version Description Author 9/3/2015 2.5 15.03.00

More information

Instructions: DIV Tax Reporting Data 1

Instructions: DIV Tax Reporting Data 1 Instructions: 2017 1099-DIV Tax Reporting Data 1 I. How to Sign In II. III. IV. How to Edit the Online Spreadsheet How to Save the Spreadsheet as a Draft How to Submit the Final Spreadsheet V. FAQs and

More information

Finance Self Service Financial Systems

Finance Self Service Financial Systems Finance Self Service Financial Systems Finance Self Service Financial Systems 2008 University of North Florida Center for Professional Development & Training 1 UNF Drive, Jacksonville, Fl 32224 904.620.1707

More information

Shared: Budget Adjustments Import

Shared: Budget Adjustments Import Shared: Budget Adjustments Import User Guide Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition Invoice Professional/Premium

More information

New Century Fund. The workbook "Fund.xlsx" is saved as "New Century Fund.xlsx" in the Excel4\Tutorial folder

New Century Fund. The workbook Fund.xlsx is saved as New Century Fund.xlsx in the Excel4\Tutorial folder Report Documentation Author Stdent Name Here Date 3/1/2013 Purpose To report on the performance and financial details of the New Century mutual fund The student's name is entered in cell B3 and the date

More information

One Proportion Superiority by a Margin Tests

One Proportion Superiority by a Margin Tests Chapter 512 One Proportion Superiority by a Margin Tests Introduction This procedure computes confidence limits and superiority by a margin hypothesis tests for a single proportion. For example, you might

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

Guide to the Budget Worksheet for Pre-ERA Planning

Guide to the Budget Worksheet for Pre-ERA Planning Guide to the Budget Worksheet for Pre-ERA Planning Contents: Introduction to the Worksheet Pages 2-8 Creating a budget with the Worksheet Pages 9-22 Modifying F&A rates in the Worksheet Pages 23-24 Adding

More information

Additional Medicare Tax User Guide for QuickBooks

Additional Medicare Tax User Guide for QuickBooks Additional Medicare Tax User Guide for QuickBooks Beginning tax year 2013, a new Additional Medicare Tax (a provision of the Affordable Care Act) of 0.9 percent applies to individuals Medicare taxable

More information

Creating Your Termination Profile

Creating Your Termination Profile Termination Profile In order to fully understand a club s retention strengths and weaknesses, it is important to know how long members remain in the club before termination. The instructions on pages 2-5

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

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

Business Case Modelling 2 Day Course

Business Case Modelling 2 Day Course Business Case Modelling 2 Day Course This course can be presented in-house for you on a date of your choosing 17 th 18 th May & 29 th 30 th Nov 2018 The Banking and Corporate Finance Training Specialist

More information

PCGENESIS FINANCIAL ACCOUNTING AND REPORTING (FAR) SYSTEM OPERATIONS GUIDE

PCGENESIS FINANCIAL ACCOUNTING AND REPORTING (FAR) SYSTEM OPERATIONS GUIDE PCGENESIS FINANCIAL ACCOUNTING AND REPORTING (FAR) SYSTEM OPERATIONS GUIDE 4/1/2011 Section A: Budget Account Master Processing, V2.1 Revision History Date Version Description Author 04/1/2011 2.1 11.01.00

More information

Handout 5: Summarizing Numerical Data STAT 100 Spring 2016

Handout 5: Summarizing Numerical Data STAT 100 Spring 2016 In this handout, we will consider methods that are appropriate for summarizing a single set of numerical measurements. Definition Numerical Data: A set of measurements that are recorded on a naturally

More information

Instructions for Completing the Budgeted Required Local Effort and Budgeted Required Local Match Template for Mandatory Standards of Quality Programs and Optional School Facilities and Lottery Programs

More information

Integrated Accounting System Sage 50 Accounts Northern Ireland. Exam Paper 2013/14

Integrated Accounting System Sage 50 Accounts Northern Ireland. Exam Paper 2013/14 Integrated Accounting System Sage 50 Accounts Northern Ireland Exam Paper 2013/14 1 2 nd Year Examination: Exam Paper 2013/14 Paper: IAS Sage 50 Accounts (Northern Ireland) INSTRUCTIONS TO CANDIDATES PLEASE

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

DazStat. Introduction. Installation. DazStat is an Excel add-in for Excel 2003 and Excel 2007.

DazStat. Introduction. Installation. DazStat is an Excel add-in for Excel 2003 and Excel 2007. DazStat Introduction DazStat is an Excel add-in for Excel 2003 and Excel 2007. DazStat is one of a series of Daz add-ins that are planned to provide increasingly sophisticated analytical functions particularly

More information

Accounting Services Training Manual

Accounting Services Training Manual Accounting Services Training Manual (BCS) Budget Control System Reporting Manual Table of Contents Introduction to the Budget Control System and Reporting... 1 Glossary of BCS Reports... 2 BCS Available

More information

Mutually Exclusive Exhaustive Categories

Mutually Exclusive Exhaustive Categories Activity 1 1.1 Mutually Exclusive Exhaustive Categories As a small group, write a question and 4 to 6 mutually exclusive answers that encompass all possible responses. Make sure that everyone who is asked

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

Ocean Cargo Special Policies Creating and Issuing an Ocean Cargo Special Policy

Ocean Cargo Special Policies Creating and Issuing an Ocean Cargo Special Policy Ocean Cargo Special Policies Creating and Issuing an Ocean Cargo Special Policy This reference guide provides instructions on how to create, issue, and print an Ocean Cargo Special Policy using the Cargo

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

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

SMHS/SPHHS Budget Development Application User Guide Original 12/07/2006 Updated 01/28/2014

SMHS/SPHHS Budget Development Application User Guide Original 12/07/2006 Updated 01/28/2014 SMHS/SPHHS Budget Development Application User Guide Original 12/07/2006 Updated 01/28/2014 Table of Contents Logging On... 3 Navigating the Budget Worksheet... 4 Navigating to other Fund Centers... 5

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

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

THE CASE OF SIMULATING THE CHOICES OF MONEY MANGERS BY APPLYING MODERN PORTFOLIO THEORY USING REAL STOCK PRICE DATA

THE CASE OF SIMULATING THE CHOICES OF MONEY MANGERS BY APPLYING MODERN PORTFOLIO THEORY USING REAL STOCK PRICE DATA 67 THE CASE OF SIMULATING THE CHOICES OF MONEY MANGERS BY APPLYING MODERN PORTFOLIO THEORY USING REAL STOCK PRICE DATA Lihui Bai, Valparaiso University Benjamin Dow III, Southeast Missouri State University

More information

MLC at Boise State Polynomials Activity 3 Week #5

MLC at Boise State Polynomials Activity 3 Week #5 Polynomials Activity 3 Week #5 This activity will be discuss maximums, minimums and zeros of a quadratic function and its application to business, specifically maximizing profit, minimizing cost and break-even

More information

Insurer User Manual Chapter 4: Insurer Home Page

Insurer User Manual Chapter 4: Insurer Home Page Insurer User Manual Chapter 4: Insurer Home Page 2018 HCAI Communications Table of Contents Navigating the Insurer Page... 2 Primary Navigation Bar... 3 Dashboard... 3 Plans and Invoices... 4 Claims...

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

SINGLE-YEAR LINE-ITEM BUDGETING

SINGLE-YEAR LINE-ITEM BUDGETING SINGLE-YEAR LINE-ITEM BUDGETING TABLE OF CONTENTS OPENING A PLAN FILE... 2 GENERAL NAVIGATION... 4 ENTERING NEW YEAR LINE-ITEM BUDGETS... 5 VIEWING HISTORICAL DATA... 6 ADDING, DELETING & MODIFYING CHARTSTRINGS...

More information

å Follow these steps to delete a list: å To rename a list: Maintaining your lists

å Follow these steps to delete a list: å To rename a list: Maintaining your lists Maintaining your lists TradingExpert Pro provides a number of functions for maintaining the data contained in your Group/Sector List and all other lists that you have created. This section lists the data

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

Learning TradeStation. News, Time & Sales, Research, Browser, and Ticker Bar

Learning TradeStation. News, Time & Sales, Research, Browser, and Ticker Bar Learning TradeStation News, Time & Sales, Research, Browser, and Ticker Bar Important Information No offer or solicitation to buy or sell securities, securities derivative or futures products of any kind,

More information

Using the New Budgeted Financial Statement: Fall Release 2006

Using the New Budgeted Financial Statement: Fall Release 2006 Using the New Budgeted Financial Statement: Fall Release 2006 Introduction The Budgeted Financial Statement is one of the more frequently used reports in the financial analyst s toolkit. Shelby designed

More information

File Upload User Guide

File Upload User Guide File Upload User Guide FR 2644 Weekly Report of Selected Assets and Liabilities of Domestically Chartered Commercial Banks and U.S. Branches and Agencies of Foreign Banks Federal Reserve System STATISTICS

More information

Integrated Accounting Systems Sage 50 Accounts Northern Ireland. Exam Paper 2014/15

Integrated Accounting Systems Sage 50 Accounts Northern Ireland. Exam Paper 2014/15 Integrated Accounting Systems Sage 50 Accounts Northern Ireland Exam Paper 2014/15 1 2nd Year Examination: Exam Paper 2014/15 Paper: IAS Sage 50 Accounts (Northern Ireland) INSTRUCTIONS TO CANDIDATES PLEASE

More information

Interest Rates. Countrywide Building Society. Saving Data Sheet. Gross (% per annum)

Interest Rates. Countrywide Building Society. Saving Data Sheet. Gross (% per annum) Interest Rates Gross (% per annum) Countrywide Building Society This is the rate of simple interest earned in a year (before deducting tax). Dividing by 12 gives a good estimate of the monthly rate of

More information

Middlebury s Planning

Middlebury s Planning and Budgeting Cloud Services (PBCS): Middlebury s Planning Last update: 1/19/2016, Version 4 Table of Contents Introduction to Planning:... 3 Middlebury's Planning: Logging-In.. 5 Planning Administration:..7

More information

BCS Reporting Manual Table of Contents

BCS Reporting Manual Table of Contents BCS Reporting Manual Table of Contents INTRODUCTION TO THE BUDGET CONTROL SYSTEM AND REPORTING... 1 BCS AVAILABLE BALANCE... 2 DRILL-DOWN FUNCTIONALITY... 9 BCS NET BALANCE REPORT... 15 BCS BUDGET LINE

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

IRS Corporate Ratios. Sample Report Fax:

IRS Corporate Ratios. Sample Report Fax: IRS Corporate Ratios Sample Report 800.825.8763 719.548.4900 Fax: 719.548.4479 sales@valusource.com www.valusource.com IRS Corporate Ratios ValuSource s IRS Corporate Ratios database contains ten years

More information

Expenditure. DDD IT Department. Author: DDD IT Department Date: 10/15/2015 Title: Expenditure Page: 1 Application: irecord Version: 1.

Expenditure. DDD IT Department. Author: DDD IT Department Date: 10/15/2015 Title: Expenditure Page: 1 Application: irecord Version: 1. Expenditure DDD IT Department Title: Expenditure Page: 1 Table of Contents EXPENDITURE... 3 EXPENDITURE TILE... 3 Service Details... 3 Expenditure Grid... 4 View or Post Expenditure... 10 POST EXPENDITURE...

More information

DynacBudget. User Guide. Version 1.5 May 5, 2009

DynacBudget. User Guide. Version 1.5 May 5, 2009 DynacBudget User Guide Version 1.5 May 5, 2009 Copyright 2003 by Dynac, Inc. All rights reserved. No part of this publication may be reproduced or used in any form without the express written permission

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

Budgetary Reporting System For Executive Users

Budgetary Reporting System For Executive Users Budgetary Reporting System For Executive Users ProClarity Web Reporting Training Guide Version 3.2 4/23/2012 BOARD OF REGENTS UNIVERSITY SYSTEM OF GEORGIA Office of Fiscal Affairs 270 Washington Street,

More information