The Birthday Bash - Revision of Spreadsheeting Basics -

Size: px
Start display at page:

Download "The Birthday Bash - Revision of Spreadsheeting Basics -"

Transcription

1 - Revision of Spreadsheeting Basics - The Home Front Your Mum was in a fairly good mood this morning so you asked her if you could have a party for your birthday. You shouldn t have mentioned your sister s party last year: mum quickly reminded you that that had been a special for her eighteenth. But overall you came out okay. As expected, you were reminded that We re not made of money but you did get a bit more than your fair share of what s been saved so far in mum s Birthdays Christmas Club Account. You agreed to the same deal your cousin had last month. You can have a DVD night at home with a few friends watching some of the latest DVDs hired from the local Deli. You can feast on pizza with new deliveries as the night wears on. You can go shopping at the supermarket with mum this week for whatever else You may think you need. You get to spend $120, but that has to include your present from the folks. To get the money, you must present mum with a fully costed budget by the end of this week. Each item must be supported with evidence from current junk mail. Cousin Maxine s Spreadsheet It was worth sending Max an SMS because if she had a similar deal, she probably had to prepare a budget as well. She ed you her budget file this morning. Notice she has chosen the CD she has been mad about, as her birthday present. That makes it look as if it s part of the party and she doesn t look as greedy. Maxine s Pizza Party Qty Item Unit Cost Sub-Total 1 VV s Latest Hits $ $ Video $ 6.50 $ Large $ 6.95 $ Cans of $ 0.56 $ Blocks of $ 3.49 $ Icecream $ $ Total $ Opening a ClassPad Spreadsheet Switch on your ClassPad o and tap on the Spreadsheet icon If your spreadsheet has data from a previous investigation, check if you need to save this before you clear it from the screen. To clear the screen, tap on the File menu, select New and if you are sure you then tap OK. Copyright 2007, Hartley Hyde Page 1 of 8

2 Definitions Each little rectangle on your screen is called a cell. Each cell can contain three different types of entries. If you press keyboard k and then tap 0 you can type words into a cell and the cell is called a Label Cell. The words they contain are called Labels. The letters are automatically typed to the left side of the cell (left-justified). The cells in Column A are all Label Cells. The cells B1 and B2 contain numbers which can be typed from the 0 keyboard or by pressing buttons. Cells like this are called Value Cells and the right- justified numbers they contain are called values. The default justification of both Labels and Values can be changed using the drop-down Formatting Menu in the Tool Bar. Cell B3 is a Formula Cell because it contains the Formula =B1*B2. The formula multiplies the value in B1 by the value in B2, in this case 3 4. The answer of 12 is shown as a value in the cell B3 but as a formula in the Formula Bar where the formula =B1*B2 has been shown as =B1 B2 Purpose This lesson has been designed as a revision lesson of the basic ideas of using a spreadsheet. It provides a very steep, but achievable, learning curve for those who have never used a spreadsheet before. It was used successfully with a class that included exchange students who had never used any type of computer before. Copyright 2007, Hartley Hyde Page 2 of 8

3 Entering a Spreadsheet First, we are going to get Maxine s spreadsheet working on your ClassPad. You have already switched on your ClassPad and found the spreadsheet, however, it may have gone to sleep by now. Wake it up and go to cell B2. At cell B2 you type Maxine s Pizza Party. We know you will want to change that, but we will revise how to type what is there first and then we can also revise how to make changes. You are going to tap words so you will need to press the keyboard k button. And then: tap on 0 to get the qwerty keyboard; to get the capital letter M, tap the V key and then the M; then tap the keys for the rest of the word axine ; you then tap the S extension and the apostrophe is in the top row; tap I to get back to the qwerty keyboard to type s ; tap p to get the space between words; to get the capital letter P, tap the V key and then the P; then tap the keys for the rest of the word izza ; now try typing a space and the word Party on your own; check your typing in the formula bar and then tap the s key or press E. Go to cell A3 and type the word Qty for quantity. Check your typing in the Formula Bar and then tap the s key or press E. From the Tool Bar Menu pull down the Formatting Menu and select ] to right-justify the word Qty. Tap on cell A4 and type the number 1. You can use the LCD keyboard or you can press number buttons if you prefer. Continue down column A entering numbers. Your ClassPad will recognize them as values and right-justify them automatically. Tap on cell B3 and type the word Item. You will need column B to be much wider. Tap on the white vertical separation line between the B and C column headers and push the line to the right as far as it will go. Column B is still not wide enough so we will leave column C blank. Leave the cells left-justified because the information in column B will be left-justified. You probably don t want VV s Greatest Hits but it will revise how to type an apostrophe and you will also get to revise how to edit when you over-type with the words describing your own choice. Copy the rest of column B from Maxine s (copy shown over the page). Copyright 2007, Hartley Hyde Page 3 of 8

