Question: In a spreadsheet where Table 1 is formatted as a table and contains columns Item and Price, you want to use VLOOKUP and CHOOSE to

In a spreadsheet where Table1 is formatted as a table and contains columns "Item" and "Price", you want to use VLOOKUP and CHOOSE to retrieve the price of a specific item based on its index number. Given the formula
=CHOOSE(index, VLOOKUP("Item1", Table1,2, FALSE), VLOOKUP("Item2", Table1,2, FALSE)),
which statements are correct? Check all that apply. (2 points)
Check All That Apply
If index=2, the function will return the price of "Item2"If index=2, the function will return the price of "Item2"
VLOOKUP("Item1", Table1,2, FALSE) will retrieve the price of "Item1" from the second column of Table1VLOOKUP("Item1", Table1,2, FALSE) will retrieve the price of "Item1" from the second column of Table1
VLOOKUP("Item2", Table1,2, TRUE) will return an exact match for "Item2"VLOOKUP("Item2", Table1,2, TRUE) will return an exact match for "Item2"
If "Item2" does not exist in Table1, VLOOKUP will return #N/AIf "Item2" does not exist in Table1, VLOOKUP will return #N/A

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!