Testing Excel expressions with the IF function
I figured it was time for another Excel tutorial. This time I’m looking at the IF function. IF is really just like it would be in a sentence. If A=B then “something”, else “something else”. The syntax is :
=if(logical_test,value_if_true,value_if_false)
Check out the video for more.