4 When Copying Down doesn t work Tap on cell D4. From the qwerty keyboard 0 tap the S extension and tap on Then tap I to get back to the qwerty keyboard. You should now be able to use Fill Range from the Edit Menu to copy into the rest of column D. However, for some reason ClassPad doesn t like doing this with the It can fill down formulas, values and even other labels, but copying the causes a syntax error in the version of the Spreadsheet I am using and also when I am using the computer simulation. This is often called a bug in the program but when there is some good reason for odd behaviour, it is then called a program feature. I wonder which one this is. It doesn t take long to just in each cell. When you have all six cells entered, select column D by tapping on the D at the top of the column. From the Tool Bar Menu, pull down the Formatting Menu and select x to centre symbols. This is also a good opportunity to make column D narrower. Tap on the vertical, white, separation line between the D and E column headers and push the line to the left. Tap on cell E3 and type the words Unit Cost. Continue down column E typing the unit costs from the spreadsheet. Do not type $ signs because ClassPad will decide that you are typing a label instead of a value. If you try to type 6.50 ClassPad will reject the final 0. Don t worry. We will fix that later. At cell E11 type the label Total =. At the cell F3 type the label Sub-Totals. Copyright 2007, Hartley Hyde Page 4 of 8

5 Entering Formulas The money amounts in column F are calculated from the values in columns A and E. The Unit Cost in column E needs to be multiplied by the quantity of each item Maxine bought. To do this, tap on cell F4, type =A4 E4 and then tap the s key or press E. Yes, this can be tricky because the = and the are on the 9 keyboard and the letters need to be entered from the 0 keyboard using the shift-key icon V to be able to get upper case. Well the good news is that we can take some short cuts here. We can use the =, and even the 4 from the ClassPad buttons. When we need to enter the A and the E we can use a and e instead, because ClassPad has been programmed to recognize that a4 means the same as A4 in a formula. That saves having to use the shift-key V icon when entering formulae. Notice that ClassPad uses =A4 E4 in the formula bar, instead of =A4 E4. The other good news is that we only need to do this once because we can copy the formula down into the next five rows. To do this run the stylus down the column to select cells F4 through F9 and then from the Edit Menu tap on Fill Range. If you selected the range correctly, the dialogue box will have all the right entries and all you need to do is tap OK. To check what has happened, tap on the cell F5 and then look in the formula bar and you should see the formula =A5 E5. Check that F6 has the formula =A6 E6. Tap on cell F11 and enter the formula =sum(f4:f9). This will add up the amounts in column F and as we know, this has to be less than or equal to $120. Because most of columns E and F are money amounts, you need to right justify cells E3, F3 and E11. However, everything in both columns needs to be right justified. Just select both columns by wiping your stylus across the E and F headers and then from the Tool Bar Menu pull down the Formatting Menu and select ] to right-justify both columns at the same time. While you have both columns selected, tap on the Edit Menu and select Number Format. From the menu select Fix 2 and all the values will be rounded to 2 decimal places. The values now look much more like money amounts, but there is no currency format in this spreadsheet. Checkpoint Copyright 2007, Hartley Hyde Page 5 of 8

6 Changing the spreadsheet The first task is to identify any items you want to keep. You will need to find those items in junk mail so that you can check this week s prices. If you find a different price you will need to change the amount in column E of the spreadsheet. To change a value in a cell, just tap the cell and then edit the number in the formula bar. When you have finished tap the s key or press E. Now it is time to look for items you want instead of those Max wanted. Go through the junk mail and write down the details such as the proper name of the item, the product code if there is one, where to buy it and how much it costs. Don t worry about quantities at this stage, but enter your items in column B in place of those items you don t want. If you have more than six different items you will need to make more rows. Tap the number 5 in the left-hand margin. This will select all of row 5. Now tap the K icon in the Tool Bar. This will insert a new row 5 above the old one and if you check your formulae you will find that they have been adjusted to allow for the new row. Do this as often as you need to so that you have just enough room for the items you want. Now tap on the cells you want to change and edit the words in the Formula Bar. You will also need to put the new prices in column E. Check that the values in column F change each time you make changes to column E. In particular, you need to keep watching that the Total is not getting far too high. If your Total is too high you need to adjust your quantities until your Total is less than $120. To get a good balance, settle for a particular number of people who you wish to have attend and than see if the quantities are enough for that many. If not, you will have to cut back the number of people and then re-balance. Drawing a Pie Chart When you are close to finished, select the sub-total amounts in column F by moving your stylus down the column but make sure you don t include the total. Now tap the $ to the right of the graphing icon in the tool bar. The graphing icon is always the one after the A icon. It may use any of the thirteen different icons shown in the drop down menu: it depends on which type of graph you last drew. Copyright 2007, Hartley Hyde Page 6 of 8

7 Tap on the pie graph icon Z. Your screen will split and a pie graph will appear. You are not able to label the sections of the graph but the items are in the same order as your spreadsheet in a clock-wise direction from mid-night. A pie chart should be presented strictly in order by percent, but without labels it would be more difficult to identify which item is which. Here is the pie chart for Maxine s Party and you can see that the biggest sector is the amount she spent on pizza. Examine your own graph and see if there is a large sector that you could reduce by cutting back the quantity or by leaving the item out altogether. When you have finished, save your work as Pizza and then show your teacher. Checkpoint Copyright 2007, Hartley Hyde Page 7 of 8

