IF Function Contin.. Question 1

Size: px
Start display at page:

Download "IF Function Contin.. Question 1"

Transcription

1 Lesson 07- Practical IF Function Contin.. Question 1 A. Write an AND formula to determine if A>A and A<A is a true or false statement. B. Write an OR formula to determine if A>A or A<A is a true or false statement. C. Write a formula that expresses that A+A= is a false statement. Question 1

2 A. Write an IF statement so that if the number in Cell A is less than 100 the formula displays the text Within budget, otherwise the formula displays the text Over budget. B. Write an IF statement so that if the number in Cell A is 100 then the formula sums the range B5:B15. Otherwise, the formula returns a blank (empty text). Question A. Write an IF statement to assign a letter grade to the score in Cell A. B. Write an IF statement to assign a letter grade to the score in Cell A. C. Write an IF statement to assign a letter grade to the score in Cell A.

3 Question A. Write a formula to find the cost of 8 gallons. B. Write a formula to find the cost of 500 gallons. C. Write a formula to find the cost of 1,600 gallons.

4 Question 5 In a particular test we have decided that a result of.75 or above is a positive, less than that is negative. We will create a spreadsheet that will evaluate numerical scores and tell us whether the test for that sample was positive or negative. 1. Open a new spreadsheet and enter the table shown below. Start in row so that there is room above the table to enter our cutoff value. Sample number Value Pos/Neg. In cell A1 enter the label Cutoff value.. In cell B1 enter the value.75.. In cell C1 type the word Positive. 5. In cell D1 type the word Negative. 6. In the Pos/Neg column for sample 1, activate the Function Wizard 7. From the "Function category" logical, choose the IF function. 8. Click on the colored square on the right of the "Logical_test" line and then click on cell containing the value for sample 1. (You may have to move the dialog box out of the way, or collapse it to click on the appropriate cells.) Next type the greater than symbol (>). Now click on cell B1 to complete the formula. (If you collapsed the dialog, expand it again before going to the next step. 9. Click in the Value_IF_true line and then in cell C1 to enter its reference. 10. Click in the Value_IF_false line and then in cell D1 to enter its reference. 11. Before clicking OK take a look at the cell references in the dialog box and decide which should be made absolute! (Click on the reference and hit the <F> key to toggle the correct state.) 1. Now copy the functiondown the column. Remember how to copy by dragging a "handle"?) 1. Test the spreadsheet by entering different values in cell "B1" and see how the test results change.

5 Question 6 A salesman is paid a commission on sales. He receives 5% if his sales on sales less than 1000 and 10% if his sales on sales 1000 or more. Use IF function to calculate the amount of commission he receives: Condition: True Path False Path A Sales B Commission =IF(A<1000;A*0.05;A*0.1) Sales<1000 Sales*0.05 Sales*0.10 Question 7 Students are awarded a PASS if they obtain 60 or more marks in a test. Use function IF to enter the correct result. 1 5 Condition: True Path False Path A Student Ahmed Samir Naji Hamad B C Marks Result 80 =IF(B<60; FAIL ; PASS ) Marks<60 FAIL PASS (Text must be enclosed within double quotes) (Text again enclosed within double quotes) Question 8 A B C D E 1 Name District Sales Emp. Yrs Job Level Linda East 0000 Joe West 0 9 Bill East Mary South

6 6 Mark South John North Ted East Prepare the excel worksheet as the above. Save as YourName_1.xls. In cell E, find out the Job Level for each employee. If the Emp.Yrs is more than or equal to 5 years, then the Job Level is Senior. Else if it is less than 5 years, then Job Level is Junior. Question 9 Prepare the excel worksheet as shown below 6

