题目
题目

BUSI_V 335 972 2025SS Extra practice - Excel Basics (ungraded)

多项选择题

  The fictional country of Adanac has altogether 20 land border crossings, seaports, and airports for people and goods to get into the country. These land border crossings, seaports, and airports are collectively called "ports of entry." Various ports of entry have their own code groupings that express what region they are in. To determine where a port of entry is located, one can use the available VLOOKUP tables (columns I and J, as applicable). For example, Casa Loma (code: 600) is a land border crossing located in the Southeast district. A screenshot of an Excel table detailing all 20 ports of entry in Adanac is displayed below. Use the above information and screenshot to answer the following question. You are asked to classify each port of entry based on its district by using it's associated code. To do so, you will have to complete column E using a VLOOKUP function. You need to type a formula in cell E2 that, when dragged down to cell E21, will produce the correct result (without the need of having to manually change the formula in each cell). Which of the following formulas in cell E2 will produce a correct result? There is AT LEAST ONE correct option, but you MUST SELECT ALL correct options. [Note that the number of points allocated for this question does not necessarily indicate the number of correct options.]    

选项
A.=VLOOKUP(A2,$I$3:$J$11,2,FALSE)
B.=VLOOKUP(A2,I$3:J$11,2)
C.=VLOOKUP(A2,$I$3:$J$11,1)
D.=VLOOKUP(A2,I3:J11,2,TRUE)
E.=VLOOKUP(A2,$I3:$J11,2,TRUE)
题目图片
查看解析

查看解析

标准答案
Please login to view
思路分析
Let's break down what each formula is doing and whether it will return the correct district for each port of entry. Option 1: =VLOOKUP(A2,$I$3:$J$11,2,FALSE) - This uses an exact-match lookup (the FALSE argument) and searches the table $I$3:$J$11, which comprises the Region (column I) and District (column J) data. Since the first column of the table_array is the code column (I), and the second column (J) contains the district, this will reliably return the district corresponding to the code in A2 whenever there is an exact match. - The use of absolute references ($I$3:$J$11) ensures the lookup range stays fixed a......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

类似问题

Which of the following VLOOKUP arguments in not required?

A B C D E 1 ID First Name Last Name Salary Years with Company 2 45 Lisa Dawe $75,000 8 3 50 Klaudia Frost $55,000 2 4 55 Randall Tierney $70,000 6 5 60 Johnny Pierce $66, 000 4   Given the table above, which formula is the correct way to give the years with the company of the employee whose ID is in cell C10?

  The fictional country of Adanac has altogether 20 land border crossings, seaports, and airports for people and goods to get into the country. These land border crossings, seaports, and airports are collectively called "ports of entry." Various ports of entry have their own code groupings that express what region they are in. To determine where a port of entry is located, one can use the available VLOOKUP tables (columns I and J, as applicable). For example, Casa Loma (code: 600) is a land border crossing located in the Southeast district. A screenshot of an Excel table detailing all 20 ports of entry in Adanac is displayed below. Use the above information and screenshot to answer the following question. You are asked to classify each port of entry based on its district by using it's associated code. To do so, you will have to complete column E using a VLOOKUP function. You need to type a formula in cell E2 that, when dragged down to cell E21, will produce the correct result (without the need of having to manually change the formula in each cell). Which of the following formulas in cell E2 will produce a correct result? There is AT LEAST ONE correct option, but you MUST SELECT ALL correct options. [Note that the number of points allocated for this question does not necessarily indicate the number of correct options.]    

In a VLookup function, col_index_num refers to:

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!