Sunday, January 18, 2015

IF

In the previous blog, we talked about the AND, OR, and NOT Functions. Now we will move on to IF.

The IF Function returns one value of a specified condition evaluates to TRUE, or another value if it evaluates to FALSE


An example is =IF(A1>10,"Larger","Smaller")
The example basically means that if the value of the cell A1 is greater than 10, then it will give the answer "larger". Otherwise, it will give "Smaller"

Always remember that the use of IF pertains to Making Conditions.

No comments:

Post a Comment