7 1. Insert the following columns after columns C. Cost/Car Total cost = QTY* Cost/Car.. Tax (column F) is calculate as 0.15 of Total cost. Use Nested if to calculate profit as follow IF Car Code is 1 then profit is % of Total Cost - Tax Else IF Car Code is then profit is 5% of Total Cost- Tax Else IF Car Code is then profit is 8% of Total Cost-Tax Else Profit is 0% of Total Cost- Tax 5. Format Columns E, F, and G as Currency $ with 1000 Comma separator, and one decimal place. 6. Merge and center cells A to G in row 1, add yellow color shade. 7. Add Thick Borders around the merged cells A1:G1. 8. Change the width of columns D to Using the appropriate function: calculate the Totals in cells D8,E8, and G8 10. Calculate in cells E10, E11, and E1. How many Car types Produced Highest Total Lowest Profit 11. Add Thick borders to cells A:G7. 1. For row fill cells with light blue color. 1. Insert the current date that change automatically in cell A. 1. Prepare your worksheet for printing with the following requirements. Orientation: Landscape Scaling: Fit to one page. Center page vertically and horizontally. 7

8 Add Header: File Name on the left section, your name on the center section and current date on the right section. Change the font size of your name to 1 and Bold. Footer: Page number on the center section 15. Rename sheet 1 as Car. 16. Make a copy of sheet car andrename it as final_sheet. 17. Save your work as CarMan.XLS Question 9 (Compound IF functions) AND 1. Prepare the excel workbook as below. Save as YourName_.xls Retirement Schedule Name Age Ali 50 Ahmad 58 Mariam 60 Sayed 6 Aisha 67 Noor Over 66 The problem: A person is categorized under if his/her age is more than 55 and less and equal to 60. Display the result as Yes in C if he/she is within the category and display No if he/she is not under the category. 8

9 Question 10 (Compound IF functions) OR Prepare the following work sheet The problem 1. A person is given 10% commission if His age > 5 or Years worked >=15 5% commission if His Age > 0 or years worked > 5 Otherwise his commission is Zero. Calculate in column commission the commission for each person. Question 11 - Vlookup Prepare your worksheet sheet 1 as shown below: Total Sales < $50,000 in cell A1 and in cell B1 % Total Sales $50,000 in cell A and in cell B % 9

10 1. Center "ABC" across columns A through F. Change its font size to 16, Bold and font color to Dark Blue. Change background color of the cell to Yellow.. Adjust the column widths when necessary. Perform the following: a. Use IF function to calculate the commission in cell D. The commission is based upon the salesperson's sales. If Total Sales less than $50,000, Commission = Total Sales * % If Total Sales more than or equal to $50,000, Commission = Total Sales * %. Copy the formula to D5 through D10. b. Using the formula below, calculate the Total Salary in column D. Total Salary = Salary + Commission. c. Use Nested if to fill in evaluation criteria in Evaluation column according to evaluation table. 10

11 d. Use Vlookup to fill in evaluation criteria in Evaluation column according to evaluation table. e. Use the appropriate function to calculate the following: i. Average Salary in cell E1 ii. Highest Total Salary in cell E15 iii. Lowest Total Salary in cell E16 iv. Number of Salesperson in cell E17 v. Number of person whose Total Salary is more than $100,000 in cell E18. f. Format all numeric values to currency with 0 decimal places. (E.g. 1.0 formatted as $1). g. Insert a row between row 9 and 10. Type in your name as the salesperson in this new row. Enter 9000 for the total sales and for base salary. Copy the appropriate formulas into Commission, Total Salary and Salesperson's Evaluation. h. Save your file and close the program. 11

Excel Chapter 3 What-If Analysis, Charting and Large Worksheets

Excel Chapter 3 What-If Analysis, Charting and Large Worksheets Excel Chapter 3 What-If Analysis, Charting and Large Worksheets 1. What is a fill series? 2. There are two ways to make a fill series. What are they? 3. What does the ######## error mean? 4. What does

More information

MED SUPPLY ONLINE WAREHOUSE SIX-YEAR FINANCIAL PROJECTION

MED SUPPLY ONLINE WAREHOUSE SIX-YEAR FINANCIAL PROJECTION EXCEL 2010 CHAPTER 3: LAB 1 MED SUPPLY ONLINE WAREHOUSE SIX-YEAR FINANCIAL PROJECTION SKILLS Save a workbook with a new name Apply a theme to a worksheet Select all cells in a worksheet Apply bold Enter

More information

Lab 20: Excel 3 Advanced

Lab 20: Excel 3 Advanced Lab 20: Excel 3 Advanced () CONTENTS 1 Lab Topic... Error! Bookmark not defined. 1.1 In-Lab... 27 1.1.1 In-Lab Materials... 27 1.1.2 In-Lab Instructions... 27 1.2 Out-Lab... 33 1.2.1 Out-Lab Materials...

