IF function



IF function
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.

Syntax

IF(logical_test, value_if_true, [value_if_false])
We will see how we can use IF in more than one use and for answering a lot of questions and solve many problems  

Comments