Final answer:
To assign customers to the closest Floyd's Bumpers distribution center, we use =MIN(), =MATCH(), and =INDEX() functions. The =VLOOKUP() function helps retrieve distances for May's shipments, from which we calculate the shipping costs by applying the mileage cost and fuel surcharge, leading to the total shipping cost for the month.
Step-by-step explanation:
To assign Floyd's Bumpers customers to the closest distribution center, we can use three Excel functions: =MIN(), =MATCH(), and =INDEX(). First, we'll calculate the minimum distance for each customer to the distribution centers using the =MIN() function. This will go in the first new column. Second, we use the =MATCH() function to find the position of the minimum distance within the customer's row of distances. That will be placed in the second column. Lastly, we utilize the =INDEX() function, referencing the range of distribution center names and the position from the second column to find the name of the distribution center that should service each customer.
For the calculation of the total shipping cost in May, we can use the =VLOOKUP() function to match each customer's shipment with their respective distances from the previously assigned distribution center. We then calculate the cost by multiplying the distance by the sum of the cost per mile ($2.72) and the fuel surcharge ($.56). Summing up all these costs will give us the total amount spent by Floyd's Bumpers on shipments for the month of May.