More information

BEGINNING EXCEL PRACTICE ACTIVITIES WEEK 3. Week 3 Inventory

BEGINNING EXCEL PRACTICE ACTIVITIES WEEK 3. Week 3 Inventory BEGINNING EXCEL PRACTICE ACTIVITIES WEEK 3 Week 3 Inventory Situation: Your manager at i-phone-u-phone has asked you to create an inventory report. He wants you to calculate the total value of the products

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

ADVANCED COMPUTER TECHNOLOGY Excel 2013 Unit Practice Production Test

ADVANCED COMPUTER TECHNOLOGY Excel 2013 Unit Practice Production Test ADVANCED COMPUTER TECHNOLOGY Excel 2013 Unit Practice Production Test You will create a spreadsheet and two charts that summarize a stock club s current stock holdings. You will also use absolute cell

More information

MSITA: Excel Test #1

MSITA: Excel Test #1 MSITA: Excel Test #1 Part I: Identify the following as either a label (L), value (V), or formula (F) 1. Tom Smith 6. 236-87-2768 2. Add A1 and C1 7. 65 3. 704-555-5555 8. Hourly Rate times Hours Worked

More information

MSITA: Excel Test 2 Part I: Matching Part II: label (L) value (V) formula (F)

MSITA: Excel Test 2 Part I: Matching Part II: label (L) value (V) formula (F) MSITA: Excel Test 2 Part I: Matching a. Absolute Cell Reference h. Label b. Cell i. Order of Operations c. Fill Series j. Relative Cell Reference d. Formula k. Worksheet e. Freeze panes l. Sort f. Function

More information

% % % % ORD % % % %

% % % % ORD % % % % PRACTICE EXERCISES Blue Skies Airlines You are an analyst for Blue Skies Airlines, a regional airline headquartered in Kansas City. Blue Skies has up to 10 departures a day from the Kansas City Airport.

More information

BIS202 Exercises Year 2017/2018 Semester 2 EXERCISE 1

BIS202 Exercises Year 2017/2018 Semester 2 EXERCISE 1 EXERCISE 1 TAX CALCULATION 1. PROBLEM STATEMENT A startup cosmetic enterprise TopCosmetic promotes and sells 8 types of high-quality cosmetic items which are internally referenced by 100, 101,, respectively.

More information

GUIDED PRACTICE: SPREADSHEET FORMATTING

GUIDED PRACTICE: SPREADSHEET FORMATTING Guided Practice: Spreadsheet Formatting Student Activity Student Name: Period: GUIDED PRACTICE: SPREADSHEET FORMATTING Directions: In this exercise, you will follow along with your teacher to enter and

More information

5. EXCEL LOGIC & IF FUNCTION

5. EXCEL LOGIC & IF FUNCTION Fall 2016 CS130 - Intermediate Excel 1 5. EXCEL LOGIC & IF FUNCTION Fall 2016 Fall 2016 CS130 - Intermediate Excel 2 Comparison Operators Compare two values and produce either true or false =2*3=4+2 =A1>0

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

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

Spreadsheets for Accounting

Spreadsheets for Accounting Osborne Books Tutor Zone Spreadsheets for Accounting Practice material 1 Osborne Books Limited, 2016 2 s p r e a d s h e e t s f o r a c c o u n t i n g t u t o r z o n e S P R E A D S H E E T S F O R

More information

Practice Assessment Material 1

Practice Assessment Material 1 Practice Assessment Material 1 Spreadsheet Software Note: this practice material is intended to familiarise students with the type of task they can expect in an AAT assessment. For a complete practice

More information

Background Information. Instructions. Problem Statement. HOMEWORK HELP PROJECT INSTRUCTIONS Homework #3 Help Charleston Federal Grant Problem

Background Information. Instructions. Problem Statement. HOMEWORK HELP PROJECT INSTRUCTIONS Homework #3 Help Charleston Federal Grant Problem Background Information As one might expect, it is generally in a city s best financial interest to have more residents. A larger population generally yields a larger tax base and more income. There is

More information

