Homework 1: Basic modeling, analysis and spreadsheet engineering

Size: px
Start display at page:

Download "Homework 1: Basic modeling, analysis and spreadsheet engineering"

Transcription

1 Homework 1: Basic modeling, analysis and spreadsheet engineering This first assignment is designed to give you a chance to build some relatively simple spreadsheet based models. Use good spreadsheet model design principles such as separation of model inputs and outputs, appropriate cell formatting depending on the type of value in the cell, range names, comments or text boxes, and others as described in Ch 2 of Winston and Albright and in my slides. Feel free to develop your own model building style. Don't feel compelled to make things look exactly like Winston and Albright. There are many ways to create well designed, readable, clear spreadsheet models. Be creative. Use text boxes or cell comments to provide any answers or explanation required by the assignment. I ve broken the assignment up into two parts so that you can get started on it right away. This first part focuses on things we did in the first spreadsheet based modeling session. When you are done, you will end up with THREE different Excel files and a pdf. You will submit all four of them via Moodle. Analysis 1 Basic Break Even Analysis The owner of a relatively small business is trying to determine the breakeven level of sales of the company s single product. The fixed cost of manufacturing this product each month is $125,000. The unit cost of producing and selling this product is $150. The current selling price is $170 and the current demand for the product is 7000 units per month. In general, the owner believes that the unit selling price is best described by the expression: Selling Price 29. where D is the monthly demand for the product. The form of this function is called a power function. We ll learn more about this function soon. So, if monthly demand increases, we believe we can raise our selling price and that if it decreases we ll have to drop our selling prices. Let s call this equation the Selling Price Function (or SPF, for short). Assume for now that this business can meet the demand for its product each month. Your goal is to build a spreadsheet model that will allow you to do things like find the break even level of demand and do some sensitivity analysis to some of the key inputs. 1a Inf Diagram) Develop an influence diagram for this problem to use as the blueprint for a spreadsheet model you ll build to help you find the breakeven sales point. You can draw it by hand or use any electronic drawing/diagramming tool you d like. Figure out a way to get your influence diagram into a pdf file and 1

2 name it: BreakEven-InfDiagram-<your last name>.pdf. So, my file would be called BreakEven-InfDiagram-isken.pdf. 1b Base Model) Open a new Excel workbook and name it BreakEven- BaseModel-<your last name>.xlsx. Create a spreadsheet model to find the breakeven level of monthly sales in this case. Name the sheet containing the model logic Model1. Since I m going to ask you to create some Data Tables and to do some Goal Seeking, the structure of your model should be roughly similar to the Quality Sweaters Break Even model we did in class. Here s a check value for Demand=7000 you should get Profit=$17,657. Make sure you Save often. When implementing the Selling Price Function, you must define two range names for the constants in the function. Specifically, the cell containing the 29 should have a range name of SPF_constant and the cell containing the 0.2 should have a range name of SPF_exponent. 1c Defined Styles) Create a Defined Style called BaseInput and use it to format all of the base input values in your model (just as we did with Quality Sweaters problem in class.) 1d 1-way Data Table) Once your base model is done, create a one-way Data Table to show how profit is related to demand. Let demand range from 1000 to in steps of In addition, create a graph based on your Data Table so that it s easy to visualize the relationship between demand and profit. Make sure your graphs have all axes labeled, have titles, have axes properly formatted, have data series correctly labeled, and look good. Apply Conditional Formatting to your Data Table so that it is easy to distinguish between positive and negative profit values. 1e Break Even) Use Goal Seek to find the break even level of demand. So that I can tell you did the Goal Seek correctly, take a screen capture of the Goal Seek dialog box when it s filled in and paste the screen capture into your worksheet. 1f 2-way Data Table) You are also interested in the sensitivity of profit to different combinations of demand and the unit production cost. So, create a 2- way Data Table for these two input variables. Let demand vary from 1000 to in steps of 1000 and let the unit production cost vary from 100 to 180 in steps of 10. Again, use Conditional Formatting on the resulting table to allow the user to quickly see where profits are positive and negative. 1g Formula Auditing) Use the Formula Auditing tools to display the precedents of the cell containing Selling Price Function formula (you do have a such a cell, don t you?). Then take a screen shot and paste it into a new worksheet tab. Name this tab: SellPriceAudit. Hit Save. 2

3 Since this is our first assignment, I m going to paste in a high level screenshot of my answer to the first analysis. However, do NOT feel that your modeling style has to match mine. Of course, you must have some sort of logical style and layout to your model. OK, now we are going to extend this model a bit. Make sure your base model file is saved. Then do a Save As and create a copy of your file, naming it BreakEven-UncertainModel-<your last name>.xlsx. Analysis 2 Basic Break Even Analysis with Uncertainty 2a Modeling Demand Uncertainty) Now you are going to explore how uncertainty in the daily demand affects your estimates of expected profit. Here are the probabilities associated with each of the four demand levels: Demand Probability Take a look at Example 2.4 in PMS for some ideas on how you can incorporate this type of uncertainty modeling into your break even model. In particular see Fig 2.22 and the use of the SUMPRODUCT function to compute the expected profit. HINT: For this problem, it s easier than in Example 2.4 since we just are looking at Demand and don t have an additional input like Order Quantity to worry about. So, we can just use a 1-way data table to get the profit values we need for the demand values shown above. 3

