» 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:
- The Accounting Game : Basic Accounting Fresh from the Lemonade Stand
- Rich Dad's Guide to Investing: What the Rich Invest in, That the Poor and the Middle Class Do Not!
- Special Edition Using Microsoft Word 2002
- Marketing Plans
- The 11 Immutable Laws of Internet Branding
- Keys to Reading an Annual Report (Barron's Business Keys)
No comments have been submitted.

