1.

What is use of if function explain with an example ​

Answer»

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")



Discussion

No Comment Found