Question

In this graded tutorial you will learn how to use Excel’s INDEX and MATCH functions. If you are familiar with the VLOOKUP function, INDEX/MATCH is often seen as a better method to accomplish the same goal.

The Excel INDEX function returns a value in a range based on the row and/or column numbers that are specified. Its format is INDEX(array, row_num, [column_num]). Note that column_num is optional. For example, assume you have the simple data below:

A B
1 North 50247
2 South 47125
3 East 32478
4 West 75763

Entering the function =INDEX($A$1:$A$4,2) will return the value of "South." This function says 1) look at the range of $A$1:$A$4, 2) go to the second row, and then 3) return the value in that cell.

A B
1 North 50247
2 South 47125
3 East 32478
4 West 75763

Entering the function =INDEX($A$1:$B$1,2) will return the value of "50247." This function says 1) look at the range of $A$1:$B$1, 2) go to the second column, and then 3) return the value in that cell.

A B
1 North 50247
2 South 47125
3 East 32478
4 West 75763

Entering the function =INDEX($A$1:$B$4,4,2) will return the value of "75763." This function says 1) look at the range of $A$1:$B$4, 2) go to the fourth row, 3) go to the second column, and then 4) return the value in that cell.

A B
1 North 50247
2 South 47125
3 East 32478
4 West 75763

Question 1.

Find the data requested in cell E3 by using the INDEX function in cell F3. Enter your answer in hundreds of dollars.

$  hundred

Question 2.

Choose the correct data requested in cell E5 by using the INDEX function in cell F5.

_________TVAdInstagramAdNewspaperAdGoogleAdRadioAdSnapchatAdWebAdFacebookAdTwitterAdBillboardAd

The Excel MATCH function searches for a value in a range of cells, and returns the relative position of that value in the range. Relative position means that the position begins with the location of the range, not the entire spreadsheet. The function is in the format of MATCH(lookup_value, lookup_array, [match_type]). Note that match_type is optional but the value of 0 will find an exact match.

Using the same data as before, entering the function =MATCH("East", $A$1:$A$4,0) will return the value of "3." This function says 1) look at the range of $A$1:$A$4, 2) find the value "East" and then 3) return the relative position of that value. In this case "East" is the third value down the range.

A B
1 North 50247
2 South 47125
3 East 32478
4 West 75763

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.

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

Question 4.

Find the data requested in cell E9 by using a combination INDEX/MATCH function in cell F9. Enter your answer in hundreds of dollars.

$  hundred

Question 5.

The MATCH function can use a cell reference for the lookup value. Use the dropdown box in cell F13 to find the sales data for InstagramAd and TVAd which will appear in cell F11. Enter your answers in hundreds of dollars.

InstagramAd: $  hundred

TVAd: $  hundred

The INDEX/MATCH functions can also be used with statistical calculations. For example the function =INDEX($A$1:$A$4,MATCH(MIN($B$1:$B$4),$B$1:$B$4,0)) will 1) find the minimum value for $B$1:$B$4 which is 32478, 2) find the relative position of that value using MATCH which is 3 and then 3) look in A1:A4 to see which value corresponds to that relative position which is "East."

A B
1 North 50247
2 South 47125
3 East 32478
4 West 75763

Question 6.

Choose the correct data requested in E15 by using a combination of INDEX/MATCH/MIN functions in cell F15.

_________TVAdInstagramAdNewspaperAdGoogleAdRadioAdSnapchatAdWebAdFacebookAdTwitterAdBillboardAd1 Week Marketing Type Sales ($100s)Data Requested Data Formulas Used 1 TVAd 2 InstagramAd 3 NewspaperAd 4 GoogleAd 5 RadioAd

0 0
Add a comment Improve this question Transcribed image text
Answer #1

All the above-required functions are used and also formulas have written in their corresponding cells for your convenience.

Book1 Microsoft Excel HomeInsert Page Layout Formulas Data Review View s Cut Σ AutoSum Copy +-Δ . % , al conditional asombat

In the result of "Sales for any type" there are two results found one for "Instagram Ad" and below one is for "TVAd".

