Computer Science & Engineering 2111 CONDITIONAL STATISTICAL FUNCTIONS 1 CSE 2111 Lecture Conditional Statistical Functions.

Slides:



Advertisements
Similar presentations
CIS100 Test Review Dale McIntosh © 2009 Dale McIntosh. All Rights Reserved.Fall 2009.
Advertisements

CIS100 Test 2 Review REACH CRC © 2011 REACH CRC. All Rights Reserved.Spring 2011.
CS&E 1111 Exfunctions Using Functions in Excel Objectives: Using Excel functions l SUM, MIN, MAX, AVERAGE, COUNT, COUNTA l ROUND l COUNTIF, SUMIF, AVERAGEIF.
About Functions SUM, AVERAGE, MIN, MAX, COUNT, ROUND
G042 Task 4  Understand how to use a range of different functions in excel.  Used a range of functions within your excel spreadsheet.
EXCEL.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Maths & Trig, Statistical functions. ABS Returns the absolute value of a number The absolute value of a number is the number without its sign Syntax ◦
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
CS1100: Computer Science and Its Applications Excel Basics Modified from originals created by Martin Schedlbauer, Peter Douglass and Peter Golbus.
Computer Science & Engineering 2111 IF and Boolean Functions 1 CSE 2111 Lecture-IF and Boolean Functions.
DID YOU KNOW: T RAFFIC DELAY INFORMATION IS CALCULATED USING B LUETOOTH DEVICE INFORMATION.
33 CHAPTER BASIC APPLICATION SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 1-2 Announcement: QUIZ#02 In Lecture Session # 9 (5.
MIS: Chapter 14 Cumulative concepts, features and functions, plus new functions COUNTIFS, SUMIFS, AVERAGEIFS (Separate ppt on REACH.louisville.edu) All.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
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
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.
Chapter 06: Lecture Notes (CSIT 104) 1 Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved.
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.
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.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010: Chapter1.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
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.
1. Common Functions 2.
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.
MS Excel Management Information Systems 1. Contents 2  Functions  IF Function and nested IF  Sorting Data.  Filtering Data.  Data Form.  Data Validation.
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.
Prescriptive Analytics Appendix A EXCEL TOOLS FOR THE MANAGEMENT SCIENTIST Business Analytics with Management Science Models and Methods Arben Asllani.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Chapter 6 Data Tables and Amortization Tables Exploring Microsoft Office Excel 2007.
CIS300 TEST REVIEW EXAM 2- PROFS. KENDRA, GOYAL & MCINTOSH REACH - CRC © 2014 REACH All Rights Reserved.
Unit 4, Lesson 4 Using Function Formulas. Objectives Understand function formulas. Understand function formulas. Use the Average and Sum functions. Use.
1 Improvement over the old : Dcount, DSum and DAverage Functions)
Computer Science & Engineering 2111 Querying a Database 1CSE 2111 Lecture- Querying a Database.
Chapter 6 Creating, Sorting, and Querying a Table
Computer Science & Engineering 2111 Lecture 4 COUNTIF(s)/SUMIF(s)/SUMPRODUCT/ AVERAGEIF(s)/LARGE/SMALL/RANK 1.
 Enhance understanding of logical functions.  Discuss using conditional logic focusing on: ◦ IF ◦ SUMIF(s) ◦ COUNTIF(s) ◦ AVERAGEIF(s)  While waiting.
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.
XP Life Insurance Premium Flowchart 1 Add Life Ins = “Y” Salary * Premium Rate Yes 0 No.
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.
BUSINESS MATHEMATICS & STATISTICS. LECTURE 4 Review Lecture 3 Calculating simple or weighted averages Using Microsoft Excel.
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
CIS 300- Professor McIntosh Test #3. MICROSOFT ® EXCEL ® MATHEMATICAL FUNCTIONS Syntax: =ROUND(number, num_digits) Arguments: number Required  The number.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Excel AVERAGEIF Function
CSE111 Introduction to Computer Applications
Contents Introduction Text functions Logical functions
Computer Science & Engineering 2111
Using Advanced Functions and Conditional Formatting
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.
Excel: Formulas & Functions III Participation Project
Lesson 4: Introduction to Functions
REACH CRC Professor Manni
REACH Computer Resource Center
REACH Computer Resource Center
Presentation transcript:

