Pre-defined System Functions Simple IF & VLOOKUP.

Slides:



Advertisements
Similar presentations
Cell Referencing Absolute Reference: A reference that does not change when copied. It is specified with a dollar sign in front of both the row and column.
Advertisements

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.
Benchmark Series Microsoft Excel 2010 Level 1
Lesson 3 Working with Formulas.
Formulas, Ranges, and Functions. Formulas n Formulas perform operations such as addition, multiplication, and comparison on worksheet values. n Formulas.
Functions S S T : S P R E A D S H E E T S SST 5 Spreadsheet 5 Function.
REACH-CRC. Lookup Functions INDEX-MATCH LOOKUP Database Functions DSUM DMIN DMAX DCOUNT DAVERAGE.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
Microsoft Office XP Microsoft Excel
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
Enter formulas Get started Imagine that Excel is open and you’re looking at the “Entertainment” section of a household expense budget. Cell C6 in the worksheet.
Excel Using Formulas and Functions Microsoft Office 2010 Fundamentals 1.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 1 1 Microsoft Office Excel 2003.
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
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.
XP New Perspectives on Microsoft Office Excel 2003, Second Edition- Tutorial 2 1 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
1 Computing for Todays Lecture 8 Yumei Huo Spring 2006.
1 Excel Lesson 3 Using Formulas and Functions Microsoft Office 2010 Fundamentals Story / Walls.
Excel Web App By: Ms. Fatima Shannag.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next.
Tutorial 8: Working with Advanced Functions
Technology Basics Creating Worksheet Formulas. 2 Understand Formulas Equations used to calculate values in cells are called formulas. Formulas consist.
XP New Perspectives on Microsoft Excel 2002 Tutorial 2 1 Microsoft Excel 2002 Tutorial 2 – Working With Formulas and Functions.
XP Copyright 2003 Peter McDevitt 1 Microsoft Excel 2002 Lecture 2 – Working With Formulas and Functions.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
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.
Microsoft Excel Diane M. Coyle Spring 2009 CS 105.
XP Excel Tutorial 3 Working with Formulas and Functions.
XP Abdul Hameed 1 Microsoft Office Excel 2013 Tutorial 2 – Working With Formulas and Functions.
© 2002 ComputerPREP, Inc. All rights reserved. Excel 2000: Database Management and Analysis.
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.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
With Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft Excel ® 2007 Comprehensive 1e Chapter.
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
Excel Web App By: Ms. Fatima Shannag.
REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
CREATING DATABASE Presenter: Jolanta Soltis. When to use Excel Use Excel when you: –Require a flat or non-relational view of your data (you do not need.
Excel 2007 Part (3) Dr. Susan Al Naqshbandi
XP 1 Microsoft Office Excel 2003 Working With Formulas and Functions.
PERFORMING CALCULATIONS Microsoft Excel. Excel Formulas A formula is a set of mathematical instructions that can be used in Excel to perform calculations.
Chapter 12 Creating Formulas that Look Up Values Microsoft Excel 2003.
XP 1 ﴀ New Perspectives on Microsoft Office 2003, Premium Edition Excel Tutorial 2 Microsoft Office Excel 2003 Tutorial 2 – Working With Formulas and Functions.
- Professor Kurt Brandquist - IT133 Software Applications Unit 6 Seminar: Formulas and Functions Wednesday, 6/22/11.
Microsoft Office 2013 ®® Calculating Data with Formulas and Functions.
Progress and Outcome Measures - Part 3 Progress and Outcome Measures Part 3, Slide 1Copyright © 2004, Jim Schwab, University of Texas at Austin.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
Microsoft ® Excel ® 2013 Enhanced Excel Tutorial 3 Calculating Data with Formulas and Functions.
Resource Review Excel formula basics Demonstrate how to enter manual formulas Examine some of the available functions and their usage Discuss the.
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.
V- Look Up. Lookup Tables Often, we need to retrieve data that is stored in a table For example, consider these metals and their properties: Metal Modulus.
Tutorial 3 Working with Formulas and Functions
Exploring Microsoft Office Excel 2007
Exploring Microsoft Office Excel 2007
Exploring Microsoft Office Excel 2007
Excel Tutorial 3 Working with Formulas and Functions
Excel IF Function.
2007 MICROSOFT EXCEL INTERMEDIATE
Excel Part 3 Working with Formulas and Functions
Analyzing Table Data.
How To Use VLOOKUP In Microsoft Excel
Managing Multiple Worksheets and Workbooks
Exploring Microsoft Office Excel 2007
Advanced Microsoft Excel
Chapter 2: Working with Formulas and Functions
V- Look Up.
Excel Tutorial 3 Working with Formulas and Functions
Presentation transcript:

Pre-defined System Functions Simple IF & VLOOKUP

Why Use Formulas in Excel?  Excel formulas are one of the most useful features of the program. Formulas can be as simple as adding two numbers or can be complex calculations needed for high end business projections. Once you learn the basic format of creating a formula, Excel does all the calculations for you.

=If (yourage <= 15, “Box A”,”Box B”) True  Collect something from Box A False  Collect something from Box B

If Function  The IF function checks whether a condition is met, and returns one value if TRUE and another value if FALSE. 1. Select cell C2 and enter the following function.

Starting the IF function  When you write an IF function in Excel, you always start by typing the equal sign in the cell where you want the answer to appear. Following this, is the IF keyword and the opening round bracket.

Parts of the Excel IF function  Inside the round brackets there are three parts or arguments to an IF Function. The Arguments 1. the logic test - in this example it is A3 > B3 2. the value if true - in this example it is "A is larger" 3. the value if false - in this example it is "B is larger"  Between each argument of the IF function, the comma is used as a separator. The comma is what tells Excel when each argument of IF function ends and the next section begins.

Writing the IF Function Logic Test  The logic test is always a comparison between two amounts. In this example we are comparing the values in cells A3 and B3. Between the two values we place a comparison operator. Since we want to know if A3 is greater than B3, we will use the Greater Than operator " > " between the two cell references Comparison Operators The comparison operators that can be used in the logical test portion of an Excel IF function are: Equals (=) Less than ( ) Greater than or equal to (>=) Not equal to (<>)

Adding the "Value if True" argument to the IF Function Following our comma separator, we add in the “value if true” argument of the IF function followed by another comma separator. In this case, if the value in cell A3 is greater than the value in cell B3, we want the function to place a "A is larger" in cell D1. type "A is larger" followed by a second comma "," In cell D1 you should see: =IF(A3 > B3,"A is larger",

Adding the "Value if False" argument to the IF Function  The last section to add to the IF function is the “value if false" argument of the function followed by the right or closing round bracket.  In this case, if the value in cell A3 is not greater than the value in cell B3, we want the function to place a "B is larger" in cell D1. For our example type "B is larger" followed by a right or closing round bracket ")". In cell D1 you should see the completed IF function: =IF(A3 > B3,"A is larger","B is larger")

Copying the IF Function to Other Cells  To complete the worksheet, we need to add the IF function to cells D2, D3, and D4. Since our data is laid out in a regular pattern, we can copy the IF function in cell D1 to the other three cells. As the function copied, Excel will update the cell references to reflect the functions new location.  To copy down our function we will use the Fill Handle. 1. Click on cell D1 2. Place the mouse pointer over the black square in the bottom right corner. The pointer will change to a plus sign " + ". 3. Click the left mouse button and drag the fill handle down to cell D4. 4. Release the mouse button. Cells D2 - D4 will be filled with the IF function.

The VLOOKUP Function  Excel's VLOOKUP Function, which stands for vertical lookup, can be used to look up specific information located in a table of data or database.  VLOOKUP allows you to search a table that is set up vertically. That is, all of the data is set up in columns and each column is responsible for one kind of data. In the Student Record example, there would be a separate column of data for Student Names, one for Student ID numbers, etc.

The four comma-separated parameters you can specify for the VLOOKUP function are: 1. Lookup Value: the cell containing the value you’re searching for in your data table 2. Table Array: Excel looks for a match to your Lookup Value within this range of cells 3. Column Index Number: The table column in the same row as the matched cell. 4. Range Lookup: an optional true/false value—set to False to return exact matches only and set to True (or just leave out this parameter entirely) to return the closest match to your lookup value

The VLOOKUP Dialog Box  Although it is possible to just type the VLOOKUP function into the cell where you want it located, many people find it easier to use the function's dialog box.

The Lookup Value Argument  The lookup value is located in the first column of the table of data. After specifying a subject in the first column, VLOOKUP will then allow you to search for specific information located in the same row as the subject.  The lookup value can be text, a logical value (TRUE or FALSE only), a number, or a cell reference to a value.

The Table Array Argument  The table array is the table of data that the VLOOKUP searches to find your information.  The table array must contain at least two columns of data. The first column contains the lookup values (see previous step). These values can be text, numbers, or logical values  On this line in the dialog box enter the range of cells where the data is located. It is a good idea to use an absolute cell reference for the table array to avoid possible errors when copying the function.

The Column Index Number Argument  The column index number indicates which column of the table array contains the data you are after. For example:  if you enter a 2 into the column index number, VLOOKUP returns a value from the second column of the table array;  if the column index number is 4, it returns a value from the fourth column of the table array.

The Range Lookup Argument  The range lookup value is a logical value (TRUE or FALSE only) that indicates whether you want VLOOKUP to find an exact or an approximate match to the lookup value.  If TRUE or if this argument is omitted, VLOOKUP will use an approximate match if it cannot find an exact match to the lookup value. If an exact match is not found, VLOOKUP uses the next largest lookup value.  If FALSE, VLOOKUP will only use an exact match to the lookup value. If there are two or more values in the first column of table array that match the lookup value, the first value found is used. If an exact match is not found, an #N/A error is returned.#N/A error

Using the VLOOKUP Function

Excel VLOOKUP Error Messages