Add a comment
Know the answer?
Add Answer to:
In this graded tutorial you will learn how to use Excel’s INDEX and MATCH functions. If you are familiar with the VLOOKUP function, INDEX/MATCH is often seen as a better method to accomplish the same...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Use the following Excel features in exercise 7: VLOOKUP, INDEX and MATCH. Use MATCH to determine...

    Use the following Excel features in exercise 7: VLOOKUP, INDEX and MATCH. Use MATCH to determine what row Rake resides. Use INDEX to display the name “Rake” for the row you have determined in part 1. Hint, you need the output from part 1 to accomplish part 2 Use a combination of INDEX and MATCH to display the product ID number of light bulbs in cell B6. Using VLOOKUP, add a box under the VLOOKUP heading that displays the quantity...

  • Question 23 Complete the programs by adding the lines or parts of lines that have been...

    Question 23 Complete the programs by adding the lines or parts of lines that have been omitted, or show output. <<<<<<<<<<<<<<<<<<<<<<<<    >>>>>>>>>>>>>>>>>>>>>>>>> Corporate Sales Data Output #include <iostream> #include <fstream> using namespace std; // Constant for array size const int SIZE = 12; // Declaration of the Division structure struct Division { Blank 1 // Division name A. Add code in this box Blank 2 // Quarter number B. Add code in this box Blank 3 // Quarterly sales...

  • 1) How would you describe thunder and the light from lightening as waves? -A) Thunder longitudinal,...

    1) How would you describe thunder and the light from lightening as waves? -A) Thunder longitudinal, lightening transverse -B) Thunder transverse, lightening transverse -C) Thunder transverse, lightening longitudinal -D) Thunder longitudinal, lightening longitudinal 2) Suppose the longitudinal component of a wave created by an earthquake is travelling from east to west. As it passes through your position, how would you expect to move? -A) Both up and down, and north and south -B) east and west -C) north and south...

  • guys need help please im super lost anyone save me do programming exercise top_div_array.cpp: Winning Division...

    guys need help please im super lost anyone save me do programming exercise top_div_array.cpp: Winning Division app (top_div.cpp) revisited to use arrays This is the same program done last week but using and passing arrays instead of individual variables. Start with the following file / cODE BELOW: // Name: top_div_array.cpp // Description: // This app inputs sales for four regional division and displays the highest. // To accomplish this, use two arrays of equal length - one for sales and...

  • 3 Ratio Analysis: Using Excel for key performance indicators (KPIs) 5 The Boring Company has data...

    3 Ratio Analysis: Using Excel for key performance indicators (KPIs) 5 The Boring Company has data for the four divisions for the year, and wants the results for the three specified key performance Indicators (KPIs). Return on Investment Profit Margin Ratio Asset Turnover Ratio (ROI $ 7 Division 8 East 9 North 10 South 11 West Operating Income 1.580,000.00 650,000.00 225.050.00 2,300,000.00 Average Total Assets $ 12.000.750.00 4,875,000.00 995.090.00 13,800,000.00 Net Sales 25.900.000,00 6,337,500.00 855.720.00 9,200,000.00 13 Requirements 15 16...

  • Undo Clipboard Font Alignm H1 f Part a. Rearrange the Attendance values for the Anova: Single-Factor...

    Undo Clipboard Font Alignm H1 f Part a. Rearrange the Attendance values for the Anova: Single-Factor A A E 1 Team Name Buffalo Bisons Lehigh Valley IronPigs Pawtucket Red Sox Rochester Red Wings Scranton-Wilkes 6 Division North PCT Attendance Part a. Rea 2 66 0.462 8804 8453 9091 3 North 55 0.382 4 North 0.594 5 North 0.533 6893 Barre Yankees Syracuse Chiefs Charlotte Knights Durham Bulls 10 Norfolk Tides Richmond Braves Columbus Clippers 13 Indianapolis Indians 14 Louisville Bats...

  • Instructions: For the purpose of grading the project you are required to perform the following tasks:...

    Instructions: For the purpose of grading the project you are required to perform the following tasks: Step Instructions Points Possible 1 Download and open the file named exploring_e07_grader_a1_Sales.xlsx, and then save the file as exploring_e07_grader_a1_Sales_LastFirst, replacing LastFirst with your name. 0 2 On the Sales worksheet, enter a date function in cell C8 to calculate the number of years the first representative has worked for your company. Copy the function to the range C9:C20. 7 3 On the Sales worksheet,...

  • Use graphical methods to solve these problems. You may assume data taken from graphs is accurate to three digits.

    Vector Addition and Subtraction: Graphical Methods Use graphical methods to solve these problems. You may assume data taken from graphs is accurate to three digits. 1. Find the following for path A in Fiqure 3.53: (a) the total distance traveled, and (b) the magnitude and direction of the displacement from start to finish. Figure 3.53 The various lines represent paths taken by different people walking in a city. All blocks are 120 m on a side. 2. Find the following for path B in Figure...

  • You have recently become the CFO for Beta Manufacturing, a small cap company that produces auto parts

    EX16_XL_COMP_GRADER_CAP_AS - Manufacturing 1.6 Project Description:You have recently become the CFO for Beta Manufacturing, a small cap company that produces auto parts. As you step into your new position, you have decided to compile a report that details all aspects of the business, including: employee tax withholding, facility management, sales data, and product inventory. To complete the task, you will duplicate existing formatting, utilize various conditional logic functions, complete an amortization table with financial functions, visualize data with PivotTables, and lastly...

  • Glassware is a high-end glass manufacturer. The company is planning to expand its sales operation to...

    Glassware is a high-end glass manufacturer. The company is planning to expand its sales operation to the European market. A supply chain analyst within the company picked five locations for potential warehouse sites. These locations are Barcelona Spain, Budapest-Hungary, Helsinki-Finland, Lyon-France, and Munich-Germany. A marketing analyst divided Europe into four general regions; East, West, South, and North. In the accompanying spreadsheet, the fixed cost of opening warehouses, the capacity of the warehouses, transportation cost from warehouses to regions, and demand...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT