Nick Perkins Archive

Archive of old writing — nicholasperkins.com (2008–2009) and nicholosophy.com (2010–2017).

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.

This post is part of an archive of my old blogs. Content has been preserved as originally written.

Browse the archive →