1 Improvement over the old : Dcount, DSum and DAverage Functions)

Slides:



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

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.
© 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.
1. Write an Excel formula in cell Survey
Database Features. Lists n An Excel worksheet can be used like a table in a relational database. n In Excel, such a table is called a list. n Each row.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Microsoft Excel Models and Functions ACCT Microsoft Excel Models and Functions  You will need to download the ExcelExample.xslx file from WebCT.
Tutorial 8: Working with Advanced Functions
Advanced Lesson 1: Advanced Data Organization In Excel 2007, you can use a table to manage and organize related data. You can use the Autofilter tools.
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.
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.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Excel Project 5 Creating, Sorting, and Querying a List.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
Introduction to Spreadsheets Microsoft Excel A program which allows you to perform complex mathematical operations in an organized manner. What is a spreadsheet?
MS Excel Management Information Systems 1. Contents 2  Functions  IF Function and nested IF  Sorting Data.  Filtering Data.  Data Form.  Data Validation.
The Advantage Series ©2004 The McGraw-Hill Companies, Inc. All rights reserved Chapter 8 Managing Worksheet Lists Microsoft Office Excel 2003.
Chapter 19 Managing Worksheet Lists. Creating Lists ► Microsoft Office Excel 2003 is inarguably the most powerful electronic spreadsheet available. ►
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.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
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.
Starter – Name the Functions. Lesson Objectives 1.Be able to perform a VLOOKUP and HLOOKUP in Excel 2.Be able to use named ranges in Excel 3.Be able.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
 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,
Microsoft® Excel Create an Excel table. 1 Work with the Table Tools Design tab. 2 Sort and filter records in a table. 3 Identify structured references.
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.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 2.
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.
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.
Ms. Hall Spring Functions. Excel – Lesson 4 Summarizing Data with Functions A function is a predefined formula that performs a calculation. When.
Using Advanced Formulas
MSAA PRESENTS: AN EXCEL TUTORIAL
Computer Science & Engineering 2111
Elena Lazarevska, City of Boulder
Using Advanced Functions and Conditional Formatting
Excel Functions.
Microsoft Excel Models and Functions
RAHUL KAVI September 17, 2013 Day 9: Excel Chapter 6 RAHUL KAVI September 17, 2013.
Spreadsheets Skills Lesson Part 2
INTERMEDIATE EXCEL 2010 Nolan Tomboulian
2007 MICROSOFT EXCEL INTERMEDIATE
CIS300 Test Review REACH - CRC Fall 2010
Analyzing Data Using Formulas
Creating, Sorting, and Querying a List
Managing Multiple Worksheets and Workbooks
Excel Tables.
Excel Functions.
Excel Functions.
Excel: Formulas & Functions III Participation Project
REACH CRC Professor Manni
Mr. Verlin South Philadelphia High School May 11-13, 2011
Lesson 13 Working with Tables
Presentation transcript:

1 Improvement over the old : Dcount, DSum and DAverage Functions)

Summarizing Data Conditionally  Tests for a condition (or multiple conditions) before applying a summarization function  Calculates values based on the condition  Useful for summarizing a subset of data determined by another piece of data Ex. ○ Calculate average salaries for employees in specific cities ○ Calculate Grades by Sex and Race ○ Count the data based on employees in a Department 2

Summarizing Data Conditionally SUMIF which is also called a conditional sum =SUMIF(range,criteria[,sum_range]) 3 COUNTIF which is sometimes referred to as a conditional count =COUNTIF(range, criteria) AVERAGEIF to calculate the average of values in a range that meet criteria you specify =AverageIF(range, criteria[,average_range])

Summarizing Data Conditionally SUM_Range and AVERAGE_Range are the columns of data values to summarize. If left out, it uses the column defined in the RANGE. 4 RANGE: Is the rows that are being compared to the CRITERIA CRITERIA: This is a single Value or Cell that is being compared to the values in the RANGE

Summarizing Data Conditionally  COUNTIF, SUMIF, and AVERAGEIF only test for one condition  If multiple conditions are being tested to calculate a value, use: 5 COUNTIFs SUMIFs AVERAGEIFs

6 Conditional IF – SUMMARY FUNCTIONS Payroll Record 5 Management continues to be impressed by your skills with Excel and they now want a summary report by Department of the data in the Payroll Record Worksheet The CountIF formula has been done for you. You need to add the formulas for the other totals Be careful with Relative and Absolute Cell ranges when creating/copying your formulas.

7 CONDTIONAL SUMMARY STUDENT GRADES3 The Student Grades3 workbook has details for students by : Grade, Sex and Race Conditional IF formulas can be defined to look at more than one variable to decide how to add, count or average the data. Some Formulas have been done for you to Count and find the Average Math and Average Average Score. You can add the formulas for the Average Science and Average English Scores. The [Formulas] {Define Names} was used to define the columns of data that would be used for the selection criteria. This eliminates the need to use the Absolute Cell Reference to Define the Range of data and the “Name” of the range is easier to understand than cell addresses. Use the [Formulas] {Name Manager} to see the defined named ranges

Summarizing Data Conditionally  The COUNTIFS function counts the number of cells within a range that meet multiple criteria COUNTIFS(criteria_range1,criteria1[,criteria_range2, criteria2...])  The SUMIFS function adds values in a range that meet multiple criteria SUMIFS(sum_range,criteria_range1,criteria1[,criteria _range2, criteria2...])  The AVERAGEIFS function calculates the average of values within a range of cells that meet multiple conditions AVERAGEIFS(average_range,criteria_range1,criteria 1[,criteria_range2, criteria2...]) 8 Notice the AVERAGE_Range and SUM_Range are at the beginning of the formula rather than at the end