0% found this document useful (0 votes)
13 views6 pages

If Function

The EXCEL IF function performs a logical test and returns one value if the test is TRUE and another value if FALSE. For example, it can return 'Pass' if a score is above 70 and 'Fail' if 70 or below. Nested IF statements allow testing for multiple conditions by nesting one IF function inside another to return multiple possible results.

Uploaded by

Mark Owen Baldo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views6 pages

If Function

The EXCEL IF function performs a logical test and returns one value if the test is TRUE and another value if FALSE. For example, it can return 'Pass' if a score is above 70 and 'Fail' if 70 or below. Nested IF statements allow testing for multiple conditions by nesting one IF function inside another to return multiple possible results.

Uploaded by

Mark Owen Baldo
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

EXCEL IF

Function
EXCEL IF Function
performs a logical test and
return one value for a TRUE
result, and another for a
FALSE result
EXCEL IF Function

Purpose: Test for a specific


condition
For example:
to "pass" scores above 70:
=IF(A1>70,"Pass","Fail")
Nested IF statements
refers to a formula where at least
one IF function is nested inside
another in order to test for more
conditions and return more
possible results
Note: Each IF statement needs to be carefully "nested"
inside another so that the logic is correct.
Nested IF statements

=IF(C6<70,"F",IF(C6<75,"D",IF(C6<85,"
C",IF(C6<95,"B","A"))))

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy