1 CSE 2337 Chapter 4 Logic. 2 Objectives Boolean Values Logical Operators Conditional Logic Nested Functions.

Slides:



Advertisements
Similar presentations
©The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter Chapter 5 Selection Statements.
Advertisements

PH15720 Laboratory Techniques - An Introduction to MATHCAD.
The IF Function Learning Outcome formulate and use the IF and nested IF statements formulate and use the IF and nested IF statements.
The IF function Bernard Liengme. Objectives To know how to: Construct a condition using the comparison operators =, >=, >, ; Construct a formula using.
© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 1Advanced Formatting, Formulas, and Data Management Chapter 2Advanced Functions and Formulas.
DAY 5: EXCEL CHAPTER 2 Tazin Afrin September 03,
Computer Science & Engineering 2111 IF and Boolean Functions 1 CSE 2111 Lecture-IF and Boolean Functions.
CS&E 1111 ExIFs IFs and Nested IFs in Excel Objectives: Using the If function in spreadsheets Nesting If functions.
Who Wants to Be a Millionaire? Exploring careers in the financial world Presented by Alisha Arnold, Amy Matisek & Rick Weber.
Programming with Alice Computing Institute for K-12 Teachers Summer 2011 Workshop.
Chapters 17 & 18 Credit Records and Laws & Responsibilities and Costs of Credit.
Tutorial 7: Using Advanced Functions and Conditional Formatting
PART 2: MANAGING YOUR MONEY Chapter 6 Using Credit Cards: The Role of Open Credit.
2-1 Making Decisions Sample assignment statements PayAmount = Hours * Rate PayAmount = 40*Rate + (Hours – 40)*Rate*1.5.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010: Chapter1.
An Amortization Schedule New Functions. An Amortization Schedule An Amortization Schedule An Amortization Schedule Payment schedule on a loan Payment.
Guaranteed Investment Contracts Chapter 9 Tools & Techniques of Investment Planning Copyright 2007, The National Underwriter Company1 What is it? Traditional.
ACOT Intro/Copyright Succeeding in Business with Microsoft Excel 2010.
Tutorial 8: Working with Advanced Functions
You and Your Credit Score FICO. The Score The most widely used credit score is the FICO Score, the credit score created by Fair Isaac Corporation. Lenders.
SMALL BUSINESS MANAGEMENT Chapter 7 Financing the Small Business.
SMALL BUSINESS MANAGEMENT Chapter 7 Financing the Small Business.
Chapter 06: Lecture Notes (CSIT 104) 1 Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved.
DAY 6: EXCEL CHAPTER 2 Tazin Afrin September 05,
Microsoft Office Excel 2013 Expert Microsoft Office Excel 2013 Expert Courseware # 3254 Lesson 5: Pivot Charts and Advanced Formulas.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
DAY 10: EXCEL CHAPTER 7 Tazin Afrin September 19,
COMPREHENSIVE Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering.
18 Management of Accounts Receivable and Inventories ©2006 Thomson/South-Western.
IB Business and Management
Copyright  1998 by Harcourt Brace &Company Chapter 6 Credit Policy and Collections Order Order Sale Cash Placed Received Received Accounts Collection.
Microsoft Office 2013: In Practice Chapter 2 Working with Formulas and Functions Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
 Credit Management Principles of Corporate Finance Brealey and Myers Sixth Edition Slides by Matthew Will Chapter 30 © The McGraw-Hill Companies, Inc.,
D&B Business Information Reports Wednesday 22 nd July 2009 CONFIDENTIAL & PROPRIETARY This material is confidential and proprietary to Dun & Bradstreet.
© Scott/Jones Publishing, Inc. 1 Chapter 18 Working with Advanced Functions Excel 2003, Volume 2 by Karen J. Jolly Scott/Jones Publishing, Inc.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Chapter 6 Data Tables and Amortization Tables Exploring Microsoft Office Excel 2007.
Logic Disjunction A disjunction is a compound statement formed by combining two simple sentences using the word “OR”. A disjunction is true when at.
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.
Commercial Financial Specialists LLC Day. Agenda What you can’t do What you must do Purpose What does it cost What to do now Questions and Answers.
Chapter 30 Principles of Corporate Finance Tenth Edition Working Capital Management Slides by Matthew Will McGraw-Hill/Irwin Copyright © 2011 by the McGraw-Hill.
CHAPTER 4: Selection Control Structure. Objectives  Use the relational comparison operators  Learn about AND logic  Learn about OR logic  Make selections.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
DAY 10: EXCEL CHAPTER 7-8 RAHUL KAVI September 19,
10-1 Chapter 10 Accounts Receivable Accounts Receivable and Inventory Management u Credit and Collection Policies u Analyzing the Credit Applicant.
Copyright ©2003 South-Western/Thomson Learning Chapter 17 Management of Accounts Receivable and Inventories.
All About Credit. Using Credit Credit allows people to purchase goods and services that they can use today and pay for those goods and services in the.
1 CSE 2337 Chapter 5 Retrieving Data with Lookups.
FINANCIAL STATEMENTS By: George Goto. FINANCIAL PERFORMANCE RATIO  Financial Performance Ratio: Comparisons of a company’s financial elements that indicate.
Microsoft Excel Prepared by the Academic Faculty Members of IT.
Chapter 2 Excel Fundamentals Logical IF (Decision) Statements Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Components of a Credit Report History of the business –Business Structure –Background of owners –Number of employees Payment trends –High credit –Amount.
KEY PERFORMANCE INDICATORS
Using Advanced Functions and Conditional Formatting
Tutorial 3 Working with Formulas and Functions
Computer Information Technology Section 6-17
Boolean Expressions Return or display the Boolean value TRUE or FALSE
Chapter 3: Decisions and Loops
Logic Function Review.
2-1 Making Decisions Sample assignment statements
Making Logical Decisions (IF-THEN-ELSE)
Chapter 2: Working with Formulas and Functions
Microsoft Excel – Part I
Excel: Formulas & Functions II Participation Project
Expressions.
PLANNING FOR CAPITAL INVESTMENTS
Chapter 4: Boolean Expressions, Making Decisions, and Disk Input and Output Prof. Salim Arfaoui.
CREDIT 101.
Flow of Control Flow of control is the order in which a program performs actions. Up to this point, the order has been sequential. A branching statement.
GO! with Microsoft Excel 2016 Comprehensive
Presentation transcript:

1 CSE 2337 Chapter 4 Logic

2 Objectives Boolean Values Logical Operators Conditional Logic Nested Functions

3 Boolean Logic Boolean Logic Values –True –False

4 Background Scenario Dun & Bradstreet® (D&B) –Widely used financial reporting services –Provides financial information about corporations and institutions and extensive analyses on each company’s creditworthiness and payment history (PAYDEX® index) Create formulas by applying several credit approval indicator rules to each customer’s data

5

6 Rule #1 Accept a customer who has a past due balance that is less than 10% of this year’s total sales Is past due balance less than 10% of this year’s total sales? In Other Words:

7 Relational Operators Compare to values and determine if True or False

8 Rule #1 Applied

9 Rule #2 Accept a customer who has either a composite credit appraisal value of 1 or a PAYDEX score over 90

10 Rule #2 Accept a customer who has either a composite credit appraisal value of 1 or a PAYDEX score over 90 2 conditions that both have a truth value Reduce to one Truth value

11 Boolean Logic Functions ANDUsed to determine if all arguments are TRUE ORUsed to determine if either argument is TRUE NOTEvaluates only one logical argument to determine if it is FALSE

12 AND

13 OR

14 NOT

15 Logic Functions in Excel OR (logical1,logical2,….) AND (logical1,logical2,…) NOT (logical1)

16 Applying Rule #2

17 Rule #3 Accept a customer who has all of the following: –Net worth of at least $500,000 –Composite credit appraisal value of 2 or lower –PAYDEX score over 70 –Stress risk class of 1

18 Applying Rule #3

19 Cell M3

20 IF Conditional IF function –Boolean logical function that returns different values (TRUE or FALSE) depending on how the specified condition evaluates –=IF(logical_test,value_if_true,value_if_ false) Nested function (permitted by IF function) –Contains additional formulas and/or functions as one or more of its arguments Provides flexibility of choosing between two different sets of criteria, and up to seven different levels of logical tests

21 EXAMPLE

22 If to perform conditional calcuations

23 Conditional Calc with IF

24 Explanation

25 Nested IFs Nesting IF functions, one inside the other, allows you to ask a question, then another question depending on the outcome of the first question, and so on

26 Nested IFs

27 Nested IF