In Business Series © Prentice Hall 2007 1 Microsoft Office Excel 2007 In Business Core Chapter 4 Evaluating Data.

Slides:



Advertisements
Similar presentations
In Business Series © Prentice Hall 2007 Microsoft Office Excel 2007 In Business Core Chapter 3 Calculating Data Formulas and Functions.
Advertisements

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.
Q UIZ Direction: Choose the correct answer from the given choices. Begin.
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.
In Business Series © Prentice Hall Microsoft Office Excel 2007 In Business Core Chapter 5 Presenting Information with Charts.
Computer Science & Engineering 2111 Vlookup and Hlookup Functions Syntax 1CSE 2111 Lecture Vlookup and Hlookup.
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.
Tutorial 8: Working with Advanced Functions
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Copyright © 2008 Prentice-Hall. All rights reserved. Committed to Shaping the Next Generation.
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.
Last Week: Excel 101 with Prof. Bliley: Workbooks, worksheets, rows, columns Cells: Text, Value, Formulas Formulas, Ranges OK? Survive Alive? Questions?
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
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)
AGB 260: Agribusiness Information Technology Advanced Functions and Logic.
Advanced Excel for Finance Professionals A self study material from South Asian Management Technologies Foundation.
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.
In Business Series © Prentice Hall Microsoft Office Excel 2007 In Business Core Chapter 1 Introduction.
Excel Functions Abby Wiertzema
With Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive 1e Chapter.
Spreadsheet Formulae Some Common Functions =IF(condition, true, false) Returns one value if a condition you specify evaluates to TRUE and another value.
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.
In Business Series © Prentice Hall Microsoft Office Excel 2007 In Business Core Chapter 2 Excel Basics.
Lesson 5: Working with Formulas and Functions Logical and 3D Formulas.
Agenda 6/25 – 6/26 Review Exam Answer Access Project Part 3 questions Discuss key points from Chapters1-3 and beyond Cell references Formulas Functions.
Simulation Using computers to simulate real- world observations.
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions.
Introduction to Spreadsheets A spreadsheet is an electronic file used to organize related data and perform calculations. Example- Microsoft Excel. 1.
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.
Lesson 11: Expanding Skills with Functions and Objects.
REACH-CRC © 2013 REACH-CRC. All Rights Reserved.Spring 2013.
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.
Microsoft Excel Prepared by the Academic Faculty Members of IT.
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:
ACIS Introduction to Data Analytics & Business Intelligence Business Intelligence Logical Functions Part 2.
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.
Pmt Function Vlookup Function Excel Database.  Naming a Range is very useful Makes copying more clear because formula or function contains a name rather.
CIS300 Test Review REACH-CRC © 2012 REACH-CRC. All Rights Reserved.FALL 2012.
Logical Functions and Conditional Formatting in Excel
Contents Introduction Text functions Logical functions
Elena Lazarevska, City of Boulder
TRACKER Contents Intro Excel 101 Math Operations Formulas 101.
Excel IF Function.
Analyzing Table Data.
VLOOKUP Finds an entry from a vertical array based on a criteria
VLOOKUP Finds an entry from a vertical array based on a criteria
How To Use VLOOKUP In Microsoft Excel
Managing Multiple Worksheets and Workbooks
VLOOKUP functions Data Analysis.
Advanced Microsoft Excel
ITI 305 MS Excel Level III 11/20/2018
MS Excel 2016 Level III 12/6/2018 Copyright © Carl M. Burnett.
Excel: Formulas & Functions II Participation Project
VLookup and HLookup in Microsoft Excel
MS Excel 2016 Level III Montgomery County Government (MCG)
REACH CRC Professor Manni
Presentation transcript:

In Business Series © Prentice Hall Microsoft Office Excel 2007 In Business Core Chapter 4 Evaluating Data

