Question: Please help on this Scenario Manager excel problem. The link to the Excel file will be posted below (copy and paste into another tab or

Please help on this Scenario Manager excel problem. The link to the Excel file will be posted below (copy and paste into another tab or browser for access), thanks again

Excel File:

https://mailuc-my.sharepoint.com/:x:/r/personal/rorexmj_mail_uc_edu/_layouts/15/Doc.aspx?sourcedoc=%7B95B64DCD-A866-4603-94E5-63515C07DA5E%7D&file=FloydsMay.xlsx&action=default&mobileredirect=true

Please help on this Scenario Manager excel problem. The link to theExcel file will be posted below (copy and paste into another tab

(Hint: The INDEX function may be used with a two-dimensional array: =INDEX(array, row_num, cofumn_num), where array is a matrix, row_num is the row numbers and cofumn_num is the column position of the desired element of the matrix.) Floyd's Bumpers pays a transportation company to ship its product to its customers. Floyd's Bumpers ships full truckloads to its customers. Therefore, the cost for shipping is a function of the distance traveled and a fuel surcharge (also on a per mile basis). The cost per mile is $2.54 and the fuel surcharge is $.56 per mile. The worksheet May in the provided datafile contains data for shipments for the month of May (each record is simply the customer zip code for a given truckload shipment), as well as the distance table from the distribution centers to each customer. Use the VLOOKUP function to retrieve the distance traveled for each shipment from the exercise completed above, and calculate the charge for each shipment. What is the total amount that Floyd's Bumpers spends on these May shipments? If required, round your answers to two decimal places. 1; 641596.98 0 Floyd's Bumpers has distribution centers in Lafayette, Indiana; Charlotte, North Carol'lna; Los Angeles, California; Dallas, Texas; and Pittsburgh, Pennsylvania. Each distribution center carries all products sold. Floyd's customers are auto repair shops and larger auto parts retail stores. You are asked to perform an analysis of the customer assignments to determine which of Floyd's customers should be assigned to each distribution center. The rule for assigning customers to distribution centers is simple: A customer should be assigned to the closest center. The worksheet Flovds in the provided datale contains the distance from each of Floyd's 1,029 customers to each of the five distribution centers. Your task is to build a list that tells which distribution center should serve each customer. The follow'lng functions will be helpful: =MIN(array). The MIN function returns the smallest value in a set of numbers. For example, if the range A1:A3 contains the values 6, 25, and 38, then the formula :MIN(A1:A3} returns the number 6, because it is the smallest of the three numbers: =MATCH(l'ookup,vafue, lookupian'ay, match type). The MATCH function searches for a specied item in a range of cells and returns the relative position of that item in the range. The fookup_va.'ue is the value to match, the fookup_array is the range of search, and march type indicates the type of match (use 0 for an exact match). For example, if the range A1:A3 contains the values 6, 25, and 38, then the formula =MATCH(25,A1:A3,D) returns the number 2, because 25 is the second item in the ra nge. :INDEX(array, columninum). The INDEX function returns the value of an element in a position of an array. For example, if the range ALAS contains the values 6, 25, and 38, then the formula =INDEX(A1:A3, 2) 5 25, because 25 is the value in the second position of the array A1:A3. (Hint: Create three new columns. In the first column, use the MIN function to calculate the minimum distance for the customer in that row. In the second column use the MATCH function to find the position of the minimum distance. In the third column, use the position in the previous column with the INDEX function referencing the row of dlstribution center names to find the name of the distribution center that

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!