Statistics and Spreadsheet Functions

Slides:



Advertisements
Similar presentations
Prepared by : Mahmoud A. Abu Hashish  Used to organize and analyze information  Made up of columns and rows  Columns and rows intersect.
Advertisements

REACH-CRC. Lookup Functions INDEX-MATCH LOOKUP Database Functions DSUM DMIN DMAX DCOUNT DAVERAGE.
Commission on Information and Communications Technology Electronic Spreadsheet (Hands-on Module) Learning Technologies Division HUMAN CAPITAL DEVELOPMENT.
E ngineering College of San Jose State University Engr.10 1 JKA & KY.
Microsoft Office XP Microsoft Excel
MS-Excel XP Lesson 2. Handling Worksheets 1.Bottom of the every workbook you can get worksheets. 2.No of sheets for a book is three. But you can add,
Collin College Excel Exam Review. True In Excel worksheets, rows are designated using numbers while columns are designated using letters.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Excel For MATH 125 Computing Statistics. Useful link Surfstat: (an online text in introductory Statistics)
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next.
1 Spreadsheet Problem Solving  applied statistics  table lookup.
Tutorial 8: Working with Advanced Functions
Spreadsheet Basics What is a Spreadsheet?
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
1CP102_module 3: spreadsheet2 More features in Excel Selection: a cell, a range, multiple ranges Name a range: to give name to a selected range or multiple.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
ENGINEERING 1181 College of Engineering Engineering Education Innovation Center Problem Solving with Excel Class Preparation.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Office 2010 Vol. 1 PowerPoint Lecture to Accompany Skills.
MS-Word XP Lesson 8. Inserting Column to Table 1.Select column (click on top margin) 2.Click on table menu 3.Select insert sub menu and click on columns.
Excel chapter 2.
Excel Projects 5 & 6 Notes Mr. Ursone. Excel Project 5: Sorting a List  Sorting: Arranging records in a specific sequence  The Sort command is on the.
Intro to Excel - Session 2.21 Tutorial 2 - Session 2.2 Creating a Worksheet.
European Computer Driving Licence Syllabus version 5.0 Module 4 – Spreadsheets Chapter 22 – Functions Pass ECDL5 for Office 2007 Module 4 Spreadsheets.
Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Microsoft ® Office 2007 PowerPoint Lecture to Accompany.
MS Excel Introduction Short Course Warilla High School April 2008.
Learning With Computers II (Level Orange) ©2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly.
Microsoft Office Excel 2013 ® ® Abdul Hameed Using Advanced Functions and Conditional Formatting.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
Copyright 2006 South-Western/Thomson Learning Chapter 12 Tables.
XP. Objectives Sort data and filter data Summarize an Excel table Insert subtotals into a range of data Outline buttons to show or hide details Create.
Chapter 6 Creating, Sorting, and Querying a Table
Worksheets Copyright 2006 South-Western/Thomson Learning.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Excel Review By Mr. Griffin Elmira Business Institute.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
Excel Spreadsheets Formatting and Functions ICS100 – Spring 2007 D. Pai.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
MODULE 4.1: INTRODUCTION TO SPREADSHEETS. CONTENTS What is a spreadsheet? Basic functions Inputting data Use of formatting More about different types.
Microsoft Excel 2007 Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) BCOMP0101.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
MS-EXCEL PART 3. Use data validation in Excel to make sure that users enter certain values into a cell. Data Validation Example In this example, we restrict.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Open Office Calc Session 03 Math and Text Functions.
Chapter 2 Analytics on Spreadsheets
AGB 260: Agribusiness Data Literacy
MSAA PRESENTS: AN EXCEL TUTORIAL
Microsoft Excel.
Excel AVERAGEIF Function
GO! with Microsoft Office 2016
Chapter 2 Analytics on Spreadsheets
Microsoft Excel Exercise
Excel Functions.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Analyzing Table Data.
Microsoft Excel.
Adding Functionality to your Spreadsheet
Open Office Calc Session 01 Class Management Report
Managing Multiple Worksheets and Workbooks
Excel Functions and Tables
Unit 42 : Spreadsheet Modelling
Excel Functions.
Excel Functions.
Lesson 4: Introduction to Functions
Excel Functions and Tables
IT Solutions for Administrators - Spreadsheets
Performing Calculations on Data
Excel for Educators Class Notes
Presentation transcript:

Statistics and Spreadsheet Functions Open Office Calc Session 04 Statistics and Spreadsheet Functions

Contents The Grade Book Problem Solution Other Requirements

1. Grade Book Problem Create an Open office Calc file named GradeBook.ods and then input data as shown in the following table:

Format the worksheet appropriately The first calculation will be Test Average which must be the averaging value of Test 1, Test 2, Test 3 and Test 4. In the column G, find the rank of values in the column F. Use the appropriate function to find the maximum value of Test Values in the cell F14. Similarly, the minimum value is determined by find the min value in the column F. Count the number of students in the list above.

2. Solution 2.1. Create the Worksheet 2.2. Format the Worksheet 2.3. Calculate the Test Average 2.4. Look up the Rank 2.5. Find the Max Value 2.6. Find the Min Value 2.7. Count the Number of Students

2.1. Create the worksheet Create a Open Office Calc named: GradeBook.ods Input raw data

2.2. Format the Worksheet Change the background color for the ranges A1:G3 and D14:D16. Align Centered for column header, then change font style to Bold Merge two cells for D14, D15, and D16.

2.3. Calculate the Test Average AVERAGE function returns the average of the arguments. - Syntax: AVERAGE(Number 1; Number 2; ...)‏ or ‏AVERAGE(range)‏ = AVERAGE(B4:E4)‏

2.4. Look up the Rank RANK function returns the rank of a number in a sample. - Syntax: RANK(Value; Data; Type)‏ Value is the value, whose rank is to be determined. Data is the array or range of data in the sample Type (optional) is the sequence order. - Type = 0 means descending from the last item of the array to the first (this is the default). - Type = 1 means ascending from the first item of the range to the last.

= RANK(F4;$F$4:$F$12)‏

2.5. Find the Max Value MAX function returns the maximum value in a list of arguments. - Syntax: MAX(Number 1; Number2; ...)‏ or MAX(range)‏ = MAX(F4:F12)‏

2.6. Find the Min Value MIN function returns the minimum value in a list of arguments. - Syntax: MIN(Number 1; Number 2; ...)‏ or MIN(range)‏ = MIN(F4:F12)‏

2.7. Count the Number of Students COUNT function counts how many numbers are in the list of arguments. Text entries are ignored. - Syntax: COUNT(value1; value2; ...)‏ or COUNT(range)‏ = COUNT(F4:F12)‏

3. Other Requirements Insert a new column between column F and G and type Grade as column header. Beginning with the cell J3, enter data for the Grading Criteria as shown in the following table. The grade is determined by looking up the value in the lookup table. Use the lookup table in cells J4:K9 with a VLOOKUP function to determine the Grade.

Solution 3.1. Insert a new column 3.2. Enter the Grading Criteria 3.3. Looking up the Grade value

3.1. Insert a new column

3.2. Enter the Grading Criteria

3.3. Looking up the Grade value Vertical search with reference to adjacent cells to the right. - Syntax: VLOOKUP(Search criterion;array; index;Sort order)‏ Search criterion is the value searched for in the first column of the array. array is the reference, which is to comprise at least two columns. index is the number of the column in the array that contains the value to be returned. The first column has the number 1. Sort order is an optional parameter that indicates whether the first column in the array is sorted in ascending order. Enter the Boolean value FALSE if the first column is not sorted in ascending order.

= VLOOKUP(F4;$J$4:$K$8;2)‏

Q&A