Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use INDEX and MATCH functions to fill in a table that extracts the amounts shipped between each pair of cities in the accompanying data, which

Use INDEX and MATCH functions to fill in a table that extracts the amounts shipped between each pair of cities in the accompanying data, which shows the solution to an optimization model that finds the minimum cost and amounts shipped from two plants to four distribution centers. Your table should be set up as follows, and the formulas for the Amount Shipped column should reference the names in the From and To columns.
From
To
Amount Shipped
Marietta
Cleveland
Marietta
Baltimore
Marietta
Chicago
Marietta
Phoenix
Minneapolis
Cleveland
Minneapolis
Baltimore
Minneapolis
Chicago
Minneapolis
Phoenix
LOADING... Click the icon to view the data and model.
Question content area bottom
Part 1
Let cell range B11:E12 be named "Model," let cell range A11:A12 be named "Plant," and let cell range B10:E10 be named "Center." Select the appropriate INDEX and MATCH functions to complete the spreadsheet below.
H
I
J
1
From
To
Amount Shipped
2
Marietta
Cleveland
=INDEX(Center,MATCH(H2,Plant,0),MATCH(I2,Model,0))
3
Marietta
Baltimore
=MATCH(Plant,INDEX(H3,Center,0),INDEX(I3,Model,0))
4
Marietta
Chicago
=INDEX(Model,MATCH(H4,Plant,0),MATCH(I4,Center,0))
5
Marietta
Phoenix
=INDEX(Center,MATCH(H5,Plant,0),MATCH(I5,Model,0))
6
Minneapolis
Cleveland
=MATCH(Plant,INDEX(H6,Center,0),INDEX(I6,Model,0))
7
Minneapolis
Baltimore
=INDEX(Center,MATCH(H7,Plant,0),MATCH(I7,Model,0))
8
Minneapolis
Chicago
=MATCH(Plant,INDEX(H8,Center,0),INDEX(I8,Model,0))
9
Minneapolis
Phoenix
=MATCH(Model,INDEX(H9,Plant,0),INDEX(I9,Center,0))

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Mining Concepts And Techniques

Authors: Jiawei Han, Micheline Kamber, Jian Pei

3rd Edition

0123814790, 9780123814791

More Books

Students also viewed these Databases questions

Question

What does stickiest refer to in regard to social media

Answered: 1 week ago