1.  The IF function is a logical function used for making decisions based on some condition(s)  Conditions have to result in Boolean values. (relational.

Slides:



Advertisements
Similar presentations
E ngineering College of San Jose State University Engr.10 1 JKA & KY.
Advertisements

Relative, Absolute, & Mixed References. Relative Reference (Address) ABCD  In C3, =A1+B2 means Display sum of the content of cell which is.
CS&E 1111 ExIFs IFs and Nested IFs in Excel Objectives: Using the If function in spreadsheets Nesting If 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.
1 CA202 Spreadsheet Application Working with Database Data Lecture # 14.
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
E ngineering College of San Jose State University Engr.10 1 JKA & KY.
259 Lecture 4 Spring 2010 Logical Functions and Conditional Formatting in Excel.
 Create a small exam that calculate the grade it self  Create a small program to do.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
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.
Chapter 6 Advanced Functions Copyright 2005 Radian Publishing Co.
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)
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.
Engr.10 1 JKA & KY. Engr.10 Engineering Analysis 2 Engineering analysis is a systematic process for analyzing problems that arise in the various fields.
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.
1. Common Functions 2.
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.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Unit 2 – Spreadsheets Spreadsheets Vlookups.
CIS300 TEST REVIEW EXAM 2- PROFS. KENDRA, GOYAL & MCINTOSH REACH - CRC © 2014 REACH All Rights Reserved.
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
CS&E 1111 ExLogic Microsoft Excel Logical Functions Objectives: Using Boolean Logic in Spreadsheets l Relational operators l Boolean operators –Functions.
DAY 5: MICROSOFT EXCEL – CHAPTER 2 Madhuri Siddula September 1, 2015.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
CS&E 1111 Exreference Microsoft Excel Reference Functions Objectives: l Understanding and using Reference Functions l The computer’s algorithm l Syntax.
CIS300 Test Review Exam 1- Prof. dos Santos REACH - CRC.
More Spreadsheets Range Formulas & Empty Cells Logical Functions Lookup Functions.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
CIS300 Test Review REACH - CRC © 2010 REACH All Rights Reserved.Fall 2010.
DECISIONS AND FUNCTIONS Module 4.2. DECISIONS AND FUNCTIONS Module 4.2.
Intermediate Excel 2013 Gareth Johns IT Skills Development Advisor.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
Lookup Functions VLOOKUP and HLOOKUP. VLOOKUP  VLOOKUP(lookup_value,table_array,c ol_index_num,range_lookup)  Range_lookup argument If an exact match.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
RevisionRevision Function in Spreadsheet DATE Returns the serial number of a particular date. Syntax –DATE(year,month,day) year is a number from 1900.
CIS 300- Professor Im Test #2. MICROSOFT ® EXCEL ® LOOKUP FUNCTIONS Syntax: =VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) Arguments:
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:
OV Copyright © 2011 Element K Content LLC. All rights reserved. Calculating Data with Advanced Formulas  Apply Cell and Range Names  Calculate.
VLOOKUP Function Tech Tuesday January 5, What is VLOOKUP? A Function in Excel (and also in Google Sheets) for finding specific information in.
EXCEL. PARTICIPATION PROJECT STEPS a, 4b
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.
CIS300 Test 3 Review Reinhardt. © 2009 Dale McIntosh. All Rights Reserved. Slides are Available at: uter/cistestreviews.html.
Logical Functions and Conditional Formatting in Excel
VLOOKUP HLOOKUP INDEX + MATCH
Contents Introduction Text functions Logical functions
Relative, Absolute, & Mixed References
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel IF Function.
Boolean Expressions Return or display the Boolean value TRUE or FALSE
VLOOKUP Finds an entry from a vertical array based on a criteria
Adding Functionality to your Spreadsheet
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
ITI 305 MS Excel Level III 11/20/2018
MS Excel 2016 Level III 12/6/2018 Copyright © Carl M. Burnett.
VLookup and HLookup in Microsoft Excel
MS Excel 2016 Level III Montgomery County Government (MCG)
REACH CRC Professor Manni
Advanced Functions Advanced Functions are used in higher-level operations, such as conditional and comparison equations to compute interest rates,
Presentation transcript:

1

 The IF function is a logical function used for making decisions based on some condition(s)  Conditions have to result in Boolean values. (relational expressions, true/false) 2

=IF(Test, value_if_true,value_if_false)  Test  Condition that can be evaluated to true or false  Question that is answered either true or false  Value_if_true  Action to perform if test is true  Value_if_false  Action to perform if test is false 3

4 File 1-Excel Training Part 2

Gradebook1!I3: Display, “Pass” if student passed the class or “Fail” if student did not pass. A passing score for this class is 245. Copy the formula for each student in the list. 5

6 File 1-Excel Training Part 2

Gradebook2!H3: Calculate curved grade for students Score Less than 150--Curve 10% Score Greater than or Equal to150--Curve grade.05% 7

Gradebook2!H3: Calculate curved grade for students Score Less than 150--Curve 10% Score Greater than or Equal to150--Curve grade.05% 8

Gradebook2!K3: Calculate student’s letter grade 9

 Functions that allow you to lookup a value in a list  Reference functions we will use  VLOOKUP  HLOOKUP 10

 VLOOKUP-List is set up in columns  HLOOKUP-List is set up in Rows ScoreGrade 0E 60D 70C 80B 90A Score GradeEDCBA 11

=VLOOKUP(lookup_value,table_array, col_index_num, range_lookup)  lookup_value  criteria to lookup or “match”  table_array  The list  col_index_num  the column number in your range where to find the corresponding data  range_lookup  the lookup type  TRUE ( or blank…Default)  Looks for a match by finding the greatest value that does not exceed the criteria  The lookup value cannot be smaller than the first value in the list  The first column/row in the list must be in ascending order  FALSE  Function only looks for exact matches of the criteria or returns N/A# 12

13 File 1-Excel Training Part 2

Gradebook2!K3: Calculate student’s letter grade 14

15 Gradebook2!K3: Calculate student’s letter grade

AND All items must be true for the statement to be true =AND(logical1, logical2,…) OR At least one item must be true for the statement to be true =OR(logical1, logical2,…) 16

17 File 1-Excel Training Part 2

18 OSUN Admissions!H3: Invalid Scores? True or False? Invalid Math PlacementScore 800 Invalid Foreign Language PlacementScore 800 Invalid English PlacementScore 800 Invalid Class RankClass Size Class Rank

19 OSUN Admissions!I3 : All Placement Scores < 500? True or False?

20 OSUN Admissions!J3: Math Placement Score > Average of all Math Placement Scores? True or False?

21 OSUN Admissions!K3 Foreign Language Score or English Score> 550? True or False?

22 OSUN Admissions!L3 Student in top 20% of class? True or False?

23 OSUN Admissions!M3: Admission Status?Accept, Waitlist, Reject RejectInvalid Score or all Placement Scores < 500 AcceptMath Placement Score > Average Math Placement Score for all students and Top 20% of class WaitlistOtherwise

24 OSUN Admissions!N3: Scholarship Candidate? Math Score + Foreign Language Score + English Score > 1,600

25 OSUN Admissions!C8: Average Placement Scores Compared to Last Year? Higher, Same, Lower (Last years average score: 610) HigherAverage Math Score > 610 SameAverage Math Score = 610 LowerOtherwise