4 After doing that, we want to compare the result with the profit we would have gotten had we simply computed the expected demand, and plugged that expected demand value into the Demand cell in your model. Think back to introductory stats, the little table above is just a discrete empirical probability distribution. How do you compute the expected value (i.e. the average demand) from such a distribution? HINT: You might find the SUMPRODUCT() function useful. After you compute the expected (average) demand and then plug that value into the Demand cell in your model. How do the two expected profits compare to each other? Would you expect them to be the same? Why or why not? Later in the semester, we will do much more in depth uncertainty modeling Ok, save and close your file. Here s a screen shot of my Analysis 2 model. Analysis 3 Extended Break Even Analysis Now, make another copy of your original BreakEven-BaseModel-<your last name>.xlsx file and save it as a macro enabled workbook BreakEven- ExtendedModel-<your last name>.xlsm. You ll do the remaining parts of this question in this new copy. 3a Data Validation) Add Data Validation to the Demand cell so that it must be between 1000 and Then create a 1-Way Data Table to find Profit for demand between 0 and Yes, we are trying to see if we can defeat Data Validation via a Data Table. What happens? 3b Capacity Issues) Modify your model to take the following complication into account. If Demand is greater than 6000 we have to use overtime to be able to meet demand. In this case, we decide to model this by increasing the unit production cost from $150 to $175 for all units of demand above So, if demand is equal to 6500, we pay $150 unit production cost on the first 6000 units and pay $175 on the last 500 units. 4

5 After making the necessary model modifications, write a few short comments describing the differences in the results obtained with this extended model as compared to the original base model. For example, does the break even demand level change? Does this result make sense? Why or why not? 3c Automated Goal Seek) Remember to enable the Developer tab on the ribbon so that you can use the macro recorder. Record a Macro of you using Goal Seek to find the break even demand level. When the Goal Seek is done, don t stop the macro recorder quite yet. Copy the value from the Demand cell and paste it somewhere else so that you can see the break even value even if we change demand. Stop the recorder. Then attach that Macro to a button from the Forms Toolbox so that you can update the break even demand at the click of a button. We did this in class with the Break Even model. 3d Worksheet Protection) Finally, protect your worksheet so that the user is only allowed to enter data in the base input cells. Do NOT password protect the sheet or workbook. Here s a screen shot of my Analysis 3 model. Submit all three of your Excel model files and your Influence Diagram pdf via Moodle. 5

Excel 2016: Charts - Full Page

Excel 2016: Charts - Full Page Excel 2016: Charts - Full Page gcflearnfree.org/excel2016/charts/1/ Introduction It can be difficult to interpret Excel workbooks that contain a lot of data. Charts allow you to illustrate your workbook

More information

Presentation Transcript

Presentation Transcript Presentation Transcript Maintenance of Financial Support (MFS) Toolkit: How to use the Timeline Development Tool (TDT) Introduction 0:00 Welcome. The Center for IDEA Fiscal Reporting, or CIFR, created

More information

Use the interactive below to view examples of some of the types of charts that are available in Excel.

Use the interactive below to view examples of some of the types of charts that are available in Excel. Excel 2010 Working with Charts Introduction Page 1 A chart is a tool you can use in Excel to communicate your data graphically. Charts allow your audience to see the meaning behind the numbers, and they

More information

Sage (UK) Limited Copyright Statement

Sage (UK) Limited Copyright Statement Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2009. All rights reserved We have written this guide to help you to use the software it relates to. We hope it will be read by and helpful to lots

More information

Marginal Costing Q.8

Marginal Costing Q.8 Marginal Costing. 2008 Q.8 Break-Even Point. Before tackling a marginal costing question, it s first of all crucial that you understand what is meant by break-even point. What this means is that a firm

More information

User Guide for Trainers Version 1.0

User Guide for Trainers Version 1.0 User Guide for Trainers Version 1.0 Table of contents About this website... 1 How to register... 1 How to log in... 1 Terms of use agreement... 2 How to add workers... 2 How to view and edit worker information

More information

Pivot Table Tutorial Using Ontario s Public Sector Salary Disclosure Data

Pivot Table Tutorial Using Ontario s Public Sector Salary Disclosure Data Pivot Table Tutorial Using Ontario s Public Sector Salary Disclosure Data Now that have become more familiar with downloading data in Excel format (xlsx) or a text or csv format (txt, csv), it s time to

More information

Guest Concepts, Inc. (702)

Guest Concepts, Inc. (702) Guest Concepts, Inc. (702) 998-4800 Welcome to our tutorial on the Lease End Renewal Process The process you will see here is extremely effective and has been used successfully with thousands of renewal

More information

Physics 141 Plotting on a Spreadsheet

Physics 141 Plotting on a Spreadsheet Physics 141 Plotting on a Spreadsheet Version: Fall 2018 Matthew J. Moelter (edited by Jonathan Fernsler and Jodi L. Christiansen) Department of Physics California Polytechnic State University San Luis

