Computer Science & Engineering 2111

Slides:



Advertisements
Similar presentations
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.
Advertisements

© 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.
Computer Science & Engineering 2111 CONDITIONAL STATISTICAL FUNCTIONS 1 CSE 2111 Lecture Conditional Statistical Functions.
情報基礎 B Lecture 5 Takeshi Tokuyama Tohoku University Graduate School of Information Sciences System Information Sciences Design and Analysis of Information.
Computer Science & Engineering 2111 IF and Boolean Functions 1 CSE 2111 Lecture-IF and Boolean Functions.
Computer Science & Engineering 2111 Text Functions 1CSE 2111 Lecture-Text Functions.
DID YOU KNOW: T RAFFIC DELAY INFORMATION IS CALCULATED USING B LUETOOTH DEVICE INFORMATION.
1. Write an Excel formula in cell Survey
Tutorial 7: Using Advanced Functions and Conditional Formatting
Lecture Excel: Counting & Conditional Functions. Counting Cells Count: Number of non-blank, non-text cells CountA: Non-blank cells CountBlank: Counts.
Conditionals Belinda Kerchmar Operators  What are the operators we discussed last time?  This time -- Conditional Operators:  IF  SUMIF 
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
Tutorial 8: Working with Advanced Functions
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.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 2 BACKNEXTEND 2-1 LINKS TO OBJECTIVES Naming Ranges Functions COUNT, COUNTA, COUNTIF, COUNTIFS.
Theme 3: Data Dynamics Topic 18: Analyse data using Excel Chapter 3.3. Page 185 – 199 Analysing spreadsheet data.
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.
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
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.
Microsoft® Excel Use Insert Function. 1 Key and point to enter functions. 2 Navigate with and create named ranges. 3 Use range names in functions.
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.
1 Improvement over the old : Dcount, DSum and DAverage Functions)
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions.
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.
Glade Manual – Chapter 6 1 “COUNTIF” function: - “COUNTIF” function counts the number of cells within a range that meet the given condition - In Excel:
DAY 7: EXCEL CHAPTER 4-8 ROHIT September 9,
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
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/
XP Life Insurance Premium Flowchart 1 Add Life Ins = “Y” Salary * Premium Rate Yes 0 No.
Hoi Le. COUNTIF Countif(, ) Return number of elements that meet the criteria Always put criteria in quotation marks Example 1: count number of employees.
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.
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions Part 1.
BUSINESS MATHEMATICS & STATISTICS. LECTURE 4 Review Lecture 3 Calculating simple or weighted averages Using Microsoft Excel.
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
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.
Using Advanced Formulas
CSE111 Introduction to Computer Applications
Using Advanced Functions and Conditional Formatting
Excel Functions.
RAHUL KAVI September 17, 2013 Day 9: Excel Chapter 6 RAHUL KAVI September 17, 2013.
Excel: Counting & Conditional Functions
REACH CRC Professor Reinhardt
CIS300 Test Review REACH - CRC Fall 2010
Hierarchy of Data in a Database
PO326: Introduction to Political Science
Analyzing Data Using Formulas
You will then answer the questions based on the problem set
Excel Tables.
Excel Functions.
Excel Functions.
Excel: Formulas & Functions III Participation Project
REACH CRC Professor Manni
Topic 3 Lesson 1 – Conditional Logic
REACH Computer Resource Center
Presentation transcript:

Computer Science & Engineering 2111 SUMIFS & AVERAGEIFS SYNTAX AND EXAMPLES This lecture will cover the use of some basic functions provided by EXCEL. We will be explore how these functions work and how they can be used to solve problems. CSE 2111 Lecture Sumif(s)/Averageif(s)

CSE 2111 Lecture Sumif(s)/Averageif(s) 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 CSE 2111 Lecture Sumif(s)/Averageif(s)

CSE 2111 Lecture Sumif(s)/Averageif(s)

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. CSE 2111 Lecture Sumif(s)/Averageif(s)