Computer Science, asked by BADBOYJAIRAJ, 2 months ago

Explain the IF function by taking one example.​

Answers

Answered by MANOBALAN2305
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 parthasarathidas78
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