November 18, 2010
Formulas
The simplest Nested IF Function is using one IF Function inside another. When you have more than a few choices, nesting more IF Functions can quickly get complicated and, quite frankly, there are better ways to make decisions with Excel. Having said that, I have a simple method to account for the different choices that [...]
Get the full story …
November 16, 2010
Beginner
The IF Function is used to evaluate a logical test, then if TRUE do something or if FALSE do something else. A familiar construct. The IF Function has three arguments: IF(logical_test, [value_if_true], [value_if_false]) Argument 1 The first argument, logical_test, is required. It’s any value or expression that can be evaluated to TRUE or FALSE. This [...]
Get the full story …