Theme 3: Data Dynamics Topic 18: Analyse data using Excel Chapter 3.3. Page 185 – 199 Analysing spreadsheet data.

Slides:



Advertisements
Similar presentations
MS- Excel Spread sheet Program Component of MS-Office suite Performs Calculations, Maintaining Databases and Summary Reports Graphs.
Advertisements

EXCEL.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
MONTEGO BAY HIGH SCHOOL INFORMATION TECHNOLOGY THE EXCEL IF FUNCTION.
Computer Science & Engineering 2111 CONDITIONAL STATISTICAL FUNCTIONS 1 CSE 2111 Lecture Conditional Statistical Functions.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Nested IF and Complex Condition. Nested IF Example: –Rules to determine bonus: JobCode = 1, Bonus=500 JobCode = 2, Bonus = 700 JobCode = 3, Bonus = 1000.
Lecture Excel: Counting & Conditional Functions. Counting Cells Count: Number of non-blank, non-text cells CountA: Non-blank cells CountBlank: Counts.
Solving Equations with the Variable on Both Sides
P1 & D1 Finish report by 3rd May 2011.
Tutorial 8: Working with Advanced Functions
SUMIF() Lesson: BASIC. =SUMIF() When Do You Use It: – To add numbers based on a single criterion/condition Example: If you have a column of data with.
Spreadsheets Objective 6.02
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
Excel 2010 Formulas and Functions One of Excel's most useful features is that it allows users to create custom formulas to perform calculations on their.
Advanced Lesson 2: Advanced Data Analysis A PivotTable is a sophisticated tool that creates a concise report summarizing large amounts of data based on.
EXCEL FUNCTIONS MIS THE BASICS  LEFT(), RIGHT(), MID()  Keep X characters from string  CONCATENATE()  Join two strings together  TRIM()  Drop.
1 Spreadsheets SELECTION. 2 Aims  Understand the principles of selection in Excel  Examine the basic IF statement format  Look into Nested IF statements.
CIS300 TEST REVIEW EXAM 1- PROF. ZURADA & PROF. GUAN REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
CS&E 200 Exfunctions Using Functions in Excel Objectives: Using Excel functions l Sum, Min, Max, Average, Count l Large, Small, Rank l Round l Countif.
Excel has a number of Count Functions that will total the number of cells in a selected range. We’re going to look at: COUNT COUNTA COUNTBLANK COUNTIF.
It’s not that I’m so smart, it’s just that I stay with problems longer. - Albert Einstein.
Revision Function in Spreadsheet. AVERAGE Returns the average (arithmetic mean) of the arguments. Syntax AVERAGE(number1,number2,...) Number1, number2,...
Chapter 11 Creating Formulas that Count and Sum Microsoft Excel 2003.
1 CS 106 Computing Fundamentals II Chapter 34 “Conditionals In Excel” Herbert G. Mayer, PSU CS Status 7/17/2013 Initial content copied verbatim from CS.
a Glance Henry C. Co Technology and Operations Management, California Polytechnic and State University.
Quiz #3 – Excel February 2, #1. Excel is most likely to be used in a: 1.Structured Decision Support role. 2.Unstructured Decision Support role.
CIS300 TEST REVIEW EXAM 2- PROFS. KENDRA, GOYAL & MCINTOSH REACH - CRC © 2014 REACH All Rights Reserved.
# 1# 1 Error Messages, VLookup, Practical Tips What use is VLookup? How do you error check in Excel? CS 105 Spring 2010.
Unit 4, Lesson 4 Using Function Formulas. Objectives Understand function formulas. Understand function formulas. Use the Average and Sum functions. Use.
Chapter 6 Creating, Sorting, and Querying a Table
Number Line Sequences LESSON 4POWER UP A PAGE 26.
Computer Science & Engineering 2111 Lecture 4 COUNTIF(s)/SUMIF(s)/SUMPRODUCT/ AVERAGEIF(s)/LARGE/SMALL/RANK 1.
Decisions Action based on condition. Examples Simple condition: –If total sales exceeds $300 then applies 5% discount; otherwise, no discount. More than.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
Excel Review By Mr. Griffin Elmira Business Institute.
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
04. Excel Countif and Vlookup. File -> Open -> 04b-datastart.xlsx.
Tutorial: Obchodní akademie Topic: SUMIF, COUNTIF Functions Prepared by: Mgr. Zdeněk Hrdina Projekt Anglicky v odborných předmětech, CZ.1.07/1.3.09/
Hoi Le. COUNTIF Countif(, ) Return number of elements that meet the criteria Always put criteria in quotation marks Example 1: count number of employees.
Using Excel 07, part 2 IF, AND, OR, NOT functions, Nested formulas, Charts, Dynamic charts, Pivot tables.
FUNCTIONS The parts of a function In order to work correctly, a function must be written a specific way, which is called the syntax. The basic syntax for.
Spreadsheet Calculations Formulas & Functions Computer Applications I.
Identities, Contradictions and Conditional Equations.
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
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.
Computer Science & Engineering 2111
Using Advanced Functions and Conditional Formatting
Exam 2- McIntosh REACH - CRC
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel Functions.
REACH CRC Professor Reinhardt
CIS300 Test Review REACH - CRC Fall 2010
Excel Functions.
Excel Functions.
REACH CRC Professor Manni
Every number has its place!
Topic 3 Lesson 1 – Conditional Logic
Mathematical operators
Presentation transcript:

Theme 3: Data Dynamics Topic 18: Analyse data using Excel Chapter 3.3. Page 185 – 199 Analysing spreadsheet data

Excel can be used to analyse data

Functions that can count NameWhat is doneExample COUNTCounts how many numbers =COUNT(B2:B10) COUNTACounts how many values (numbers or text) =COUNTA(C1:C100) COUNTBLANKCounts how many empty cells =COUNTBLANK(A1:A10)

Activity 1 Page 186 Explore

Activity 2 Page 187 Try it yourself

Activity 3 Page 187 Apply

COUNTIF-function AB NameAbsent Janet7 Anthony Lebo5 Katlego Pat4 Number never absent=COUNTBLANK(B2:B6) Number more than 5 days absent=COUNTIF(B2:B6,">5")

Examples of COUNTIF Contains the value 100 =COUNTIF(A2:A10,100) Contains the symbol A. =COUNTIF(C3:C10,”A”) Contains value more than 80 =COUNTIF(D2:D15,”>80”) Contains the same value as in A1 =COUNTIF(B4:B14,A1) Values greater than or equal to 70 =COUNTIF(B4:B14,”>=70”)

HELP Find all the different comparison operators in the Help facilities Possible cue words: –Operators –Types of operators –Comparison operators

Activity 4 Page 189 Try it yourself

Activity 5 Page 189 Apply

LARGE and SMALL NameWhat is doneExample LARGEDetermines a certain largest number e.g. the 2nd largest, or the 3rd largest =LARGE(A2:A30, 2) =LARGE(A5:A15, 3) SMALLDetermines a certain smallest number e.g. the 2nd smallest, or the 3rd smallest. =SMALL(A2:A30, 2) =SMALL(A5:A15, 3)

Activity 6 Page 190 Try it yourself

Activity 7 Page 191 Apply

Sum of certain cells =SUMIF(range, criteria, sum_range) What are the cells that must be tested? What are the criteria that values in cells must comply with? Which values must be added to the total if the criteria are met?

Example of SUMIF =SUMIF(B2:B6, 11, C2:C6) Look at the cells B2:B6 If the value is equal to 11.. Add the value in the corresponding cell in column C to the total. Total = C2 + C4 + C5 =R20 + R10 + R15 =R45

Activity 8 Page 192 Explore

Activity 9 Page 193 Apply

The IF function Allocates a value to a cell depending on the condition(s) specified. Example: Give bonus to employees who have worked more than 5 years.

How does the IF function work? BonusNo Bonus =IF(D2 > 5, “Bonus”, “No Bonus”) Condition’s answer is always TRUE or FALSE TRUE Writes this value in the cell. FALSE

Activity 10 Page 194 Check if you understand

Activity 11 Page 195 Explore

Activity 12 Page 195 Try it yourself

Activity 13 Page 195 Apply

Activity 14 Page 196 Checklist  I can....

Activity 15 Page 197 Check if you understand