Overview Grading Career Project Career Research (100 points) may not whallhs gcis348

Overview Grading Career Project Career Research (100 points) may not whallhs gcis348 Overview Eventually, you will all enter the workforce and start a career. You may already know what you want to be or have no clue. This activity is to help you get a better understanding of what career

More information

Excel Creating complex formulas. Complex formulas. Video: Creating Complex Formulas in Excel The order of operations.

Excel Creating complex formulas. Complex formulas. Video: Creating Complex Formulas in Excel The order of operations. Excel 2010 Creating Complex Formulas Creating complex formulas Excel is a spreadsheet application that can help you calculate and analyze numerical information for household budgets, company finances,

More information

In this assignment, students will analyze Morgantown PRT usage and reliability statistics to find patterns in usage and system failures.

In this assignment, students will analyze Morgantown PRT usage and reliability statistics to find patterns in usage and system failures. Background Information HOMEWORK INSTRUCTIONS For over thirty years, the Morgantown Personal Rapid Transit system has provided an efficient means of traveling between s three campuses. Over the course of

More information

LEMONADE STAND GAME INTRO TO EXCEL

LEMONADE STAND GAME INTRO TO EXCEL NAME: Date: The Urban Assembly School for Global Commerce, Mrs. Familiare, Career and Technical Education LEMONADE STAND GAME INTRO TO EXCEL Learning Target: I can create an inventory and sales spreadsheet

More information

Creating Simple Report from Excel

Creating Simple Report from Excel Creating Simple Report from Excel 1.1 Connect to Excel workbook 1. Select Connect Microsoft Excel. In the Open File dialog box, select the 2015 Sales.xlsx file. 2. The file will be loaded to Tableau, and

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

LEARNING RESOURCE CENTRE AYRSHIRE COLLEGE MICROSOFT WORD USEFUL ESSAY FEATURES

LEARNING RESOURCE CENTRE AYRSHIRE COLLEGE MICROSOFT WORD USEFUL ESSAY FEATURES LEARNING RESOURCE CENTRE AYRSHIRE COLLEGE MICROSOFT WORD USEFUL ESSAY FEATURES LEARNING RESOURCE CENTRE July 2015 Table of Contents -----------------------------------------------------------------------------------------------------------------------------------

More information

NATIONAL CERTIFICATE (VOCATIONAL) LIFE ORIENTATION (ICT COMPONENT) (Second Paper) NQF LEVEL 4 NOVEMBER 2009

NATIONAL CERTIFICATE (VOCATIONAL) LIFE ORIENTATION (ICT COMPONENT) (Second Paper) NQF LEVEL 4 NOVEMBER 2009 (7601034) -1- NC1400(E)(O21)V NATIONAL CERTIFICATE (VOCATIONAL) LIFE ORIENTATION (ICT COMPONENT) (Second Paper) NQF LEVEL 4 NOVEMBER 2009 (7601034) 21 October (X-Paper) 09:00 12:00 This question paper

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

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

ACCOUNTING SOFTWARE Certification Program

ACCOUNTING SOFTWARE Certification Program FINAL CERTIFICATION AWARDED BY IMRTC - USA ACCOUNTING SOFTWARE Certification Program This training program is highly specialized with the duration of 72 Credit hours, where the program covers all the major

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

Module #1 Engr 124 Excel, F18

Module #1 Engr 124 Excel, F18 Module #1 Engr 124 Excel, F18 Name: Objective: To create and use spreadsheets in Microsoft Excel, including: basic mathematical operations (adding/subtracting/multiplying, etc.); plotting graphs (scatter

More information

Computer Applications

Computer Applications Unit 3 Computer Applications Spreadsheet Projects Database Projects Presentation Projects Web Projects 227 Spreadsheet Projects Project 1 Working with Budgets (240 minutes).............................

More information

GrafCompounder 2.004

GrafCompounder 2.004 GrafCompounder 2.004 Working with the GrafCompounder Program September 2014 www.grafcompounder.com 1 GrafCompounder The GrafCompounder is a software program that enables you to create recipes using your

More information

ECDL / ICDL Spreadsheets Sample Part-Tests

ECDL / ICDL Spreadsheets Sample Part-Tests The following are sample part-tests for. This sample part-test contains 16 questions giving a total of 16 marks. The actual certification test contains 32 questions giving a total of 32 marks. The candidate

More information

Importing Part Information in Sage BusinessWorks 2013

Importing Part Information in Sage BusinessWorks 2013 Importing Part Information in Sage BusinessWorks 2013 Sage BusinessWorks Accounting import format requirements: 1. The import file must be in a comma delimited variable (.CSV) text format. Each field can

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

1. After you change the format of a worksheet, if some cells display only asterisks (#####). What can you do to fix the problem?

1. After you change the format of a worksheet, if some cells display only asterisks (#####). What can you do to fix the problem? HEEP YUNN SCHOOL Mid-year Examination (01-013) Computer Literacy F. A, B, C, D, E December, 01 Total Marks: 30 Time allowed: 30 min Put your answers on the answer sheets provided. Section A: Multiple choice

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

In this project, students will analyze Morgantown PRT usage and reliability statistics to find patterns in usage and system failures.

In this project, students will analyze Morgantown PRT usage and reliability statistics to find patterns in usage and system failures. Background Information For over thirty years, the Morgantown Personal Rapid Transit system has provided an efficient means of traveling between s three campuses. Over the course of a year, PRT vehicles

More information

APPENDIX C: LAB SOLUTIONS

APPENDIX C: LAB SOLUTIONS Appendix C: Lab s APPENDIX C: LAB SOLUTIONS Lab 2.1 Handling Sales Scenario: Cronus' customer 20000 orders 1200 units of item 70003. The customer requests that the order be delivered with 300 units every

More information

1. Open Excel and ensure F9 is attached - there should be a F9 pull-down menu between Window and Help in the Excel menu list like this:

1. Open Excel and ensure F9 is attached - there should be a F9 pull-down menu between Window and Help in the Excel menu list like this: This is a short tutorial designed to familiarize you with the basic concepts of creating a financial report with F9. Every F9 financial report starts as a spreadsheet and uses the features of Microsoft

More information

Before you begin. Topic 1 Select and prepare resources 1

Before you begin. Topic 1 Select and prepare resources 1 Contents Before you begin vii Topic 1 Select and prepare resources 1 1A Use safe and efficient work practices 2 1B Identify and clarify spreadsheet task requirements 16 Summary 26 Learning checkpoint 1:

More information

Real-Time Air Quality Activity. Student Sheets

Real-Time Air Quality Activity. Student Sheets Real-Time Air Quality Activity Student Sheets Green Group: Location (minimum 3 students) Group Sign-up Sheet Real-time Air Quality Activity 1. 3. 2. Red Group: Time (minimum 4 students) 1. 3. 2. 4. Yellow

More information

How to Complete the NMP Appendix 4 Input Worksheet (Appendix 4 Crop & Manure Management, Appendix 5 P Index, Winter Manure Application Matrix)

How to Complete the NMP Appendix 4 Input Worksheet (Appendix 4 Crop & Manure Management, Appendix 5 P Index, Winter Manure Application Matrix) Purpose: This procedure describes the process to complete the App Input, (Appendix 4 Crop & Manure Management), Worksheet. All of the field or Crop Management Unit, (CMU), information is entered in one

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

SPREADSHEET APPLICATIONS & ANALYSIS (05)

SPREADSHEET APPLICATIONS & ANALYSIS (05) 4 pages Contestant Number Total Work Time Rank SPREADSHEET APPLICATIONS & ANALYSIS (05) Regional 2006 Total Points Received: (275) Failure to adhere to any of the following rules will result in disqualification:

More information

Housing Authority of the City of Raleigh 900 Haynes Street, Raleigh, NC GENERAL APPLICATION FOR EMPLOYMENT (Administrative) o Part-time

Housing Authority of the City of Raleigh 900 Haynes Street, Raleigh, NC GENERAL APPLICATION FOR EMPLOYMENT (Administrative) o Part-time An Equal Opportunity Employer Housing Authority of the City of Raleigh 900 Haynes Street, Raleigh, NC 27604 GENERAL APPLICATION FOR EMPLOYMENT (Administrative) To be considered for employment, applicants

More information

Myridas Extended Pricing Integration User Guide

Myridas Extended Pricing Integration User Guide Myridas Extended Pricing Integration User Guide Version 12 for Dynamics GP 2013 Document version: 1.0 Date: 31 st March 2013 CONTENTS Contents CONTENTS... 2 EXTENDED PRICING INTEGRATION... 3 PRICING DATA

More information

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

Producing EUROMOD budget constraint charts

Producing EUROMOD budget constraint charts Producing EUROMOD budget constraint charts By Alari Paulus, Daniela Mantovani and Horacio Levy, August 2006 Uses: Comparing the structure and illustrating the incentive effects of taxbenefit systems through

More information

Join the Allyn & Bacon First Editions Club!

Join the Allyn & Bacon First Editions Club! CHAPTER 5 Join the Allyn & Bacon First Editions Club! To start your membership in our First Editions Club, simply read the following chapter and complete a brief questionnaire at: www.ablongman.com/swsurvey.

More information

Transcript. The Toolkit Level 2 Spreadsheet

Transcript. The Toolkit Level 2 Spreadsheet Transcript The Toolkit Level 2 Spreadsheet Mercury:Learn Inventory Level 2 Modules Now we will look in detail at the Toolkit s spreadsheet and how its different elements work. What is described in this

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

How to Complete the NBS Create Farm Crop List Worksheet

How to Complete the NBS Create Farm Crop List Worksheet Purpose and Overview: This procedure describes how to complete the Create Farm Crop List Input sheet in a Nutrient Balance Sheet (NBS). All crops grown on the importing farm receiving manure are selected

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

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

How do I Reconcile MCPS Invoices?

How do I Reconcile MCPS Invoices? How do I Reconcile MCPS Invoices? Overview Purpose This document explains how schools can reconcile Montgomery County Public School (MCPS) invoices to requisitions charged to their cash account and to

More information

Advanced Excel 2013 Tips

Advanced Excel 2013 Tips Advanced Excel 2013 Tips Once you complete a formula for a cell, press Enter. You can click and drag down on the lower right corner of the cell to compute the result for any remaining cells. Turn Roman

More information

Enterprise PBCS Using the Workforce Planning Process

Enterprise PBCS Using the Workforce Planning Process ORACLE CORPORATION Enterprise PBCS Using the Workforce Planning Process Hands-on Training January 2018 DISCLAIMER The following is intended to outline our general product direction. It is intended for

More information

Using Functions 5 LESSON SKILL MATRIX SOFTWARE ORIENTATION SUMMARIZING DATA WITH FUNCTIONS. Using the SUM Function. Formulas Tab

Using Functions 5 LESSON SKILL MATRIX SOFTWARE ORIENTATION SUMMARIZING DATA WITH FUNCTIONS. Using the SUM Function. Formulas Tab Using Functions 5 LESSON SKILL MATRIX Skills Exam Objective Objective Number Summarizing Data with Functions Perform calculations by using the SUM function. Perform calculations by using the COUNT function.

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

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

DIGITAL VERSION. Microsoft EXCEL Level 2 TRAINER APPROVED

DIGITAL VERSION. Microsoft EXCEL Level 2 TRAINER APPROVED DIGITAL VERSION Microsoft EXCEL 2013 Level 2 TRAINER APPROVED Module 4 Displaying Data Graphically Module Objectives Creating Charts and Graphs Modifying and Formatting Charts Advanced Charting Features

More information

Excel for Marketing Managers

Excel for Marketing Managers Excel for Marketing Managers Ivana Taylor and Bill Jelen Holy Macro! Books Excel for Marketing Managers 2006 Ivana Taylor and Bill Jelen All rights reserved. No part of this book may be reproduced or transmitted

More information

TimeControl Online. User Guide. Version 7.4 Last update: December COPYRIGHT Heuristic Management Systems Inc.

TimeControl Online. User Guide. Version 7.4 Last update: December COPYRIGHT Heuristic Management Systems Inc. TimeControl Online User Guide Version 7.4 Last update: December 2018 COPYRIGHT 1994 2018 Heuristic Management Systems Inc. Copyright COPYRIGHT 1994-2018 Heuristic Management Systems Inc. as an unpublished

More information

Excel Tutorial to Improve Your Efficiency

Excel Tutorial to Improve Your Efficiency Excel Tutorial to Improve Your Efficiency Introduction My purpose with this Excel tutorial is to illustrate some Excel tips that will dramatically improve your efficiency. I make no attempt to be as encyclopedic

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

Morningstar Direct SM Presentation Studio

Morningstar Direct SM Presentation Studio Presentation Studio is Morningstar Direct s platform for creating custom presentations. With access to Morningstar Direct s databases and flexible charting and reporting capabilities, Presentation Studio

More information

Name: Index Number../...

Name: Index Number../... Name: Index Number../... Candidate s Signature. Date... 451/2 COMPUTER STUDIES Paper 2 (PRACTICAL) July/August 2014 2½ hours THE 2014 KCSE LAMU COUNTY EVALUATION EXAMINATIONS Kenya Certificate of Secondary

More information

Using Salesforce to Prepare F2F Fee Payment

Using Salesforce to Prepare F2F Fee Payment Purpose This document provides the detailed actions required to process the payments for the F2F trainers, often called Proctors, to assure they are paid efficiently and on time. Executive Summary Topic

More information

Table of Contents. PriceBook... 1 Objectives... 1 What is the PriceBook?... 1 PriceBook Composition... 2

Table of Contents. PriceBook... 1 Objectives... 1 What is the PriceBook?... 1 PriceBook Composition... 2 Table of Contents PriceBook... 1 Objectives... 1 What is the PriceBook?... 1 PriceBook Composition... 2 PriceBook Composition... 2 Categories... 4 Groups... 4 Items... 5 Pricing (Mark Up) Formulas... 6

More information

CIS Basic Functions Updated Version Procedures for Uploading 2015 Evaluation Data Quick Guide

CIS Basic Functions Updated Version Procedures for Uploading 2015 Evaluation Data Quick Guide Updated Version 12-5-16 The purpose of this guide is to allow Compass LEA Administrators the opportunity to upload evaluation scores for the 2015-2016 school year. The steps to upload previous year s data

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

6. Advanced Excel. Moz: Good. How are the consultants planning to proceed?

6. Advanced Excel. Moz: Good. How are the consultants planning to proceed? Aim: In 6. Advanced Excel Tejas: Our teacher said that the local Kirana shop owner wanted some help with his business and asked us to become his consultants! Moz: What kind of help does he need? Jyoti:

More information

Smart Playbook Team Views

Smart Playbook Team Views Smart Playbook Dealmaker Smart Playbook puts you in control of the buying process, increases sales velocity through the sales cycle and delivers objective and accurate sales forecasts. It connects the

More information

Understanding the basics of client invoices

Understanding the basics of client invoices Quick lesson For more information, see Help > Contents > Client invoices. Understanding the basics of client invoices Goal: Learn about the basics of client invoices, including how to view, preview, print,

More information

Roadway ExpressWORKS to WorldShip Commodity Transfer

Roadway ExpressWORKS to WorldShip Commodity Transfer Roadway ExpressWORKS to WorldShip Commodity Transfer WorldShip 2000-2014 United Parcel Service of America, Inc. UPS, the UPS brandmark and the color brown are trademarks of United Parcel Service of America,

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

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

Using the Percent Equation

Using the Percent Equation Using the Percent Equation LAUNCH (7 MIN) Before How can your personality affect a decision like this one? During What are the advantages of Offer A? Offer B? After Which option would you choose? KEY CONCEPT

More information

Appendix A Building Spreadsheet Models

Appendix A Building Spreadsheet Models APPENDIXES APPENDIX A Building Spreadsheet Models APPENDIX B Areas for the Standard Normal Distribution APPENDIX C Values of e 2l APPENDIX D References and Bibliography APPENDIX E Self-Test Solutions and

More information

Activities supporting the assessment of this award [3]

Activities supporting the assessment of this award [3] Relevant LINKS BACK TO ITQ UNITS [1] Handbook home page [2] Overview The candidate can select and use a wide range of spreadsheet software tools and techniques to produce, present and check spreadsheets

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

TimeControl Online. User Guide. Version 7.3 Last update: March COPYRIGHT Heuristic Management Systems Inc.

TimeControl Online. User Guide. Version 7.3 Last update: March COPYRIGHT Heuristic Management Systems Inc. TimeControl Online User Guide Version 7.3 Last update: March 2018 COPYRIGHT 1994 2018 Heuristic Management Systems Inc. Copyright COPYRIGHT 1994-2018 Heuristic Management Systems Inc. as an unpublished

More information

Morningstar Direct SM Scorecard

Morningstar Direct SM Scorecard Within the Performance Reporting functionality, use the Scorecard to assign weighting schemes to data points and create custom criteria based on those quantitative and qualitative factors to calculate

More information

Assigning and Updating Prices in Eclipse. Release 9.0.4

Assigning and Updating Prices in Eclipse. Release 9.0.4 Assigning and Updating Prices in Eclipse Release 9.0.4 i Table of Contents Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,

More information

Archdiocese of Chicago Parish QuickBooks Reference Manual

Archdiocese of Chicago Parish QuickBooks Reference Manual Archdiocese of Chicago Parish QuickBooks Reference Manual April, 2016 A publication of the Archdiocese of Chicago Parish Operations INTRODUCTION... 2 USING FORMS... 2 USING LISTS... 2 USING REGISTERS...

More information

How to setup and import "Catalog Pricing" for garments

How to setup and import Catalog Pricing for garments Page 1 This how to guide will outline the steps to setup and import "catalog pricing" for your garments in shopvox. This is how you setup cost and price information for materials like Garments. "Catalog

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

Solar Eclipse Standard Operating Procedures Pricing

Solar Eclipse Standard Operating Procedures Pricing Solar Eclipse Standard Operating Procedures Pricing 2009 Activant Solutions, Inc. All rights reserved. Unauthorized reproduction is a violation of applicable law. Activant and the Activant Eclipse logo,

More information

JDSN Surcharge Tracking

JDSN Surcharge Tracking JDSN Surcharge Tracking JDSN Surcharge Tracking What is Surcharge Tracking? Surcharge Tracking is a web-based tool within JD Supply Network. It is intended to provide a common spread sheet template and

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

Managing Career Services. User Guide

Managing Career Services. User Guide Managing Career Services User Guide Campus Management Corporation Web Site http://www.campusmanagement.com/ E-mail Information: Support: E-mail Form on Web Site support@campusmgmt.com Phone Sales/Support:

More information

Order Edit. Order Search Screen. The Order Edit application supports editing of existing sales orders.

Order Edit. Order Search Screen. The Order Edit application supports editing of existing sales orders. Order Edit The Order Edit application supports editing of existing sales orders. Steps to edit a sales order (* are required) * Search for and select the desired sales order. (See below) * View and modify

More information

DCC Kronos Supervisor Handbook

DCC Kronos Supervisor Handbook Logging in You can log into Kronos through MYDCC. Select the Working @ DCC tab and then click on the Kronos link located in the upper left hand corner of the screen. If you use the MYDCC portal, you will

More information

National 5 Administration and IT

National 5 Administration and IT National 5 Administration and IT IT Solutions for Administrators Use spreadsheet applications or emerging equivalent technologies Spreadsheet Task Booklet Skills, knowledge and understanding from this

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

This Course Covers: How to insert pictures and work with graphics

This Course Covers: How to insert pictures and work with graphics Microsoft Working with Graphs and Organizational Charts in PowerPoint 2000 The Richard Stockton College of New Jersey This Course Covers: How to insert pictures and work with graphics The Richard Stockton

More information

Getting Started With Free CompFacts

Getting Started With Free CompFacts Getting Started With Free CompFacts Free CompFacts is a combination of state and region-oriented market salary data (available for all states and regions) and a special version of our powerful pay analysis

More information

Enterprise by HansaWorld Pricing

Enterprise by HansaWorld Pricing Enterprise by HansaWorld Pricing Version 7.2 Mac OS October 2014 Table of Contents TABLE OF CONTENTS INTRODUCTION...2 USING PRICES...3 Price Formulae Register - Entering a new Price Formulae...3 Price

More information

Tax Increment Finance

Tax Increment Finance Tax Increment Finance Report Instructions The reporting requirements outlined in the TIF Report form are derived from the Illinois Municipal Code for redevelopment project areas, Tax Increment Finance

More information