Answered step by step
Verified Expert Solution
Question
1 Approved Answer
On the EmployeeAnalysis worksheet, in cell J 2 3 , enter a MATCH function that will return the row number of whichever category is selected
On the EmployeeAnalysis worksheet, in cell J enter a MATCH function that will return the row number of whichever category is selected in cell H Use the fill handle to copy the formula down through J
MATCH$H$$F$:$F$
In cell K enter a MATCH function that will return the column number of the EmployeeID in cell F Use the fill handle to copy the formula down through K
MATCHF$G$:$K$
In cell H enter an INDEX function, using the range G:K as the array, and referencing the values in J and K for the row and column numbers. Use the fill handle to copy the formula down through H
INDEX$G$:$K$JK
On the CustomerAnalysis worksheet, in cell B enter an INDEX function that will retrieve the CustomerID of the customer with the highest TotalSales from the array A:G Use the fill handle to copy the formula down through B
INDEX$A$:$G$MATCHMAX$E$:$E$$E$:$E$MATCHA$A$: $G$
On the ShippingCosts worksheet, create a Priority named range for cells A:F and then create an Express named range for cells A:F
In cell I enter a VLOOKUP function to retrieve the correct shipping costs based on the weight and zone. Use the INDIRECT function for the tablearray so that the customer can choose Express or Priority shipping. Use Match function to return the column number for the VLOOKUP function.
Change the shipping method from Priority to Express and change the zone number of the destination from Zone to Zone to ensure the correct shipping cost is retrieved.
VLOOKUPIPriority,TRUE VLOOKUPIPriority,MATCHIA:FTRUE
VLOOKUPIINDIRECTIMATCHIA:FTRUE
On the Transactions worksheet, incorporate the IFERROR function in cells G H and J so that a blank value or is returned for the valueiferror. Use the fill handle to copy each formula down through row
IFERRORIFNOTVLOOKUPBProductList,FALSE"Accessories""Yes"," NoIFERRORVLOOKUPBProductList,FALSEDIFERRORHLOOKUPE$B$:$D$FALSE
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started