If, Then Statements
January 19, 2011 Leave a comment
If there is a function in Excel that I use more than if(), it would take me a long, long time to figure out what that was. I have been using this conditional statement for as long as I can remember and it is extremely helpful and applicable across a broad range of situations.
The general usage:
If([Condition to Check],[What to do if the condition is true],[What to do if the condition is false]) Read more of this post