More information

Evolution BIC GENIE. FAQ s

Evolution BIC GENIE. FAQ s Evolution BIC GENIE FAQ s BIC Genie Frequently Asked Questions 1. Does the BIC Genie work with Excel 2003? No, it only works with Excel 2007 and above. This is because it uses embedded XML files, and uses

More information

Prepare QuickBooks Online for Job Costing

Prepare QuickBooks Online for Job Costing I m sure you re still hearing rumors that QuickBooks Online does not do job costing. This is simply not true. QuickBooks Online has been able to job costing for 1099 contractor costs and other expenses

More information

Creating A Pricing Structure That Will Work For You! Module 3

Creating A Pricing Structure That Will Work For You! Module 3 Creating A Pricing Structure That Will Work For You! Module 3 The first session I showed you how to start timing all of your jobs, both the production and the artwork on Production and Artwork Tracking

More information

A Production Problem

A Production Problem Session #2 Page 1 A Production Problem Weekly supply of raw materials: Large Bricks Small Bricks Products: Table Profit = $20/Table Chair Profit = $15/Chair Session #2 Page 2 Linear Programming Linear

More information

quick start guide Introducing Discus Guides to key features Welcome to Discus How your account works Creating a DISC profile Inviting a candidate

quick start guide Introducing Discus Guides to key features Welcome to Discus How your account works Creating a DISC profile Inviting a candidate www.discusonline.com Introducing Discus Welcome to Discus How your account works Guides to key features Creating a DISC profile Inviting a candidate Reading a DISC report Profiling a job Exploring working

More information

The Complete Guide To Using Excel For PPC

The Complete Guide To Using Excel For PPC The Complete Guide To Using Excel For PPC By: Jacob Brown, Account Manager Rachael Law, Account Analyst Excel is a crucial tool for any PPC marketer s daily workflow. From building campaigns and writing

More information

ADWORDS IS AN AUTOMATED ONLINE AUCTION. WITHIN A CAMPAIGN, YOU IDENTIFY KEYWORDS THAT TRIGGER YOUR ADS TO APPEAR IN SPECIFIC SEARCH RESULTS.!

ADWORDS IS AN AUTOMATED ONLINE AUCTION. WITHIN A CAMPAIGN, YOU IDENTIFY KEYWORDS THAT TRIGGER YOUR ADS TO APPEAR IN SPECIFIC SEARCH RESULTS.! 1. What is AdWords? ADWORDS IS AN AUTOMATED ONLINE AUCTION. WITHIN A CAMPAIGN, YOU IDENTIFY KEYWORDS THAT TRIGGER YOUR ADS TO APPEAR IN SPECIFIC SEARCH RESULTS. This type of campaign is called a Search

More information

Guidelines for Collecting Data via Excel Templates

Guidelines for Collecting Data via Excel Templates Guidelines for Collecting Data via Excel Templates We aim to make your studies significant Table of Contents 1.0 Introduction --------------------------------------------------------------------------------------------------------------------------

More information

If you want to flag a question for later review, select the "Mark for review" button.

If you want to flag a question for later review, select the Mark for review button. Exam Number: 584002RR Lesson Name: Microsoft Excel 2016 Exam Guidelines: This exam is now available only in the online assessment system. If your study guide still contains an exam, that exam is no longer

More information

Concepts for Using TC2000/TCnet PCFs

Concepts for Using TC2000/TCnet PCFs 2004 Jim Cooper by Concepts for Using TC2000/TCnet PCFs Concepts for Using TC2000/TCnet PCFs 1 What is a PCF? 1 Why would I want to use a PCF? 1 What if I m no good at programming or math? 2 How do I make

More information

Performance Measure 73: State/Territory Quality Assessment

Performance Measure 73: State/Territory Quality Assessment Performance Measure 73: State/Territory Quality Assessment The numbers needed for the Performance Measure 73 EHB entries have been calculated, but you may want to do some quality assessment to better understand

More information

Instructions. AIRBUS A3XX: Developing the World s Largest Commercial Aircraft

Instructions. AIRBUS A3XX: Developing the World s Largest Commercial Aircraft Instructions AIRBUS A3XX: Developing the World s Largest Commercial Aircraft In this case, you will be analyzing the strategic interaction between Airbus and Boeing, the two leading producers of large

More information

3 Ways to Improve Your Targeted Marketing with Analytics

3 Ways to Improve Your Targeted Marketing with Analytics 3 Ways to Improve Your Targeted Marketing with Analytics Introduction Targeted marketing is a simple concept, but a key element in a marketing strategy. The goal is to identify the potential customers

More information

How to log an enquiry?

How to log an enquiry? How to log an enquiry? Getting Started We ve put together this user guide to help you understand how to use our enquiry system. It s really quite simple! Learn how to navigate your way through the site

More information

Tools and features used in a spreadsheet

Tools and features used in a spreadsheet Tools and features used in a spreadsheet Explain how spreadsheets are used for two different activities and how the features are used in the spreadsheet. () Review how the features in the spreadsheets

More information

Researching Companies of Interest

