exam questions

Exam 77-888 All Questions

View all questions & answers for the 77-888 exam

Exam 77-888 topic 1 question 9 discussion

Actual exam question from Microsoft's 77-888
Question #: 9
Topic #: 1
[All 77-888 Questions]

You work as a Sales Manager for Maini Industries. Your company manufactures and sells construction equipment. You have to create a report that will show the highest selling items of each month. The report will be in the following format:

In a workbook, you create a table named Item_table as shown below:

You fill in the required entries in the workbook.

For the third column of the sheet, you want to use formulas to fill in the values. You want the cells in the third column to get automatically filled with the names corresponding to ItemID in the second column. You want the exact values to be filled in the column. You select the C2 cell in the third column.
Which of the following formulas will you enter in order to accomplish the task?

  • A. =VLOOKUP(B2,Item_table,2,FALSE)
  • B. =VLOOKUP(B2,Item_table,2,TRUE)
  • C. =VLOOKUP(2,Item_table,B2,FALSE)
  • D. =VLOOKUP(2,Item_table,B2,TRUE)
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
In order to accomplish the task, you will use the following formula:
=VLOOKUP(B2,Item_table,2,FALSE)
Answer option B is incorrect. According to the question, you want the exact values in the column.
The TRUE value in the range_lookup argument provides the approximate match.
Answer options C and D are incorrect. The VLOOKUP functions used in the formulas have wrong syntaxes.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Shahid_416
1 year, 7 months ago
The TRUE value in the range_lookup argument provides the approximate match Answer : option A
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...