8 Checkpoints Without some reference to junk mail prices, we have found that students have little idea of what food costs. The other advantage of requiring that all items be checked in junk mail ensures that you, the teacher, have some control over the items that are listed. If you don t want alcoholic beverages listed, then make sure there is no junk mail from liquor stores. Beware of asking students to bring their own junk mail as you could be in for some surprises. Students have been known to produce internet downloads advertising exotic dancers and illegal substances. The amount of $120 is clearly subject to inflation and will need to be adjusted as the years fly by. When this lesson was first taught it was $100. Checkpoint 1 Expect that all the spreadsheets will appear superficially identical to the spreadsheet included in the notes. However, the important thing to check at this stage is that there are appropriate formulas behind the cells in column F. Students who have no idea what they are doing usually type values instead of formulas. Checkpoint 2 At this stage you can take the broader view of the practicality of the proposal. Look at it from the mother s point of view. Ask yourself if you could use this as a $120 shopping list to set up an enjoyable experience for a small selection of these students. And a bonus What is the volume of a pizza that is a thick and has a radius of z? Volume = π z 2 a which can be written in the form pi zz a Copyright 2007, Hartley Hyde Page 8 of 8

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

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

VIDEO 1: WHY ARE CONTACTS SO IMPORTANT?

VIDEO 1: WHY ARE CONTACTS SO IMPORTANT? VIDEO 1: WHY ARE CONTACTS SO IMPORTANT? Hey, it s Kyle from HubSpot Academy. Let s talk about contacts. Contacts are the most fundamental part of any CRM. They re your prospects and customers--the living,

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

It s been a long time coming but finally our Multi-Currency functionality is here!

It s been a long time coming but finally our Multi-Currency functionality is here! Sage One Multi-Currency Getting Started Guide It s been a long time coming but finally our Multi-Currency functionality is here! The functionality allows you to: Run your business in your country s main

More information

Problem Solving: Translating Percent Problems 1. 75% % % % % % 0.85

Problem Solving: Translating Percent Problems 1. 75% % % % % % 0.85 Problem Solving: Lesson Planner Skills Maintenance Variables and Proportions Problem Solving: In this lesson, students learn about different situations where percents are used. They learn to use a percent

More information

Before you can download your transactions with Quicken you will need internet access, your customer ID and password. *

Before you can download your transactions with Quicken you will need internet access, your customer ID and password. * GETTING STARTED WITH QUICKEN with Online Bill Pay 2011, 2010 and 2009 for Windows Refer to this guide for instructions on how to use Quicken s online account services to save time and automatically keep

More information

MUNIS Financials Quick Reference Guide

MUNIS Financials Quick Reference Guide MUNIS Financials Quick Reference Guide January 16, 2015 TABLE OF CONTENTS I. Adding Programs to My Favorites Page 3 How do I add frequently-used programs to My Favorites? II. Vendor Inquiry Page 4 How

More information

Or, from the View and Manage RFx(s) page, click the Create RFx button. Create New RFx - Use this button to create an RFQ from scratch.

Or, from the View and Manage RFx(s) page, click the Create RFx button. Create New RFx - Use this button to create an RFQ from scratch. Request for Quote How to Create Create an RFQ To create any RFx (RFI, RFQ, RFP, Auction or Buyer Survey), from the View and Manage RFx(s) page, click on the Create RFx button. Follow the steps below to

More information

Table of Contents. Welcome to igo Figure...1 About this Guide...1 What does igo Figure do?...1 What is Expected of Me?...1

Table of Contents. Welcome to igo Figure...1 About this Guide...1 What does igo Figure do?...1 What is Expected of Me?...1 Table of Contents Overview Welcome to igo Figure...1 About this Guide...1 What does igo Figure do?...1 What is Expected of Me?...1 Chapter 1: The Basics Clocking In and Out...3 In Case of Problems...3

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

Sorting Concept. Sorting of data. Skill

Sorting Concept. Sorting of data. Skill 6. Advanced Excel Aim: In this lesson, you will learn: To Organize the given data in a spreadsheet. To Calculate percentage, sum, average using functions option in a spreadsheet. To represent data in multiple

More information

GETTING STARTED WITH QUICKEN with Online Bill Pay for Windows. Click the version you are looking for

GETTING STARTED WITH QUICKEN with Online Bill Pay for Windows. Click the version you are looking for GETTING STARTED WITH QUICKEN with Online Bill Pay 2012-2010 for Windows Refer to this guide for instructions on how to use Quicken s online account services to save time and automatically keep your records

More information

Graphs and Percentages Cumulative Activity. Special Report

Graphs and Percentages Cumulative Activity. Special Report Graphs and Percentages Cumulative Activity By Huckleberry Rahr, M.S. Special Report TABLE OF CONTENTS Table of Contents......... 1 Graphs and Percentages Cumulative activity... 2 Scoring... 3 Car Ad Analysis...

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

Vendor Management v4.3 For Passageways Portal Framework

