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.
Related posts:
- Excel Tutorial – Using SUMIF Welcome to my first, of hopefully many, tutorial on how...
- Excel Tutorial – COUNTIF Have you ever had a spreadsheet with 150 lines of...
- Do you hate spreadsheets? You’re not alone I work in the public sector in a finance department....
Related posts brought to you by Yet Another Related Posts Plugin.

