Question 3. Find the data requested in cell E7 by using the MATCH function in cell F7. Note that the question asks for the row number, not for the relative position within the data set. 3 The real power with INDEX/MATCH comes from combining the two functions. MATCH can be used to find the relative position of a value and then INDEX can be used to return the value of the output from MATCH. Entering the function =INDEX(A$1:A$4,MATCH(47125,$B$1:$B$4,0)) will return the value of "South." This function says 1) find the relative position of 47125 in the range of $B$1:$B$4 which is 2 and then 2) feed that value into INDEX to find the value in the second position of the range A$1:A$4 which is "South." It is a way to match / lookup across rows. A B 1 North 50247 2 South 47125 3 East 32478 4 West 75763

Oh no! Our experts couldn't answer your question.

Don't worry! We won't leave you hanging. Plus, we're giving you back one question for the inconvenience.

Submit your question and receive a step-by-step explanation from our experts in as fast as 30 minutes.
You have no more questions left.
Message from our expert:
Hi and thanks for your question! Unfortunately, your question violates our terms of use. Try rephrasing your question or asking a new one below. We've credited a question back to your account. Apologies for the inconvenience.
Your Question:
Question 3. Find the data requested in cell E7 by using the MATCH function in cell F7. Note that the question asks for the row number, not for the relative position within the data set. 3 The real power with INDEX/MATCH comes from combining the two functions. MATCH can be used to find the relative position of a value and then INDEX can be used to return the value of the output from MATCH. Entering the function =INDEX(A$1:A$4,MATCH(47125,$B$1:$B$4,0)) will return the value of "South." This function says 1) find the relative position of 47125 in the range of $B$1:$B$4 which is 2 and then 2) feed that value into INDEX to find the value in the second position of the range A$1:A$4 which is "South." It is a way to match / lookup across rows. A B 1 North 50247 2 South 47125 3 East 32478 4 West 75763
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr