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.

Slides:



Advertisements
Similar presentations
How to use Excel to create a seating plan and ticket sales model
Advertisements

Excel Lesson 13 Using Powerful Excel Functions Microsoft Office 2010 Advanced Cable / Morrison 1.
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
Jump to first page Excel Functions By Dr. Farrokh Alemi Dr. Kashif Haqqi.
G042 Task 4  Understand how to use a range of different functions in excel.  Used a range of functions within your excel spreadsheet.
EXCEL.
EXCEL UNIT 3 Computer Technology Timpview High School.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
REACH CRC © 2011 REACH CRC. All Rights Reserved.Fall 2011.
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.
CS1100: Computer Science and Its Applications Text Processing Created By Martin Schedlbauer
Chapter 8 Data Analysis. Agenda Functions –AND and OR –COUNT, COUNTA, and COUNTIF –CONCATENATE and TRIM –RANK and QUARTILE –MOD and ROW Goal Seek in decision-making.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Database Functions & Filtering.  Excel has two special functions for analyzing lots of data with more than one set of criteria DCOUNT: counts the number.
Lecture Excel: Counting & Conditional Functions. Counting Cells Count: Number of non-blank, non-text cells CountA: Non-blank cells CountBlank: Counts.
Lecture Excel: Formulas and Functions. Formulas Specifies calculations to be performed Begins with an equal sign (=) Can refer to: –cells by reference.
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 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.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Intermediate Level -Alice Platt Most spreadsheet users know how to utilize basic math operations in their spreadsheets. At the next skill level, formulas.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
LOGO Chapter VI Advanced Functions 1. LOGO Overview  INTRODUCTION  NESTED FUNCTIONS  LOOKUP  VLOOKUP  COUNTIF  SUMIF  IF  ROUND  THE PMT, IPMT.
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Aliya Farheen January 27,2015.
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.
Microsoft Office Excel 2013 ® ® Abdul Hameed Using Advanced Functions and Conditional Formatting.
Microsoft Excel grade 8 By : Reem Hasayen. General information  Types of files.  Word document. *.doc  Excel sheet *.exl  Publisher *.pub  Database.
G042 - Lecture 14 Excel Functions and Formula Mr C Johnston ICT Teacher
Data Analysis: Spreadsheets ICT iGCSE. 14.1: Creating a data model.
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.
where to get help basic function writing tricks = tells excel you want to write a function The function then tells you what you need to enter Then you.
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.
CS1100: Computer Science and Its Applications Text Parsing in Excel Martin Schedlbauer, Ph.D.
Processing Text Excel can not only be used to process numbers, but also text. This often involves taking apart (parsing) or putting together text values.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
Advanced Functions Objective Advanced Functions are used in higher-level operations, such as in conditional and comparison equations to compute.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
1 CSE 2337 Chapter 7 Organizing Data. 2 Overview Import unstructured data Concatenation Parse Create Excel Lists.
DAY 5: EXCEL CHAPTER 2 Sravanthi Lakkimsetty Feb 1, 2016.
DAY 6: MICROSOFT EXCEL –CHAPTER 2,3 Aliya Farheen January 28,2016.
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.
Excel, Part 3 Computer Tech. Changing the angle of your text  You can change the angle, or orientation of your text in an Excel spreadsheet.  This is.
MS JENNIFER SENIOR 3 ECDL FUNCTIONS AND FORMATS Ms Jennifer Spreadsheets.
MSAA PRESENTS: AN EXCEL TUTORIAL
Excel AVERAGEIF Function
Using Advanced Functions and Conditional Formatting
Excel: Counting & Conditional Functions
Advanced Functions Computer Applications 1
Chapter 3 : 3.3 MS Excel 3 TA. Alhanof Alolyan The source:
CIS300 Test Review REACH - CRC Fall 2010
Chapter 3 : 3.3 MS Excel 3 TA. Alhanof Alolyan The source:
Lesson 4 – Count, CountIF, V Lookup
برنامج التميز في خدمة عملاء السادة موظفي مكاتب المساعدة القانونية
Excel Functions.
Excel Functions.
Lesson 4: Introduction to Functions
Topic 3: Conditional Logic
Topic 3 Lesson 2 – Flexible Models
REACH Computer Resource Center
MS Excel – Analyzing Data
Lesson 13 Working with Tables
in Excel Instructor: Zhe He Department of Computer Science
Presentation transcript:

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

COUNT – for example =COUNT(C2:C6) – will return the number of cells in the selected range that contain numbers. COUNT will ignore text and other characters.

COUNTA – for example =COUNTA(C2:C6) – will count all of the cells in a given range that are not blank.

COUNTBLANK – for example =COUNTBLANK(C2:C6) – will count the number of cells with nothing in them in a given range.

COUNTIF searches for a specific criteria within a given range. For example =COUNTIF(C2:C6,5) would return the number of cells containing the number 5 within the specified range.