» Use VLOOKUP Function as an alternative to a number of nested IF functions.
CATEGORY - Lookup Formulas
VERSION - All Microsoft Excel Versions
Excessive number of nested IF Functions are difficult to manage
Example:
=IF(C2=1,100,IF(C2=1,200,IF(C2=2,300,IF(C2=3,400,"Not available"))
Solution:
An alternative technique is to enter the conditions in a range and use the VLOOKUP function to retrieve the particular value.
Example:
=VLOOKUP(C2,A1:B5,2,FALSE)
1- The first arguments of the VLOOKUP Function look in the first column of range A1:B5 for the value contained in cell C2.
2- The result value returns from the second column of the range.

Book Store:
Recommended Books:
- 422 Tax Deductions for Businesses and Self-Employed Individuals : You Get a Raise Every Time You Find a Legitimate Tax Deduction
- Financial Shenanigans : How to Detect Accounting Gimmicks & Fraud in Financial Reports
- Adventure Capitalist: The Ultimate Road Trip
- Microsoft Office XP Introductory Concepts and Techniques
- Definitive Guide to Excel VBA
- The Essential 55: An Award-Winning Educator's Rules for Discovering the Successful Student in Every Child
No comments have been submitted.

