5. State the use of IF function. Explain with an example
Answers
Answered by
9
Answer:
The IF function runs a logical test and returns one value for a true result and another for a false result .
For example :- to pass score above 70 = IF (AI >70 )
Explanation:
Please mark me as brainliest you are my only hope May your parents live 100 years if you mark me as brainliest
Answered by
6
✏It allows you to make logical comparison between a value and what you expect.
✏An IF statement can have two results:
✒The first result is, if you comparison is true.
✒ The second result is, if your comparison is false.
Example:
➡IF(A2>B2,"Over Budget","OK") = IF(A2=B2,B4-A4,"")
.
.
Similar questions