Excel Logic & the IF Function [PDF]

The IF function allows our spreadsheet to make a decision when analyzing the data. • The function asks the question: I

22 downloads 5 Views 173KB Size

Recommend Stories


Excel Function Dictionary
No matter how you feel: Get Up, Dress Up, Show Up, and Never Give Up! Anonymous

Truth Table-Based Testing Example truth table Deriving the Logic Function Logic function Truth
The butterfly counts not months but moments, and has time enough. Rabindranath Tagore

if the PDF doesn't load
Ask yourself: How am I fully present with the people I love when I'm with them? Next

Global Excel | Global Excel | GEMGuide [PDF]
GEMGuide. Global Excel's directional tool provides clients with: 24/7 access to the most current network provider listing in a user-friendly format;; A tool that helps quickly locate network physicians, hospitals, pharmacies and ancillary facilities;

Financial Modeling Excel VBA - VBA Excel [PDF]
อบรม Excel, Excel Training, อบรม VBA Macro Excel, VBA Excel.

Introductory of Microsoft Excel SOLVER Function
We must be willing to let go of the life we have planned, so as to have the life that is waiting for

PDF Brilliant Excel 2013
Where there is ruin, there is hope for a treasure. Rumi

PdF If the Buddha Came to Dinner
Life is not meant to be easy, my child; but take courage: it can be delightful. George Bernard Shaw

PdF The PowerScore LSAT Logic Games Bible
We can't help everyone, but everyone can help someone. Ronald Reagan

EXCEL proqramında məntiqi funksiyalar I. IF funksiyas ı
Be who you needed when you were younger. Anonymous

Idea Transcript


Excel Logic & the IF Function

• Comparison Operators – You can use comparison operators to compare two numbers, functions, formulas, or labels and return either true or false. – Examples include: • =2*3=4+2 • =A1>0 • =average(a1:a10)>60

• Every conditional test must include at least one comparison operator. As an example, in the formula =A1>0, the comparison operator is > Winter 2011

CS130 - Excel Logic & the IF Function

1

Comparison Operators

• The following six comparison operators exist in Excel: Comparison Operator

Definition

=

Equal to

Not equal to

<

Less than

Greater than

>=

Greater than or equal to

Winter 2011

CS130 - Excel Logic & the IF Function

2

Built-in IF Function

• The IF function allows our spreadsheet to make a decision when analyzing the data. • The function asks the question: Is some condition true or false? • If the condition is true, the function returns one value; if the condition is false, the function returns another value

Winter 2011

CS130 - Excel Logic & the IF Function

3

IF Function Syntax

=IF(logical_test,value_if_true,value_if_false) Example:

=IF(average>=60,”PASS”,”FAIL”)

Winter 2011

CS130 - Excel Logic & the IF Function

4

Problem 5.1

• The following worksheet shows activity on a bank account where a W implies an amount of money withdrawn and a D is a deposit.

• When can the fill down happen in column D? • What is the formula that is filled down? Winter 2011

CS130 - Excel Logic & the IF Function

5

Logical Operators

• Logical OR – OR(logical_test#1,logical_test#2)

• A value of TRUE is returned if EITHER of the logical tests returns a value of TRUE; otherwise, a value of FALSE is returned – =IF(OR(1

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.