DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.

Slides:



Advertisements
Similar presentations
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Advertisements

Pre-defined System Functions Simple IF & VLOOKUP.
Tutorial 3 Calculating Data with Formulas and Functions
Calling all Data Geeks! Corey McAfee October 24, 2014 Corey McAfee October 24, 2014.
Tutorial 7: Using Advanced Functions and Conditional Formatting
In Business Series © Prentice Hall Microsoft Office Excel 2007 In Business Core Chapter 4 Evaluating Data.
Pradeep Velugoti Lakshman Tallam.  Type in the month name “January” in any cell say A1.  Now drag the fill handle to the right to select the range (Do.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
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.
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.
Last Week: Excel 101 with Prof. Bliley: Workbooks, worksheets, rows, columns Cells: Text, Value, Formulas Formulas, Ranges OK? Survive Alive? Questions?
ADVANCED EXCEL FORMULAS 1 Lesson 8. Named Ranges Name a cell or a range of cells Can make formulas easy to understand =SUM(Sales) instead of =SUM(A2:A16)
EXCEL FUNCTIONS MIS THE BASICS  LEFT(), RIGHT(), MID()  Keep X characters from string  CONCATENATE()  Join two strings together  TRIM()  Drop.
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.
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
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 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.
General Purpose Packages Spreadsheets. What is a Spreadsheet? Spreadsheets are used mainly for recording mathematical data such as bank records, accounts,
Prescriptive Analytics Appendix A EXCEL TOOLS FOR THE MANAGEMENT SCIENTIST Business Analytics with Management Science Models and Methods Arben Asllani.
1 Use a cell value as a KEY to a table to find and return a specific element to another cell or use in a calculation.
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
CIS300 TEST REVIEW EXAM 2- PROFS. KENDRA, GOYAL & MCINTOSH REACH - CRC © 2014 REACH All Rights Reserved.
# 1# 1 Error Messages, VLookup, Practical Tips What use is VLookup? How do you error check in Excel? CS 105 Spring 2010.
11 Chapter 2: Formulas and Functions Chapter 02 Lecture Notes (CSIT 104) Exploring Microsoft Office Excel 2007.
Chapter 6 Creating, Sorting, and Querying a Table
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Madhuri Siddula September 1, 2015.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
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.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
Homework Discussion Homework 6 (Glade Manual Chapter 6) Database functions in Excel.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
04. Excel Countif and Vlookup. File -> Open -> 04b-datastart.xlsx.
Unit 8 – Spreadsheets Part 2 Spreadsheets Skills Lesson Part 2.
CIS 100 Test #2 Review 1. EXCEL Functions on Test  SUM, COUNT, COUNTA, MAX, MIN, MEDIAN, MODE, AVERAGE, ROUND, and IF  Possibly Others 
Hoi Le. COUNTIF Countif(, ) Return number of elements that meet the criteria Always put criteria in quotation marks Example 1: count number of employees.
LOOKUP FUNCTIONS Excel Lesson 10. LOOKUP FUNCTIONS Allow the user to find data in other cells in the spreadsheet and place them in the current cell VLOOKUP:
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. PARTICIPATION PROJECT STEPS a, 4b
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
CIS 300- Professor McIntosh Test #3. MICROSOFT ® EXCEL ® MATHEMATICAL FUNCTIONS Syntax: =ROUND(number, num_digits) Arguments: number Required  The number.
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.
AGB 260: Agribusiness Data Literacy
Contents Introduction Text functions Logical functions
Elena Lazarevska, City of Boulder
Using Advanced Functions and Conditional Formatting
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel IF Function.
Spreadsheets Skills Lesson Part 2
2007 MICROSOFT EXCEL INTERMEDIATE
CIS300 Test Review REACH - CRC Fall 2010
Managing Multiple Worksheets and Workbooks
MIS2502: Data Analytics ETL - Excel Basics
Excel: Formulas & Functions III Participation Project
REACH CRC Professor Manni
Spreadsheets Vlookups.
in Excel Instructor: Zhe He Department of Computer Science
Presentation transcript:

DECISIONS AND FUNCTIONS Module 4.2

DECISIONS AND FUNCTIONS Module 4.2

Content  Calculations based on a decision or test Calculations based on a decision or test  The VLOOKUP function The VLOOKUP function  Test and improve your knowledge and skills Test and improve your knowledge and skills 3

Calculations based on a decision or test 4

COUNTIF and SUMIF functions FunctionWhat the function does = COUNTIF(range, criterion) Counts the number of cells in a range that meet a certain criterion. Such a criterion can be a number, text or expression. =SUMIF(range, criterion, sum_range) The cells in the sum_range which correspond to the cells in the range that meet the criterion are added together. 5

Example - application of the COUNTIF and SUMIF functions 6

COUNTIf is used to count how many choir members are in each grade. The total amounts paid by the choir members in each grade is calculated using SUMIF. 7

IF function =IF(condition, value_if_true, value_if_false) =IF(D2>800, “Gold”, IF(D2>=600, “Silver”, “Bronze”)) ConditionValue_if_trueValue_if_false 8

IF function TRUE IF(D2>800 “Gold” FALSE If the value is greater than 800, the word Gold will be displayed, otherwise the Value_if_false part is executed. This part consists of the next IF function where the value in D2 is tested again. IF(D2>=600 TRUE “Silver” FALSE“Bronze” =IF(D2>800, “Gold”, IF(D2>=600, “Silver”, “Bronze”)) 9

IF function - Insert Function 10

Activity 1 11

Activity 2 TryNestedIF ABC_printing Overtime Marks 12

VLOOKUP stands for Vertical Lookup which means that a value is searched for from top to bottom in a column. The VLOOKUP function 13

Looking up a specific value The table where you search for the answer The column number in the table where the answer is Use FALSE if you want to search for an exact value 2 nd column The value you want to search for =VLOOKUP(Lookup_value, Table_array, Col_index_num, Range_lookup) 14

Activity 3 CostsCourses 15

Activity 4 BooksOutstanding OnlineCourses Increase_Stationery StudyOppBooks 16

Looking up a value in an interval The following table shows how the conversion must be done. MarksSymbol A A 70-79B 60-69C 50-59D 40-49E 34-39F 30-33FF 10-29G 0-9H To do the conversion with the help of a VLOOKUP, the intervals must first be sorted from smallest to largest. MarksSymbol 0-9H 10-29G 30-33FF 34-39F 40-49E 50-59D 60-69C 70-79B 80-89A A+ Only the minimum values of each interval are stored in the lookup table in Excel. AB 1MarksSymbol 20H 310G 430FF 534F 640E 750D 860C 970B 1080A 1190A+ When intervals are used, TRUE must be the last argument in the VLOOKUP function. 17

Activity 5 SchoolMarks Medals Bonuses_Gifts 18

Test and improve your knowledge and skills 19

Summary of module The COUNTIF and SUMIF functions How many boys? How many girls? Hoy many Gr 11s? How many Gr 12s? COUNTIF Counts the number of cells in a range with a particular value 20

Summary of module The COUNTIF and SUMIF functions SUMIF Adds the values of those cells where the corresponding column has a certain value. What is the total amount paid by Gr 10? 21

Summary of module The IF statement The nested IF statement = an IF statement within an IF statement. When you use a nested IF statement the conditions must be entered in the correct order. Begin with the largest, e.g. = IF(B2>=80,”A”,IF(B2>=70,”B”,IF(B2>=60,”C”,”D”))) In a nested IF statement make sure that the number of left and right-hand brackets agree. Check that every IF function has a closing bracket at the end. 22

Summary of module The VLOOKUP function Use a VLOOKUP function - too many IF functions to use in a nested IF function. Be careful when you select the column – the number of the column, (2 and 3), not the name of the column. When the VLOOKUP function has to be copied to other cells in a column, use absolute referencing for the lookup table, e.g. =VLOOKUP(C2,$F$1:$G$5,2,FALSE) It is important that the values are sorted from low to high when you use a VLOOKUP function with intervals. The lowest must be at the top of the table. 23

Written module activity 24

Practical module activity Awards FundRaising Swimming ReadingCompetition 25