What is `if’ function with example
Answers
Answered by
1
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" scores above 70: =IF(A1>70,"Pass","Fail"). ... The IF function can be combined with logical functions like AND and OR to extend the logical test.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" scores above 70: =IF(A1>70,"Pass","Fail"). ... The IF function can be combined with logical functions like AND and OR to extend the logical test.
Similar questions