Researching Companies of Interest Researching Companies of Interest FOR THE TEACHER: Introduction The purpose of this activity is to help students: identify and evaluate criteria that s important to them in potential employers learn more

More information

By: Aderatis Marketing

By: Aderatis Marketing By: Aderatis Marketing 01803 362 026 enquiries@aderatis.com Google AdWords for Small Businesses: Mistakes to Avoid Not getting much luck from your AdWords campaign and ready to admit defeat? Don t feel

More information

Unit 9 : Spreadsheet Development. Assignment 3. By Sarah Ameer

Unit 9 : Spreadsheet Development. Assignment 3. By Sarah Ameer Unit 9 : Spreadsheet Development Assignment 3 By Sarah Ameer 22/03/2017 Introduction In this document, i will be writing about my final spreadsheet. I will be testing it, using the test plan i have created

More information

Introduction. Creating Sparklines. Excel 2010 Working with Sparklines. Types of Sparklines. Page 1

Introduction. Creating Sparklines. Excel 2010 Working with Sparklines. Types of Sparklines. Page 1 Excel 2010 Working with Sparklines Introduction Page 1 Sparklines are miniature charts that fit into a single cell. Since they're so compact, you can place a large number of them in your worksheets. For

More information

HIMSS ME-PI Community. Quick Tour. Sigma Score Calculation Worksheet INSTRUCTIONS

HIMSS ME-PI Community. Quick Tour. Sigma Score Calculation Worksheet INSTRUCTIONS HIMSS ME-PI Community Sigma Score Calculation Worksheet INSTRUCTIONS Quick Tour Let s start with a quick tour of the Excel spreadsheet. There are six worksheets in the spreadsheet. Sigma Score (Snapshot)

More information

TWITTER 101: An Introduction for the AASM Member

TWITTER 101: An Introduction for the AASM Member TWITTER 101: An Introduction for the AASM Member TWITTER 101: AN INTRODUCTION Table of Contents What is Twitter?.... 1 Setup.... 2 Terminology.... 3 Tour.... 4 Engage.... 6 Tips.... 11 This guide is the

More information

WE UNITED PLACINGS WORKSHEET GUIDE SINGLE JUDGE

WE UNITED PLACINGS WORKSHEET GUIDE SINGLE JUDGE WE UNITED PLACINGS WORKSHEET GUIDE SINGLE JUDGE This guide is a companion to the WE United Placings Worksheet for a single judge. This guide will provide you with information on how to enter the necessary

More information

AP Stats ~ Lesson 8A: Confidence Intervals OBJECTIVES:

AP Stats ~ Lesson 8A: Confidence Intervals OBJECTIVES: AP Stats ~ Lesson 8A: Confidence Intervals OBJECTIVES: DETERMINE the point estimate and margin of error from a confidence interval. INTERPRET a confidence interval in context. INTERPRET a confidence level

More information

TeachingEnglish Lesson plans

TeachingEnglish Lesson plans Worksheets - Negotiations (4): Bargaining 1. Lead-in: Discussion Discuss these questions in small groups. 1. What exactly does bargaining mean? What does it involve? 2. Why is bargaining so stressful?

More information

5 Day Premium Financial Modelling Masterclass with VBA

5 Day Premium Financial Modelling Masterclass with VBA Overview This comprehensive financial modelling course is designed to cover all elements of the modelling process, and is divided into 3 modules. Module 1 is an extensive appreciation of Excel s data management,

More information

Toolkit user guide. All content ACTS version 1.0

Toolkit user guide. All content ACTS version 1.0 Toolkit user guide All content ACTS 2018 version 10 About Green Impact is an international program hosted in Australia by ACTS (Australian Campuses Towards Sustainability) This guide has been developed

More information

Instructions for Wineries Using the Shipping Calculator to set up Custom Weightbased Ship Tables in Nexternal to Quote Fulfillment House Ship Rates

Instructions for Wineries Using the Shipping Calculator to set up Custom Weightbased Ship Tables in Nexternal to Quote Fulfillment House Ship Rates Instructions for Wineries Using the Shipping Calculator to set up Custom Weightbased Ship Tables in Nexternal to Quote Fulfillment House Ship Rates Even though your fulfillment house provides shipping

More information

GENETIC DRIFT INTRODUCTION. Objectives

GENETIC DRIFT INTRODUCTION. Objectives 2 GENETIC DRIFT Objectives Set up a spreadsheet model of genetic drift. Determine the likelihood of allele fixation in a population of 0 individuals. Evaluate how initial allele frequencies in a population

More information

YouTube Playbook for Small Business. Connect to customers with compelling videos on YouTube.

YouTube Playbook for Small Business. Connect to customers with compelling videos on YouTube. YouTube Playbook for Small Business Connect to customers with compelling videos on YouTube. Playbook for Small Businesses Here s what we ll cover 1. Get to know YouTube 2. Create a home for your business

More information

CCM 1.1 Field Staff User Guide

CCM 1.1 Field Staff User Guide 2015 CCM 1.1 Field Staff User Guide COMMON QUESTIONS FOR FIELD STAFF USING CCM ON IPAD ELLIOT CHOCRON CENTRIA HEALTHCARE 41521 W. 11 Mile Rd., Novi MI 248-299-0030 Table of Contents How Do I Sign In?...

More information

Linda Carrington, Wessex Commercial Solutions

Linda Carrington, Wessex Commercial Solutions Linda Carrington, Wessex Commercial Solutions Linda Carrington has worked with ISO 9001 accredited systems throughout her career, in businesses as diverse as oil and gas, construction, defence and shipping.

More information

Gush vs. Bore: A Look at the Statistics of Sampling

Gush vs. Bore: A Look at the Statistics of Sampling Gush vs. Bore: A Look at the Statistics of Sampling Open the Fathom file Random_Samples.ftm. Imagine that in a nation somewhere nearby, a presidential election will soon be held with two candidates named

More information

Information Technology Solutions

Information Technology Solutions Connecting People, Process Information & Data Network Create Systems Workflow Diagnostic Jumps Testing Information Technology Solutions in Workflow Connect Prior Learning It is helpful but not essential

More information

Getting Started with Power BI 8 Easy Steps

Getting Started with Power BI 8 Easy Steps Getting Started with Power BI 8 Easy Steps Getting Started with Microsoft Power BI An easy to follow guide for beginners and end users like me! This guide is designed for end users like me, to help you

More information

Business/Accounting Applications

Business/Accounting Applications TCTC ACT ACT! Level 1... 40 ACT! Level 2... 40 QuickBooks QuickBooks Pro Level 1... 41 QuickBooks Pro Level 2... 41 Microsoft Microsoft Project 2003 - Level 1... 42 Microsoft Project 2003 - Level 2...

More information

The Basics and Sorting in Excel

The Basics and Sorting in Excel The Basics and Sorting in Excel Work through this exercise to review formulas and sorting in Excel. Every journalist will deal with a budget at some point. For a budget story, typically we write about

More information

Lecture-16. Data Tables, Scenarios & Goal Seek in Excel 2007

Lecture-16. Data Tables, Scenarios & Goal Seek in Excel 2007 Lecture-16 Data Tables, Scenarios & Goal Seek in Excel 2007 In Excel, a Data Table is a way to see different results by altering an input cell in your formula. As an example, we're going to alert the interest

More information

KING ABDULAZIZ UNIVERSITY FACULTY OF COMPUTING & INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION SYSTEM. Lab 1- Introduction

KING ABDULAZIZ UNIVERSITY FACULTY OF COMPUTING & INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION SYSTEM. Lab 1- Introduction Lab 1- Introduction Objective: We will start with some basic concept of DSS. And also we will start today the WHAT-IF analysis technique for decision making. Activity Outcomes: What is what-if analysis

More information

Using Shiftboard s Demand Planner

Using Shiftboard s Demand Planner Using Shiftboard s Demand Planner The Demand Planner can help you use your forecast data to create shifts on your Calendar for a specific Workgroup (Team). There are many steps to using this feature, but

More information

Note that anyone from the lab with access to Chematix can upload the barcodes for reconciliation.

Note that anyone from the lab with access to Chematix can upload the barcodes for reconciliation. Reconciling Chematix Inventory with Chemicals in the Lab --- Multiple Rooms Simultaneously One way of making sure that the data stored in the chemical inventory system is up-to-date is to perform an inventory

More information

Strategic Performance Management Prof. K. B. L. Srivastava Department of Humanities and Social Sciences Indian Institution of Technology, Kharagpur

Strategic Performance Management Prof. K. B. L. Srivastava Department of Humanities and Social Sciences Indian Institution of Technology, Kharagpur Strategic Performance Management Prof. K. B. L. Srivastava Department of Humanities and Social Sciences Indian Institution of Technology, Kharagpur Lecture - 31 Potential Appraisal 1 So, welcome back to

More information

Chapter 12 Module 3. AMIS 310 Foundations of Accounting

Chapter 12 Module 3. AMIS 310 Foundations of Accounting Chapter 12, Module 3 AMIS 310: Foundations of Accounting Slide 1 CHAPTER 1 MODULE 1 AMIS 310 Foundations of Accounting Professor Marc Smith Hi everyone, welcome back. Let s continue our discussion on cost

More information

CSA L1 Core 01: Health, safety and welfare in construction and associated industries

CSA L1 Core 01: Health, safety and welfare in construction and associated industries Health and safety course map Here are the sessions that you ll cover under health and safety, including a rough guide to how long each session is likely to take. Don t get too tied up with these timings,

More information

1 BASIC CHARTING. 1.1 Introduction

1 BASIC CHARTING. 1.1 Introduction 1 BASIC CHARTING 1.1 Introduction This section covers the basic principles of how to create and modify a chart in Excel. With Excel 2016, the charting process is user-friendly and offers many ways to amplify

More information

The Entrepreneurs Guide to Info Product Marketing

The Entrepreneurs Guide to Info Product Marketing The Entrepreneurs Guide to Info Product Marketing BITESIZE BUSINESS SCHOOL Introduction You ve come up with a great idea. Now you re ready to share it with the world. But how exactly is that done? If you

More information

Learn Excel 2016 Advanced

