0% found this document useful (0 votes)
39 views4 pages

Delivery Items: Mini Challenge: Lookup Functions & Data Validation

1. Food2Go's technical team found glitches in their app and needs to validate the prices of some items. 2. To help with the validation, a data validation drop-down list was created in cell A15 containing items from A3:A12. 3. A VLOOKUP function was entered in cell B15 to find the price of the item selected in cell A15 by looking it up in the delivery items table.

Uploaded by

GLOBAL ARCUS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views4 pages

Delivery Items: Mini Challenge: Lookup Functions & Data Validation

1. Food2Go's technical team found glitches in their app and needs to validate the prices of some items. 2. To help with the validation, a data validation drop-down list was created in cell A15 containing items from A3:A12. 3. A VLOOKUP function was entered in cell B15 to find the price of the item selected in cell A15 by looking it up in the delivery items table.

Uploaded by

GLOBAL ARCUS
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Mini Challenge: Lookup Functions & Data Validation

Delivery Items
Food2Go's technical team has picked up some glitches in the Food2Go app.
Delivery Item Price As part of Quality Assurance (QA), they need to check if the prices of some of
Chicken Wings $ 11.90 offered are correct.
French Fries $ 4.00 Help Food2Go conduct this QA using a data validation drop-down list and VLO
Burger $ 6.90
Club Sandwich $ 7.85 1. Create a data validation drop-down list in Cell A15 containing items from th
Kathi Roll $ 9.40 A3:A12.
Samosa $ 2.50 2. Enter a VLOOKUP function in Cell B15 to find out the price of the item in Ce
Apple Pie $ 3.90 3. What is the price of an apple pie?
Fish & Chips $ 12.90 4. What is the price of a burger?
Pesto Pasta $ 12.90 5. Compare your answers with the "Solution" worksheet tab.
Fried Noodles $ 6.50

Select an item Check its price


n the Food2Go app.
the prices of some of the items

op-down list and VLOOKUP function.

taining items from the cell range

price of the item in Cell A15.

tab.
Delivery Items Mini Challenge: Lookup Functions & Data Validation

Delivery Item Price Here are the steps you should have followed:
Chicken Wings $ 11.90
French Fries $ 4.00 1. Click on Cell A15.
Burger $ 6.90 2. On the Data tab under the Data Tools group, click on the Data Validation ico
Club Sandwich $ 7.85 Validation dialog box will appear.
Kathi Roll $ 9.40 3. In the Allow drop-down menu, select List. Select the cell range A3:A12 as t
Samosa $ 2.50 OK.
Apple Pie $ 3.90 4. Enter a VLOOKUP function in cell B15 to find out the price of the item in ce
Fish & Chips $ 12.90 Loookup_value is cell A15
Pesto Pasta $ 12.90 Table_array = $A$3:$B$12
Fried Noodles $ 6.50 Col_index_num = 2
Range_lookup = FALSE (we are looking for an EXACT match)
Select an item Check its price
Apple Pie $ 3.90 Price of an apple pie = $3.90
Price of a burger = $6.90
he Data Validation icon. A Data

ell range A3:A12 as the source. Click

rice of the item in cell A15 .

ch)

You might also like