Computer Science & Engineering 2111 CONDITIONAL STATISTICAL FUNCTIONS 1 CSE 2111 Lecture Conditional Statistical Functions

COUNTIF FUNCTION Counts the number of items in a range that meet a specific criteria =COUNTIF(range, criteria) Range: A continuous range Criteria: Determines what cells to count 2 CSE 2111 Lecture Conditional Statistical Functions CriteriaCriteria SyntaxExample NumberType in number=COUNTIF(C1:C10,5) TextSurround text in quotes=COUNTIF(E1:E10,”USA”) Cell ReferenceType in cell reference=COUNTIF(G1:G10,A2) “Hard Coded” Boolean Expression Surround Boolean expression in quotes=COUNTIF( I1:I10,”>=5”) Cell Reference Boolean Expression Surround Boolean expression in quotes and type & before the cell reference =COUNTIF(K1:K10, “>=” &A5) Wild CardUse Asterisk=COUNTIF(M1:M10,”USA*”)

CSE 2111 Lecture Countif Examples3

4

5

SUMIF FUNCTION Sums the number of items in a range that meet a specific criteria =SUMIF(criteria_range, criteria,[sum_range]) Criteria_Range: A continuous range Criteria: Determines what cells to sum Sum_Range: If criteria is met, the computer will sum the corresponding entry in this range Same criteria syntax as COUNTIF If a sum_range argument is not used, the sum_range will be the same as the criteria_range 6CSE 2111 Sumif Averageif

7

8

COUNTIFS FUNCTION Counts the number of items in a range (using multiple criteria and multiple ranges) that meet a specific criteria All criterion must be true in order for the cell to be counted =COUNTIFS(criteria_range1, criteria1,[criteria_range2,criteria2], …) Criteria_range1: A continuous range Criteria1: Determines what cells to count Syntax rules the same as COUNTIF 9 CSE 2111 Lecture Countifs Syntax and Examples

10

SUMIFS FUNCTION Sums a range (using multiple criteria and multiple ranges) that meet a specific criteria All criterion must be true in order for the cell to be summed =SUMIFS(sum_range, criteria_range1,criteria1,[criteria_range2,criteria2], …) Sum_Range: Range to sum if criterion are met Criteria_Range1: Range of first criteria Criteria1: Criteria for range1 Criteria syntax rules the same as COUNTIF 11CSE 2111 Lecture Sumif(s)/Averageif(s)

12

AVERAGEIF and AVERAGEIFS FUNCTION =AVERAGEIF(criteria_range, criteria,[average_range]) Averages the number of items in a range that meet a specific criteria =AVERAGEIFS(average_range, criteria_range1,criteria1[criteria_range2,criteria2], …) Averages a range (using multiple criteria and multiple ranges) that meet a specific criteria All criterion must be true in order for the cell to be averaged. 13CSE 2111 Lecture Sumif(s)/Averageif(s)

LARGE and SMALL FUNCTION =LARGE(array, k) Returns the largest value in a range, based on the “k” argument Array: A continuous range k: The position (from the largest) in the array (range) =SMALL(array, k) Returns the smallest value in a range, based on the “k” argument Array: A continuous range k: The position (from the smallest) in the array (range) 14CSE 2111 Lecture Large & Small

15

RANK.EQ FUNCTION Returns the rank of a number in a list of numbers =RANK.EQ(number, ref, [order]) Number: The number whose rank you want to find Ref: The Array or range of values to rank Order: A number specifying how to rank the numbers – 0 or omitted: Ranks in descending order – 1: Ranks in ascending order 16CSE 2111 Lecture-Rank

17

SUMPRODUCT FUNCTION Multiplies corresponding components in the given arrays, and returns the sum of those products. =SUMPRODUCT(array1, [array2], [array3], …) array1: The first array argument whose components you want to multiply and then add The array arguments must be the same dimension Treats non-numeric cells as 0 18CSE 2111 Lecture SumProduct

19