Learn Excel 2016 Advanced Learn Excel 2016 Advanced Table of Contents Chapter 1 Introduction to Excel 2016 Advanced Course Prerequisites of the Course and Version of Excel...6 Course Structure...10 Chapter 2 Functions Functions

More information

S15-Hours & Tasks Instructions

S15-Hours & Tasks Instructions S15-Hours & Tasks Instructions S15-Hours-50 Spreadsheet to Assign Daily Hours and Tasks to 50 People for 4 Weeks Section Name TABLE OF CONTENTS Line Number Click to go there I. Introduction 29 II. Shift

More information

I m going to begin by showing you the basics of creating a table in Excel. And then later on we will get into more advanced applications using Excel.

I m going to begin by showing you the basics of creating a table in Excel. And then later on we will get into more advanced applications using Excel. I m going to begin by showing you the basics of creating a table in Excel. And then later on we will get into more advanced applications using Excel. If you had the choice of looking at this. 1 Or something

More information

Imagine this: If you create a hundred tasks and leave their default constraints

Imagine this: If you create a hundred tasks and leave their default constraints Chapter 6 Timing Is Everything In This Chapter Discovering how dependency links affect timing Reviewing the different kinds of dependency relationships Allowing for lag and lead time Creating dependency

More information

Planned Work & Asset Manager

Planned Work & Asset Manager Planned Work & Asset Manager Manual Planning Guide Introduction This document describes the process of creating a property s PPM schedule in your Service Providers logbook on your client s Elogbooks system.

More information

Power Query / Power BI Instructions on recreating HRCS pivoted data from a single line format

Power Query / Power BI Instructions on recreating HRCS pivoted data from a single line format Power Query / Power BI Instructions on recreating HRCS pivoted data from a single line format Foreword the purpose of this document This document is designed to help those interested in recreating the

More information

The Beginners Guide to Setting Up an Adwords Account

The Beginners Guide to Setting Up an Adwords Account The Beginners Guide to Setting Up an Adwords Account First of all - You can do this! Setting up an adwords account looks a bit daunting, but it only looks that way. Block out some time where you ll be

More information

You might not realize it yet, but every time you log in to salesforce.com

You might not realize it yet, but every time you log in to salesforce.com Chapter 1 Looking Over Salesforce.com In This Chapter Solving business challenges Extending the value of what you have Deciding what salesforce.com size fits you You might not realize it yet, but every

More information

Chapter 8. Using Standard & Poor s Research Insight with Excel

Chapter 8. Using Standard & Poor s Research Insight with Excel Chapter 8 Using Standard & Poor s Research Insight with Excel One of the most powerful features of Standard & Poor s Research Insight is its ability to communicate with other active software packages.

More information

Forecasting Introduction Version 1.7

Forecasting Introduction Version 1.7 Forecasting Introduction Version 1.7 Dr. Ron Tibben-Lembke Sept. 3, 2006 This introduction will cover basic forecasting methods, how to set the parameters of those methods, and how to measure forecast

More information

HR-to-Pay Stabilization Training: Frequently Asked Questions

HR-to-Pay Stabilization Training: Frequently Asked Questions HR-to-Pay Stabilization Training: Frequently Asked Questions Contents 1. Why should I take this is this training?... 2 2. What does HR-to-pay mean?... 2 3. How are these courses different from the Canada

More information

Tip #1: Data Entry Tricks Practice these tips in my Core Training Interactive Tutorial

Tip #1: Data Entry Tricks Practice these tips in my Core Training Interactive Tutorial 21 QuickBooks Tips and Tricks with Penny Lane 2011 Tip #1: Data Entry Tricks Practice these tips in my Core Training Interactive Tutorial 1 Use the Tab Key to move between fields. When you use the Tab

More information

Sage Instant Accounts Upgrading from Instant Accounts New. Easy-to-use accounts software for new and small businesses

Sage Instant Accounts Upgrading from Instant Accounts New. Easy-to-use accounts software for new and small businesses Sage Instant Accounts Upgrading from Instant Accounts 2012 New Easy-to-use accounts software for new and small businesses Sage Instant Accounts has been transformed to make it even easier to manage your

More information

How to Set-Up a Basic Twitter Page

How to Set-Up a Basic Twitter Page How to Set-Up a Basic Twitter Page 1. Go to http://twitter.com and find the sign up box, or go directly to https://twitter.com/signup 1 2. Enter your full name, email address, and a password 3. Click Sign

More information

SellWise User Group. Thursday, July 20th, Presenters. Will Atkinson, President CAP/Sellwise Don Day, Team Lead, Shared Services

SellWise User Group. Thursday, July 20th, Presenters. Will Atkinson, President CAP/Sellwise Don Day, Team Lead, Shared Services SellWise User Group Thursday, July 20th, 2017 Presenters Will Atkinson, President CAP/Sellwise Don Day, Team Lead, Shared Services User Group Topics New Backup Process CAP Backup is LIVE! Inventory Audit

More information

Local Adwords Academy Class Notes - Lesson #9

Local Adwords Academy Class Notes - Lesson #9 Local Adwords Academy Class Notes - Lesson #9 YouTube Ads This lesson is about YouTube Ads. This is something that you can apply for many years to come. In previous lessons we have covered - Search Ads

