Explain the IF function by taking one example.
Answers
Answered by
1
Use the IF function, one of the logical functions, to return one value if a condition is true and another value if it's false. IF(logical_test, value_if_true, [value_if_false]) For example: =IF(A2>B2,"Over Budget","OK") =IF(A2=B2,B4-A4,"")
Answered by
1
Answer:
Use the IF function, one of the logical functions, to return one value if a condition is true and another value if it's false. IF(logical_test, value_if_true, [value_if_false]) For example: =IF(A2>B2,"Over Budget","OK") =IF(A2=B2,B4-A4,"")
Similar questions