Vendor Management v4.3 For Passageways Portal Framework Vendor Management v4.3 For Passageways Portal Framework Vendor management module allows your organization to take a comprehensive view of your vendor relationships and organize that information for easy

More information

Inventory Control Receive Inventory from McKesson

Inventory Control Receive Inventory from McKesson ................................................................................................... Inventory Control Receive Inventory from McKesson Pharmacy Technology Solutions Issued July 2014 Downloading

More information

Quicken is a personal financial management

Quicken is a personal financial management Introducing Quicken Quicken is a personal financial management program that helps you control all areas of your finances. To use Quicken, you enter information about your bank accounts, credit cards, investments,

More information

Level 2 ICT. Developing, Presenting and Communicating Information

Level 2 ICT. Developing, Presenting and Communicating Information Level 2 ICT Developing, Presenting and Communicating Information Spreadsheets L2.7a, c Based on Microsoft Office 2010 At this Level 2 learners should be able to: Use appropriate software to meet the requirements

More information

Booklet 3. Guidance Notes. Sales Ledger

Booklet 3. Guidance Notes. Sales Ledger Booklet 3 Guidance Notes Sales Ledger (Revised Aug 2018) 1 Table of Contents 1.0 Sales - Processing...3 1.1 Sales Invoices...3 1.2 Setting up Contacts Customers...6 1.3 Sales Receipts...8 1.4 Sales Credit

More information

Welcome to SNAP Sponsors

Welcome to SNAP Sponsors Welcome to SNAP Sponsors Congratulations on signing up to use the SNAP Sponsorship portal. This guide has been written to help you get going as fast as possible so that you can start to enjoy the benefits

More information

Advanced Scheduling Introduction

Advanced Scheduling Introduction Introduction The Advanced Scheduling program is an optional standalone program that works as a web site and can reside on the same server as TimeForce. This is used for the purpose of creating schedules

More information

FlexOne. Your full guide. Just ask in branch Visit nationwide.co.uk/flexone Call Building Society

FlexOne. Your full guide. Just ask in branch Visit nationwide.co.uk/flexone Call Building Society Just ask in branch Visit nationwide.co.uk/flexone Call 0800 30 20 11 FlexOne Your full guide Building Society Paper from responsible sources When you have finished with this leaflet please recycle it.

More information

Where To Start 2. Operational Options & System Settings 2. Setting Points On Items 4. Modifying A Customers Accrued Points 4

Where To Start 2. Operational Options & System Settings 2. Setting Points On Items 4. Modifying A Customers Accrued Points 4 Loyalty Club The primary aim of the Loyalty program is to entice your customers back to your store by offering them a discount after a certain number of purchases or a certain amount spent. This is achieved

More information

Western Michigan University. User Training Guide

Western Michigan University. User Training Guide Western Michigan University User Training Guide Index Significant Changes in Kronos Workforce Central 2 Accessing Kronos 3 Logging Off Kronos 4 Navigating Kronos 6.2 4-5 Timecard Basics 6-7 Visual Cues

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

Sorting Concept. Sorting of data. Skill

Sorting Concept. Sorting of data. Skill 6. Advanced Excel Aim: In this lesson, you will learn: Organize the given data. Calculate percentage, sum, average using functions option in a spreadsheet. To represent data in multiple ways. Tejas: Our

More information

Frequently Asked Questions TIME AND ABSENCE TRAINING RESOURCES SHARED SERVICES

Frequently Asked Questions TIME AND ABSENCE TRAINING RESOURCES SHARED SERVICES Frequently Asked Questions TIME AND ABSENCE TRAINING RESOURCES SHARED SERVICES Table of Contents System Access Questions... 4 When should I start using Workday for tracking time?... 4 When should I stop

More information

Using Living Cookbook & the MyPoints Spreadsheet How the Honey Do List Guy is Losing Weight

Using Living Cookbook & the MyPoints Spreadsheet How the Honey Do List Guy is Losing Weight Using Living Cookbook & the MyPoints Spreadsheet How the Honey Do List Guy is Losing Weight Background We both knew we were too heavy, but we d accepted the current wisdom, Accept yourself as you are you

More information

GETTING STARTED WITH QUICKEN with Online Bill Pay 2010, 2009, and for Windows

GETTING STARTED WITH QUICKEN with Online Bill Pay 2010, 2009, and for Windows GETTING STARTED WITH QUICKEN with Online Bill Pay 2010, 2009, and 2008-2007 for Windows Refer to this guide for instructions on how to use Quicken s online account services to save time and automatically

More information

Netgrocer is a great way make sure your mother, grandmother child in college. get the they need no matter you live. You can also that special gift

Netgrocer is a great way make sure your mother, grandmother child in college. get the they need no matter you live. You can also that special gift www.netgrocer.com Low-Intermediate 3 class periods 1998 by Scott South Revised/updated October 6, 2002 Visit http://iteslj.org/t/ws for the latest version of this lesson and similar lessons. Netgrocer,

More information

Configuring the Expenditure/Monthly Spending Report

Configuring the Expenditure/Monthly Spending Report Configuring the Expenditure/Monthly Spending Report Created: April, 2010 Last Updated: April, 2010 National Resource Center for Participant-Directed Services Table of Contents Step 1 Plan... 3 Step 2 Review

More information

Key skills Information and communication technology Level 2. Test Paper. Do NOT open this paper until you are told to do so by the supervisor

Key skills Information and communication technology Level 2. Test Paper. Do NOT open this paper until you are told to do so by the supervisor Key skills Information and communication technology Level 2 YOU NEED This test paper An answer sheet You may use a bilingual dictionary Test Paper Do NOT open this paper until you are told to do so by

More information

Wondering if this ebook applies to you?

Wondering if this ebook applies to you? CRM Basics Wondering if this ebook applies to you? If your screen looks like this, you re in the right place. The ebook contains the essentials you need to know to get productive quickly. You ll learn

More information

Frequently Asked Questions TIME AND ABSENCE TRAINING RESOURCES SHARED SERVICES

Frequently Asked Questions TIME AND ABSENCE TRAINING RESOURCES SHARED SERVICES Frequently Asked Questions TIME AND ABSENCE TRAINING RESOURCES SHARED SERVICES Frequently Asked Questions System Access Questions...3 When should I start using Workday for tracking time?... 3 When should

More information

Aldelo Liquor Controller Server User Manual

Aldelo Liquor Controller Server User Manual Aldelo Liquor Controller Server User Manual 2 Aldelo Liquor Controller Server Manual 3 PUBLISHED BY Aldelo, LP 6800 Koll Center Parkway, Suite 310 Pleasanton, CA 94566 Copyright 1997-2014 by Aldelo, LP.

More information

Name Date Class. February Break Interactive Assignment Multiple Choice

Name Date Class. February Break Interactive Assignment Multiple Choice February Break Interactive Assignment Multiple Choice Multiple Choice Identify the choice that best completes the statement or answers the question. 1. A triangle has sides with lengths of 2x 7, 5x 3,

More information

Hyperion SALARY User s Manual

Hyperion SALARY User s Manual 1 Task List Guide CONTENTS GENERAL NOTES... 3 Forms... 3 Tasks and the Task List... 3 Home Departments versus Funding Departments... 3 Logging into Hyperion and setting user preferences... 4 Navigating

More information

Purchase Requisitions and Receiving

Purchase Requisitions and Receiving Purchase Requisitions and Receiving VERSION: February 2018 Table of Contents About the Purchasing Process 3 Working With Requester Preferences 5 Creating a New Purchase Requisition 9 Reporting a Misuse

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

MEMO: LITTLE BELLA & MENTOR INFO TRACKING

MEMO: LITTLE BELLA & MENTOR INFO TRACKING MEMO: LITTLE BELLA & MENTOR INFO TRACKING Hi Program Leads! This off-season, our team looked for ways to make our registration process easier. We wanted to improve the user experience for parents registering

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

The Ascending Bid Auction Experiment:

The Ascending Bid Auction Experiment: The Ascending Bid Auction Experiment: This is an experiment in the economics of decision making. The instructions are simple, and if you follow them carefully and make good decisions, you may earn a considerable

More information

Supervisor User Guide

Supervisor User Guide Supervisor User Guide Clockwise by GHG Corporation Software Release: 7.5.3.9_#489 960 Clear Lake City Blvd Document By: Sarah Harmeyer Webster, Texas 77598 Published: September 2018 www.goclockwise.com

More information

Halogen Performance Management System. Manager s Guide to Completing Year-End Performance Appraisals

Halogen Performance Management System. Manager s Guide to Completing Year-End Performance Appraisals Halogen Performance Management System Manager s Guide to Completing Year-End Performance Appraisals LOGGING IN TYPE the following link: https://ondemand.halogensoftware.com/harborgroupmanagement/welcome.jsp

More information

Fairtrade FACT-FILE. What does Fairtrade mean? How does Fairtrade work? Do these farmers really need our help?

Fairtrade FACT-FILE. What does Fairtrade mean? How does Fairtrade work? Do these farmers really need our help? FACT-FILE What does mean? means just what it says: it s trade that is fair. Trade is the exchange of goods between countries and companies around the world. They exchange the goods that they produce, including

More information

Right click on the influent element and select name. Type Influent in the box. This should change the name of your element to influent.

Right click on the influent element and select name. Type Influent in the box. This should change the name of your element to influent. CE 521 WASTEWATER ENGINEERING - BIOWIN DESIGN PROJECT IN CLASS ASSIGNMENT TUTORIAL (adapted from assignments by Professor Chris Schmit SDSU http://learn.sdstate.edu/christopher%5fschmit/) Start BioWin

More information

UILD YOUR VOCABULARY. 116 Math Connects, Course 3

UILD YOUR VOCABULARY. 116 Math Connects, Course 3 C H A P T E R 5 UILD YOUR VOCABULARY This is an alphabetical list of new vocabulary terms you will learn in Chapter 5. As you complete the study notes for the chapter, you will see Build Your Vocabulary

More information

Creating an External Requisition through the Requisition and Number Generator in My UW

Creating an External Requisition through the Requisition and Number Generator in My UW Creating an External Requisition through the Requisition and Number Generator in My UW 1. This section of the application allows you to use the requisition generator to create and print an external requisition

More information

PROFITEER USER MANUAL. A sophisticated Cost of Goods Sold App supporting all Shopify sales channels. Resistor Software Inc.

PROFITEER USER MANUAL. A sophisticated Cost of Goods Sold App supporting all Shopify sales channels. Resistor Software Inc. PROFITEER USER MANUAL A sophisticated Cost of Goods Sold App supporting all Shopify sales channels Resistor Software Inc. Contents 5 7 9 INTRODUCTION INSTALLATION INITIAL SETUP The Bootstrap Process...

More information

Backbone Drums - Daily and Weekly Accounts Records

Backbone Drums - Daily and Weekly Accounts Records Backbone Drums - Daily and Weekly Accounts Records For any business to operate successfully, accurate records need to be kept. If you are running your own drum teaching business then you need to keep a

More information

Consider the duties involved when assigning the type of 3G form to submit teaching, research, or other.

Consider the duties involved when assigning the type of 3G form to submit teaching, research, or other. The purpose of this presentation is to provide a full training of the 3G process for department and SSC staff who have either not used the system before or have used the system but would like a refresher.

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

PARS 7 Training. Training website: https://slcctraining.peopleadmin.com/hr. Human Resources

PARS 7 Training. Training website: https://slcctraining.peopleadmin.com/hr. Human Resources PARS 7 Training Training website: https://slcctraining.peopleadmin.com/hr Human Resources 10/8/2012 Contents Navigation of PARS... 4 Inbox... 4 Watch List... 4 Bread Crumbs... 5 Help Options... 5 Check

More information

ROCS GUIDE TO INITIATOR/AUTHORIZER 1 ROLE I. INTRODUCTION TO THE INITIATOR/AUTHORIZER 1 ROLE

ROCS GUIDE TO INITIATOR/AUTHORIZER 1 ROLE I. INTRODUCTION TO THE INITIATOR/AUTHORIZER 1 ROLE ROCS GUIDE TO INITIATOR/AUTHORIZER 1 ROLE I. INTRODUCTION TO THE INITIATOR/AUTHORIZER 1 ROLE In ROCS Initiators and Authorizer 01 s may: start new position description requests, modify position description

More information

Words for Algebra TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System

Words for Algebra TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson. TI-Nspire Navigator System Math Objectives Students will explore the nature and needs of a word problem and look at the expression and equations implied by the situation. Students will explore the graph of the function that best

More information

Tutorial Formulating Models of Simple Systems Using VENSIM PLE System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142

Tutorial Formulating Models of Simple Systems Using VENSIM PLE System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142 Tutorial Formulating Models of Simple Systems Using VENSIM PLE System Dynamics Group MIT Sloan School of Management Cambridge, MA O2142 Originally prepared by Nelson Repenning. Vensim PLE 5.2a Last Revision:

More information

Next, switch from your browser to the inflow Cloud for Windows app and log in.

Next, switch from your browser to the inflow Cloud for Windows app and log in. Table of Contents 1.0 First-time setup...3 2.0 How do I navigate around inflow Cloud?...6 2.1 The inflow Cloud Homepage...6 2.2 inflow Cloud list views...6 2.3 Action toolbar...8 3.0 Where do I enter my

More information

... Evo-Remote User s Manual

... Evo-Remote User s Manual Evolution By.......... Evo-Remote User s Manual EVO-REMOTE 4. Reporting 1. Employee Maintenance 4 EASY STEPS TO A SUCCESSFUL PAYROLL 3. Pre- Process/Submit 2. Entering Payroll Legend UPPER CASE BOLD =

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

Radio buttons. Tick Boxes. Drop down list. Spreadsheets Revision Booklet. Entering Data. Each cell can contain one of the following things

Radio buttons. Tick Boxes. Drop down list. Spreadsheets Revision Booklet. Entering Data. Each cell can contain one of the following things Spreadsheets Revision Booklet Entering Data Each cell can contain one of the following things Spreadsheets can be used to: Record data Sort data (in ascending A-Z, 1-10 or descending (Z-A,10-1) order Search

More information

User s Manual Version 3.5

User s Manual Version 3.5 User s Manual Version 3.5 Allegro Software, Bellingham WA, 2011-2016. All Rights Reserved Fast Accurate Bids User s Manual Contents Introduction... 1 Tools for Learning Fast Accurate Bids... 2 Types of

More information

Total Compensation and Salary Notifications in ESS Munis: Payroll

Total Compensation and Salary Notifications in ESS Munis: Payroll [MU-HR-13-B] Total Compensation and Salary Notifications in ESS Munis: Payroll CLASS DESCRIPTION In this class we will review two important tools to help Munis Payroll users track employee compensation:

More information

The Sealed Bid Auction Experiment:

The Sealed Bid Auction Experiment: The Sealed Bid Auction Experiment: This is an experiment in the economics of decision making. The instructions are simple, and if you follow them carefully and make good decisions, you may earn a considerable

More information

Processing Launch Party and Cooking Party Orders

Processing Launch Party and Cooking Party Orders Processing Launch Party and Cooking Party Orders Note: The process of entering a Cooking Party order is identical for Launch Party orders. Browser Options Our system works best on the following browsers,

More information

efinance Plus Instructions

efinance Plus Instructions FORT SMITH PUBLIC SCHOOLS efinance Plus Instructions Cash Receipts (Pgs. 1-6) Purchase Requisitions (7-13) Warehouse Requisitions (14-17) Next Year Warehouse Requisitions (18-22) Reports (23-24) Imprest

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

PeopleSoft Requisition Manual Using the PeopleSoft Requisition System

PeopleSoft Requisition Manual Using the PeopleSoft Requisition System PeopleSoft Requisition Manual Using the PeopleSoft Requisition System V8.9 September 2014 Table of Contents OBJECTIVES... 3 OVERVIEW... 3 CUSTOMIZING SCREEN... 4 MODULE 1: ENTERING A REQUISITION... 5 Navigating

More information

CLZ Barry for Android Manual 1.1 Last update: 2015/07/21 Collectorz.com

CLZ Barry for Android Manual 1.1 Last update: 2015/07/21 Collectorz.com CLZ Barry for Android Manual 1.1 Last update: 2015/07/21 Collectorz.com Table of Contents Getting Started... 1 Getting your own Barry ID... 2 Installing Buddy for Barry... 4 Scanning Barcodes... 5 Instant

More information

ONE BUSINESS - ONE APP USER MANUAL

ONE BUSINESS - ONE APP USER MANUAL ONE BUSINESS - ONE APP USER MANUAL 1 TABLE OF CONTENTS GETTING STARTED WITH SHOPBOX CREATE A PROFILE 4 CREATE A STORE 5 STARTING PAGE 5 HOW TO CREATE, EDIT AND DELETE CATEGORIES AND PRODUCTS CREATE CATEGORY

More information

Technician Mobile Quick Start Guide for Apple ios Devices

Technician Mobile Quick Start Guide for Apple ios Devices Technician Mobile Quick Start Guide for Apple ios Devices This guide is intended to get you going quickly with the CorrigoNet Mobile App and only details some of the essential functions. For a detailed

More information

Measure the Right Metrics

Measure the Right Metrics Measure the Right Metrics It was an interesting conversation. The manager argued that it was the number of faceto-face visits and amount raised that matters in measuring MGO performance, and we took the

More information

REPORTING ON HISTORICAL CHANGES IN YOUR DATA

REPORTING ON HISTORICAL CHANGES IN YOUR DATA REPORTING ON HISTORICAL CHANGES IN YOUR DATA Summary Get deeper insight and make data-driven decisions by analyzing your organization's activity over over the last three months. Report on Historical Changes

More information

Purchase Orders MBS ARC (MERCHANDISE) MANUAL

Purchase Orders MBS ARC (MERCHANDISE) MANUAL MBS ARC (MERCHANDISE) MANUAL Purchase Orders Purchase Orders (POs) are created as a way to send order requests to your vendors. The PO is also used to connect your order decision with your receiving once

More information

Daily Operations Guide

Daily Operations Guide Daily Operations Guide Detailed Overview of The Reports in The Envision Software I Day-to-Day Operations Guide Table of Contents Part I Welcome to Envision Cloud 1 Part II Daily Operations 2 1 Clocking

More information

Level 3 Certificate MATHEMATICAL STUDIES

Level 3 Certificate MATHEMATICAL STUDIES Please write clearly in block capitals. Centre number Candidate number Surname Forename(s) Candidate signature _ Level 3 Certificate MATHEMATICAL STUDIES Paper 2B Critical path and risk analysis Wednesday

More information

OroTimesheet User Guide

OroTimesheet User Guide OroTimesheet User Guide www.orotimesheet.com Copyright 1996-2018 OroLogic Inc. Revision 8.57.0 Table des matières I Contents Contents...I OroTimesheet User Guide...1 Presentation...1 Starting off on the

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

Creating Requisitions

Creating Requisitions Creating Requisitions Users Guide REVISED 1/27/10 DEL MAR COLLEGE, PURCHASING DEPARTMENT TABLE OF CONTENTS TABLE OF CONTENTS... 2 LOGGING INTO DATATEL - COLLEAGUE... 3 PROCESS FLOW... 5 CREATING A NEW

More information

Version Software User Guide

Version Software User Guide 06 Version 0.0. Software User Guide Long Range LLC. 6 Tannery Street Franklin, NH 05 Table of Contents Introduction Features... Included... Installation 5 Migrating Your Personal Access File... 7 Set Range

More information

Training Guide UAccess Employee. Please Note:

Training Guide UAccess Employee. Please Note: Please Note: The lessons in this workbook are designed to guide users through specific examples. You will not have the same examples and information in front of you if you are using this material outside

More information

Excel 2011 Charts - Introduction Excel 2011 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2

Excel 2011 Charts - Introduction Excel 2011 Series The University of Akron. Table of Contents COURSE OVERVIEW... 2 Table of Contents COURSE OVERVIEW... 2 DISCUSSION... 2 OBJECTIVES... 2 COURSE TOPICS... 2 LESSON 1: CREATE A CHART QUICK AND EASY... 3 DISCUSSION... 3 CREATE THE CHART... 4 Task A Create the Chart... 4

More information

Assignment: Maths for planning an event

Assignment: Maths for planning an event Planning the works Christmas party About this assignment A numeracy assignment is a piece of work where you can develop and practise a number of skills together. It asks you to think through and work out

More information

PAYGLOBAL EXPLORER USER GUIDE

PAYGLOBAL EXPLORER USER GUIDE PAYGLOBAL EXPLORER USER GUIDE Table of Contents Revised March 2002 by Ian Johnson (PayGlobal Pty Ltd) to include changes for rate over-rides and breaks. Revised June 2002 by Ian Johnson (PayGlobal Pty

More information

How to register on eposmart?

How to register on eposmart? How to register on eposmart? Go to htttp:// eposmart.com and Click/touch on the Get Started button on top right corner. In the subscription page fill out all required details. As a Shop Access Method you

More information

Supervisor Overview for Staffing and Scheduling Log In and Home Screen

Supervisor Overview for Staffing and Scheduling Log In and Home Screen Supervisor Overview for Staffing and Scheduling Log In and Home Screen On the login screen, enter your Active Directory User Name and Password, and click the Sign-in button. You will then be taken to your

More information

SupplyWEB Frequently Asked Questions (FAQ) for Suppliers

SupplyWEB Frequently Asked Questions (FAQ) for Suppliers Contents Contents...1 Navigation... 2 Logging in...2 I can t remember my login and password....2 How do I answer my Security Questions?...2 I am a new user. How do I obtain login information?...2 I put

More information

Frameworks for Pricing Pre case Exercise Fall 2018, Due October 12

Frameworks for Pricing Pre case Exercise Fall 2018, Due October 12 Frameworks for Pricing Pre case Exercise 15.814 Fall 2018, Due October 12 In the session on pricing we introduced a number of frameworks to help you with pricing. These are: Expected Value in Use (EVIU)

More information

Company Activities Part II

Company Activities Part II QuickBooks Online Student Guide Chapter 12 Company Activities Part II Chapter 2 Chapter 12 In this chapter, you ll learn how QuickBooks handles advanced transactions and tasks in QuickBooks. Growing businesses

More information

Estimating and progress invoicing

Estimating and progress invoicing LESSON 13 Estimating and progress invoicing 13 Lesson objectives, 374 Supporting materials, 374 Instructor preparation, 374 To start this lesson, 374 Creating jobs and estimates, 375 Turning on estimates

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

Creating a Job Opening

Creating a Job Opening Understanding the OMNI Recruiting Process Every department s goal is to hire qualified individuals to meet its needs. This requires effective screening and recruiting methods. The OMNI system enables you

More information

Consider the duties involved when assigning the type of 3G form to submit teaching, research, or other.

Consider the duties involved when assigning the type of 3G form to submit teaching, research, or other. The purpose of this presentation is to provide a full training of the 3G process for department and SSC staff who have either not used the system before or have used the system but would like a refresher.

More information

Time and Attendance - Managing Timecards

Time and Attendance - Managing Timecards Kronos Workforce Timekeeper v8.0 Time and Attendance - Managing Timecards SOCIETY User Guide Table of Contents Using Kronos Workforce Time and Attendance Using Kronos Workforce Time and Attendance... 1

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

Getting Started Tutorial

Getting Started Tutorial Getting Started Tutorial Welcome This tutorial will introduce you to the main functions of your MYOB accounting software. You can use this tutorial with the current versions of MYOB Accounting, MYOB Accounting

More information

Identification Label. Student ID: <TIMSS National Research Center Name> <Address> Student Name: Questionnaire. <Grade 8>

Identification Label. Student ID: <TIMSS National Research Center Name> <Address> Student Name: Questionnaire. <Grade 8> Identification Label Student ID: Student Name: Main Survey Student Questionnaire General Directions In this booklet, you will find questions about

More information

Kronos Timesheet & Workforce Management Guide for Employees

Kronos Timesheet & Workforce Management Guide for Employees Kronos Timesheet & Workforce Management Guide for Employees Version 1.0 05/27/2015 Table of Contents I. Introduction..1 II. Getting Started 2 Logging On Changing Your Password Common Icons and Screen Functions

More information

Cha-Ching Classroom Activity #12 So Yesterday

Cha-Ching Classroom Activity #12 So Yesterday Cha-Ching Classroom Activity #12 So Yesterday Overview: In this activity, students consider the difference between needs and wants in order to weigh spending choices. They will begin by watching the Cha-Ching

More information

LifeCycle User Guide <Virtual Environment> 6.0

LifeCycle User Guide <Virtual Environment> 6.0 LifeCycle User Guide 6.0 Page 1 of 21 Contents 1. Introduction to LifeCycle... 3 2. Starting LifeCycle... 4 3. The LifeCycle Control Bar... 5 3.1. Rates... 5 3.2. Capital Cost...

More information