More information

Embarking new Project

Embarking new Project Embarking new Project Go to file, select new. This will open a screen for blank project click ok. You can now enter your project information viz. start date, finish date and also how would you like to

More information

Barcode Generation for Supplier Invoice User Manual. Launch Date:

Barcode Generation for Supplier Invoice User Manual. Launch Date: Barcode Generation for Supplier Invoice User Manual Launch Date: 04.08.2015 User Supplier Manual Capacity - TradewithTVS Management Slide 1 of 28 How to Login TradewithTVS Go to website Login Screen will

More information

SellWise User Group. Thursday, September 21, Presenter. Don Day, Team Lead, Shared Services

SellWise User Group. Thursday, September 21, Presenter. Don Day, Team Lead, Shared Services SellWise User Group Thursday, September 21, 2017 Presenter Don Day, Team Lead, Shared Services User Group Topics New Backup Process CAP Backup Adding a SellWise User Year-End Preparation Inventory Checker

More information

INSTANT MONEY MACHINE ADVANCED TRAINING EVERYTHING YOU NEED TO DOMINATE YOUR NICHE USING PINTEREST

INSTANT MONEY MACHINE ADVANCED TRAINING EVERYTHING YOU NEED TO DOMINATE YOUR NICHE USING PINTEREST INSTANT MONEY MACHINE ADVANCED TRAINING EVERYTHING YOU NEED TO DOMINATE YOUR NICHE USING PINTEREST CHAPTER-1 INTRODUCTION Hello this is M. Bari Welcome to the advanced Pinterest training. If you are looking

More information

erhaps you ve heard this quote by 18th century author Oliver Goldsmith: Our greatest glory is not in never failing, but in rising up every time we

erhaps you ve heard this quote by 18th century author Oliver Goldsmith: Our greatest glory is not in never failing, but in rising up every time we 70 / J U N E 2 0 1 5 / W W W. N I A D A. C O M P erhaps you ve heard this quote by 18th century author Oliver Goldsmith: Our greatest glory is not in never failing, but in rising up every time we fail.

More information

Website Content Creation Worksheet

Website Content Creation Worksheet Worksheet: Website Content Creation Let's face it. Coming up with website content can be a daunting task to tackle. Many times it's not that you don't know what to say, it's that you aren't sure exactly

More information

Online Banking Activity

Online Banking Activity Online Banking Activity 1 http://obanksimulator.ngpf.org/index.php 2 NGPF Activity Bank Checking #9 Here s your starting scenario: Because you re under 18, you and an adult family member spend a morning

More information

The first thing to know about Data Table. Data Tables let you ask What If questions quickly and easily

The first thing to know about Data Table. Data Tables let you ask What If questions quickly and easily Professor Shoemaker The first thing to know about Data Table This really beats using functions! Data Tables let you ask What If questions quickly and easily They help you cope with real-world uncertainty

More information

Scentsy Social Movement. A guide for using Pinterest to grow your Scentsy business

Scentsy Social Movement. A guide for using Pinterest to grow your Scentsy business Scentsy Social Movement A guide for using Pinterest to grow your Scentsy business What level am I? Beginner If you haven t uttered the words I found it on Pinterest!, you probably don t use Pinterest on

More information

Using Surveys to Track and Improve Customer Satisfaction

Using Surveys to Track and Improve Customer Satisfaction Using Surveys to Track and Improve Customer Satisfaction If Tolstoy were writing about customer service, perhaps he would have written, All happy customers are alike; each unhappy customer is unhappy in

More information

Excel #2: No magic numbers

Excel #2: No magic numbers Excel #2: No magic numbers This lesson comes from programmers who long ago learned that everything entered into code must be defined and documented. Placing numbers into an equation is dangerous because

More information

Networks: Spring 2010 Homework 3 David Easley and Jon Kleinberg Due February 26, 2010

Networks: Spring 2010 Homework 3 David Easley and Jon Kleinberg Due February 26, 2010 Networks: Spring 2010 Homework 3 David Easley and Jon Kleinberg Due February 26, 2010 As noted on the course home page, homework solutions must be submitted by upload to the CMS site, at https://cms.csuglab.cornell.edu/.

More information

Computer Proficiency Exam

Computer Proficiency Exam Computer Proficiency Exam Exam Information University of Southern Maine Office of Academic Assessment Portland Campus COMPUTER PROFICIENCY PRACTICE EXAM Page 2 of 7 If you are not yet a USM student, information

More information

Finally: the resource leveling feature explained May4, 12pm-1pm EST Sander Nekeman

Finally: the resource leveling feature explained May4, 12pm-1pm EST Sander Nekeman Finally: the resource leveling feature explained May4, 2016 @ 12pm-1pm EST Sander Nekeman In which group are you? Group 1: It s a buggy feature Group 2: Not buggy, just a huge pain Group 3: A feature I

More information

have provided direction in the notes section to view specific items on the slide while reading through the speaker notes. We will reference specific