In Business Series © Prentice Hall Chapter Introduction  Why Do I Need This  What’s Wrong with This Spreadsheet  Review & Challenge Questions  Skills Exam  Excel Skill Sets  Logical Functions (IF)  Logical Functions (AND OR)  Lookup Functions  Common Mistakes  Quick References  Video Workshops

In Business Series © Prentice Hall Logical Functions IF  IF Functions  Nested IF Functions

In Business Series © Prentice Hall Logical Functions  Used to evaluate data and provide output  Output is defined based on logical test  Results will be either true or false  Uses three arguments:  logical_test  [value_if_true]  [value_if_false]

In Business Series © Prentice Hall IF Function  Comparison operators  = Equal to  > Greater than  < Less than  <> Not equal to  >= Greater than or equal to  <= Less than or equal to

In Business Series © Prentice Hall IF Function (cont.)  Alternate method shown  IF function now calculates the order quantity needed to maintain 10,000 pound target  Results shown are sorted in descending order

In Business Series © Prentice Hall Nested IF Functions  Used when the function should display one of many possible outputs  One of four outputs are needed:  < 5000 display “Prod Risk”  > 5000 and < display “Low”  > display “Spoil Risk”  Between and display “OK”

In Business Series © Prentice Hall IF Functions Summary  Video Workshops  IF Functions  Nested IF Functions  Price Management  Inventory Analysis

In Business Series © Prentice Hall Logical Functions AND OR  Also used to evaluate data based on logical tests  Can be used independently  Often used in the logical test argument of an IF Function

In Business Series © Prentice Hall AND Function  Evaluates data using the same logical test shown in the IF section.  You can enter up to 30 logical tests!  If ALL logical tests are true, the word TRUE will display.  If ANY of the logical tests are false, the word FALSE will display.

In Business Series © Prentice Hall AND Function (cont.)  TRUE is displayed in column F that meets ALL three logical tests  FALSE is displayed if the results are false for ANY of the three logical tests  Because of sorting, all TRUE outputs are grouped at the top of the worksheet

In Business Series © Prentice Hall OR Function  Major difference from AND Function:  If any logical test is true, word TRUE will be displayed  Is used where the existence of just one criterion is required to trigger a decision

In Business Series © Prentice Hall Combining AND, OR, and IF Functions  When combined with IF, output can be controlled (i.e., not TRUE or FALSE).  The example assumes that a customer could receive one of two discount coupons.  50% off for year or longer customers who has not made a purchase in the last 12 months.  10% off for all others.

In Business Series © Prentice Hall Combining (cont.)  Combining the IF and OR Functions  The example assumes that a customer could receive one of two discount coupons.  25% discount for customers who have either been making purchases for more than 2 years or have spent more than $1,000 in the past year.  10% off for all others.

In Business Series © Prentice Hall Basic Functions Summary  Video Workshops  AND Function  OR Function  Combining AND, OR, and IF Functions  Managing Product Shipments  Company Analysis

In Business Series © Prentice Hall Lookup Functions  Used for assembling data in a worksheet  Data normally comes from several sources or pick specific points from larger datasets  Two lookup functions will help you assemble data  VLookup  HLookup

In Business Series © Prentice Hall VLookup Function  Used mostly to display data from one worksheet or workbook into another

In Business Series © Prentice Hall VLookup Function (cont.)  Four arguments  lookup_value  table_array  col_index_num  [range_lookup]

In Business Series © Prentice Hall HLookup Function  Used when data is organized across a row instead of down a column  HLookup identical to VLookup except that it looks horizontally and not vertically for a match

In Business Series © Prentice Hall HLookup Function (cont.)  The four arguments are identical to those in the VLookup function.  lookup_value  table_array  row_index_num  [range_lookup]

In Business Series © Prentice Hall Lookup Functions Summary  Video Workshops  VLookup Function  HLookup Function  Personal Investment Strategies  Group Project

In Business Series © Prentice Hall Chapter Summary  Excel in Practice Anecdote  Review Questions  Skills Exam  Challenge Questions