
24 September 2017
Nested IF formulas are extremely useful for complex decision making on a spreadsheet, but they can also be long, messy and convoluted.
This blog post explores 4 alternatives which are easier, faster and cleaner than the classic nested IF:
- The
IFSfunction. - Using
VLOOKUPfor an exact match. - Using
VLOOKUPfor a range lookup. - The fantastic
CHOOSEfunction.
Full article: 4 alternatives to nested IF formulas