explain use of if function with example
Answers
Answered by
2
HAPPY SLAP DAY TO MY UNFOLLOWERS
The IF function can perform a logical test and return one value for a TRUE result, and another for a FALSE result. For example, to "pass" scores above 70: =IF(A1>70,"Pass","Fail"). More than one condition can be tested by nesting IF functions. The IF function can be combined with logical functions like AND and OR.
Attachments:
Similar questions