Lecture Excel: Counting & Conditional Functions. Counting Cells Count: Number of non-blank, non-text cells CountA: Non-blank cells CountBlank: Counts.

Slides:



Advertisements
Similar presentations
Excel IF Functions The IF function is one of Excels most useful and most used functions. What it does, basically, is test to see whether a certain condition.
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.
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.
REACH CRC © 2011 REACH CRC. All Rights Reserved.Fall 2011.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
MONTEGO BAY HIGH SCHOOL INFORMATION TECHNOLOGY THE EXCEL IF FUNCTION.
# 1# 1 CS 105 Functions, IF Functions What is a function? What is an IF function? A PMT function? What is a condition? What is nesting? CS 105 Spring.
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.
CS&E 1111 ExIFs IFs and Nested IFs in Excel Objectives: Using the If function in spreadsheets Nesting If functions.
Chap 4 Formulas and Functions Exploring Spreadsheet Software.
Tutorial 7: Using Advanced Functions and Conditional Formatting
Conditionals Belinda Kerchmar Operators  What are the operators we discussed last time?  This time -- Conditional Operators:  IF  SUMIF 
Lecture Excel: Formulas and Functions. Formulas Specifies calculations to be performed Begins with an equal sign (=) Can refer to: –cells by reference.
Tutorial 8: Working with Advanced Functions
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.
2 Explain advanced spreadsheet concepts and functions Advanced Calculations 1 Sabbir Saleh_Lecture_17_Computer Application_BBA.
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.
Lesson 4 Cell Reference Formulas. Working with Cell References continued… Relative Cell Reference A relative cell reference means that the cell value.
Data Analysis Formula and Functions. Formula and functions A function is a calculation in a spreadsheet that has or can be memorized. There are many different.
1 Spreadsheets SELECTION. 2 Aims  Understand the principles of selection in Excel  Examine the basic IF statement format  Look into Nested IF statements.
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.
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
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.
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.
Python – Making Decisions Lecture 02. Control Structures A program that only has one flow is useful but limited. We can use if statements to make these.
Chapter 11 Creating Formulas that Count and Sum Microsoft Excel 2003.
Microsoft Office Excel 2013 ® ® Abdul Hameed Using Advanced Functions and Conditional Formatting.
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
Unit 4, Lesson 4 Using Function Formulas. Objectives Understand function formulas. Understand function formulas. Use the Average and Sum functions. Use.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Copyright © 2012 Pearson Education, Inc. Chapter 4: Making Decisions.
Microsoft ® Excel 2010 Core Skills Lesson 3 Using Formulas Courseware #: 3243 Microsoft ® Office Excel 2010.
Lecture 2 Conditional Statement. chcslonline.org Conditional Statements in PHP Conditional Statements are used for decision making. Different actions.
Data Analysis: Spreadsheets ICT iGCSE. 14.1: Creating a data model.
 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.
Excel Review By Mr. Griffin Elmira Business Institute.
Chapter 2 Excel Fundamentals Logical IF (Decision) Statements Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
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.
USING CONDITIONAL CODE AMIR KHANZADA. Conditional Statement  Conditional statements are the set of commands used to perform different actions based on.
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.
CTS130 Spreadsheet Lesson 6 Working with Math & Trig, Statistical, and Date & Time Functions.
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.
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
Learning Objectives Today we will revise: Basic arithmetic formulae (+,-,*,/) Basic Functions (SUM, MIN, MAX, AVERAGE) IF Functions (IF, SUMIF, COUNTIF,
Computer Science & Engineering 2111
Using Advanced Functions and Conditional Formatting
Computer Information Technology Section 6-17
Excel IF Function.
Excel: Counting & Conditional Functions
Microsoft Excel – Part I
Visual Basic – Decision Statements
Excel Functions.
Excel Functions.
Spreadsheets 2 Explain advanced spreadsheet concepts and functions
Spreadsheets Objective 6.02
Topic 3 Lesson 1 – Conditional Logic
Spreadsheets Objective 6.02
Presentation transcript:

Lecture Excel: Counting & Conditional Functions

Counting Cells Count: Number of non-blank, non-text cells CountA: Non-blank cells CountBlank: Counts blank cells CountIF: Based on criteria

Count Examples

Conditional Function - IF Used to make a decision in a spreadsheet, to display one value or another If “this is true”, then “do this”, else “do that” Like BASIC programming: IF, THEN, ELSE Syntax: =IF(test, true, false)

IF in Action =IF(B2<B1,"You're fired.","Great job.") =IF(B2<B1,0,500)

More IF… =IF(C2>B2,$B$8,$B$7) Always try and use cell addresses on formulas, rather than raw values =IF(C2>B2,10%,5%)

Syntax Syntax: =IF(test, true, false) A test is a comparison between cells, text, or numbers True and False values can be a cell, text, a number or even a formula!

And, Or OR =IF(OR(test,test), true, false) AND =IF(AND(test,test), true, false)

AND/OR in Action =IF(AND(C2>B2,D2="FT"),$B$8,$B$7) =IF(OR(C2>B2,D2="FT"),$B$8,$B$7)

Sum and SumIF Sum: Adds up values. SumIf: Adds values only if they meet criteria

SumIF Example =SUMIF(B2:B19,"Bakery",C2:C19)

Nested IF Statement Nested if statements are nothing but using an if statement inside another if statement when you have multiple logical tests. “If it’s raining, take an umbrella, but if it’s foggy, wear a coat, but if it’s windy wear a hat, or else stay home” Be sure to have as many closing ))) parentheses as you have IF statements =IF(B2=$A$13,$B$13,IF(B2=$A$14,$B$14,IF(B2=$A$15,$B$15,”Not Working)))