have provided direction in the notes section to view specific items on the slide while reading through the speaker notes. We will reference specific Welcome to the BPH Asset Management Program. This is the seventh PowerPoint in the series developed to provide additional information and guidance on developing an asset management plan. The PowerPoints

More information

Table of Contents. 2 P a g e

Table of Contents. 2 P a g e Skilldex Training Manual October 2012 Table of Contents Introduction to Skilldex... 3 Skilldex Access... 4 Sections of Skilldex... 5 Current Program... 6 Toolbox... 7 Employers... 8 New Employer... 9 All

More information

= = Intro to Statistics for the Social Sciences. Name: Lab Session: Spring, 2015, Dr. Suzanne Delaney

= = Intro to Statistics for the Social Sciences. Name: Lab Session: Spring, 2015, Dr. Suzanne Delaney Name: Intro to Statistics for the Social Sciences Lab Session: Spring, 2015, Dr. Suzanne Delaney CID Number: _ Homework #22 You have been hired as a statistical consultant by Donald who is a used car dealer

More information

How to Create a Thought-Leadership Program

How to Create a Thought-Leadership Program white paper How to Create a Thought-Leadership Program By mary Ellen Slayter repcapitalmedia.com How to Create a Thought-Leadership Program 1 introduction What s your big idea? What one idea or topic area

More information

Designed to help you plan surprisingly quickly.

Designed to help you plan surprisingly quickly. Designed to help you plan surprisingly quickly. NEW SAGE 50 FORECASTING 2007 Why Sage 50 Forecasting? The future of your business can t be left to chance. What you decide to do, or not do, today, affects

More information

1. A/an is a mathematical statement that calculates a value. 2. Create a cell reference in a formula by typing in the cell name or

1. A/an is a mathematical statement that calculates a value. 2. Create a cell reference in a formula by typing in the cell name or Question 1 of 20 : Select the best answer for the question. 1. A/an is a mathematical statement that calculates a value. A. argument B. function C. order of operations D. formula Question 2 of 20 : Select

More information

Chapter 2: Using Multiple Worksheets in a Model

Chapter 2: Using Multiple Worksheets in a Model Chapter 2: Using Multiple Worksheets in a Model Objectives This chapter is intended to expand on the features of Excel introduced in the demonstration models of Chapter 1. As the title implies, a general

More information

SAIT TDC ORIENTATION PACKAGE

SAIT TDC ORIENTATION PACKAGE SAIT TDC ORIENTATION PACKAGE System Requirements ----------------------------------------------------------------------------------------------------------- 3 Getting Started -------------------------------------------------------------------------------------------------------------------

More information

Version 1.0. Halogen eappraisal User Guide

Version 1.0. Halogen eappraisal User Guide Version 1.0 Halogen eappraisal User Guide Non-Represented And Teamster 2015 Please direct your comments and/or questions about this manual to: Bill Howlett, Manager T&OP bill.howlett@cityofhenderson.com

More information

quick start guide A quick start guide inflow support GET STARTED WITH INFLOW

quick start guide A quick start guide inflow support GET STARTED WITH INFLOW GET STARTED WITH INFLOW quick start guide Welcome to the inflow Community! This quick start guide includes all the important stuff to get you tracking your inventory before you know it! Just follow along

More information

ALTERNATE ENTRY

ALTERNATE ENTRY 4.8 1.2 ALTERNATE ENTRY EDITION 2009 Revision 2.0 Software Support 7:00am 7:00pm Eastern Time (519) 621-3570 1-866-7PAYweb (1-866-772-9932) Support Email support@payweb.ca Website www.payweb.ca Signon

More information

Microsoft Excel 2013 Data Analysis And Business Modeling

Microsoft Excel 2013 Data Analysis And Business Modeling Microsoft Excel 2013 Data Analysis And Business Modeling MICROSOFT EXCEL 2013 DATA ANALYSIS AND BUSINESS MODELING PDF - Are you looking for microsoft excel 2013 data analysis and business modeling Books?

More information

User Guide. Introduction. What s in this guide

User Guide. Introduction. What s in this guide User Guide TimeForce Advanced Scheduling is the affordable employee scheduling system that lets you schedule your employees via the Internet. It also gives your employees the ability to view and print

More information

S&OP Survey J. E. Boyer Company, Inc.

S&OP Survey J. E. Boyer Company, Inc. S&OP Survey - 2011 J. E. Boyer Company, Inc. 1. Do you currently use Sales and Operations Planning (S&OP) in your company? Yes as a regular and formal business process. 17.6% 13 Yes but it s not quite

More information

Local Adwords Academy Class Notes - Lesson #10

Local Adwords Academy Class Notes - Lesson #10 Local Adwords Academy Class Notes - Lesson #10 Done For You Niche Campaigns This lesson covers 3 topics: 1: A Call Only Ad Tip 2: Common mistakes you will find in an Audit 3: Done For You Niches The Call

More information

CHAPTER 10: ANALYSIS AND REPORTING

CHAPTER 10: ANALYSIS AND REPORTING Chapter 10: Analysis and Reporting CHAPTER 10: ANALYSIS AND REPORTING Objectives The objectives are: Define Analysis and Reporting Create Analysis Reports Customize Analysis Reports Create Analysis by

More information