Page 375 - Excel 2007 Bible
P. 375
22_044039 ch17.qxp 11/21/06 11:08 AM Page 332
Part II
Working with Formulas and Functions
FIGURE 17.18
You can replace the lookup table in D1:E10 with an array constant.
You can use a two-dimensional array in place of the lookup range. The following formula returns the same
result as the previous formula, but it does not require the lookup range in D1:E1:
=VLOOKUP(B1,{1,”One”;2,”Two”;3,”Three”;4,”Four”;5,”Five”;
6,”Six”;7,”Seven”;8,”Eight”;9,”Nine”;10,”Ten”},2,FALSE)
This chapter introduced arrays. Chapter 18 explores the topic further and provides some additional
examples.
332

