What is the use of If formula?
This Excel tutorial explains how to use the Excel IF AND function with syntax and examples.
Fetches one of the two values based on a condition
Description: This Function can Index if the condition is TRUE, or another value if the condition is FALSESyntax of If formula:
if(is-this-true?, do this, or this)
Examples of Excel If formula:
if(5<10,"hello","world") = hello
if(5>10,"hello","world") = world
Excel IF AND condition - how to use the IF AND formulas in excel
Reviewed by Unknown
on
23:58
Rating:
No comments: