
Finding a specific value in a complex list
Different flights are listed in the table in Figure 14-43. When a pas-
senger enters a flight number, the corresponding flight information
should be shown.
As seen in the above figure, a list of flights starts in row 7. The
search field to enter the required flight number is cell B1. Cells
B2:B4 display the corresponding flight information if available.
4
To display specific values from a list:
1. Select cell B2.
2. Type the formula =VLOOKUP($B$1,$A$6:$E$15,2,
FALSE).
3. Select cell B3.
4. Type the formula =VLOOKUP($B$1,$A$6:$E$15,3,
FALSE).
5. Select cell B4.
6. Type the formula =VLOOKUP($B$1,$A$6:$E$15,4,
FALSE)&"/"& ...