Question: Enter a SUM function in cell G 2 on the Sales and Inventory worksheet. The SUM function should sum the values in the Inventory Value
Enter a SUM function in cell G on the Sales and Inventory worksheet. The SUM function should sum the values in the Inventory Value column. Add cell capacity to the function to include Row
Copy cell G and paste it into cells H and I
Enter an HLOOKUP function in cell B on the Sales and Inventory worksheet that will show the region name from the Region Plan worksheet. The lookupvalue argument should be defined with cell A on the Sales and Inventory worksheet. The tablearray argument should be the range B:E on the Region Plan worksheet. Place an absolute reference on this range. The rowindexnum argument should be the number and the rangelookup argument should be the word FALSE
Copy cell B and paste it into the range B:B
Enter a VLOOKUP function in cell E on the Sales and Inventory worksheet that will show the city for each store from the Store Details worksheet. The lookupvalue argument should be defined with cell C on the Sales and Inventory worksheet. The tablearray argument should be the range A:F on the Store Details worksheet. Place an absolute reference on this range. The colindexnum argument should be the number and the rangelookup argument should be the word FALSE
Copy cell E and paste it into the range E:E
Enter a formula in cell J that divides cell I by I Place an absolute reference on cell I
Copy cell J and paste it into the range J:J
Enter an IF function in cell M to determine if a store is a high growth exception. If the value in cell K is greater than then the output of the function should be the word Growth Otherwise, there should be no output for the function. The logicaltest argument should be K The valueiftrue argument should be the word Growth and must be enclosed in quotations. The valueiffalse argument should be two quotations to leave the cell blank.
Copy cell M and paste it into the range M:M
Begin an IF function in cell N on the Sales and Inventory worksheet. The purpose of this function is to determine if it is OK to deliver inventory to a store or if the delivery should be postponed. It can be a problem for smaller stores if too much inventory is delivered. For this company, a small store is square feet.
Define the logicaltest argument of the IF function by using the AND function. The first logical test of the AND function should determine if cell F is equal to The second logical test of the AND function should determine if cell L is greater than Cell L contains the weeks of supply which is a calculation that shows how fast the store is selling its current inventory. A high weeks of supply indicates that a store may have too much inventory relative to sales.
Define that valueiftrue argument of the IF function with the word Hold Based on the results of the AND function, if a store is square feet and the weeks of supply is greater than the output of the function should be the word Hold
Define the valueiffalse argument with the word OK
Copy cell N and paste it into the range N:N
Enter a nested IF function in cell O to identify the inventory status for each store. The inventory status will be determined based on the value in the Weeks of Supply column. The logical test of the first IF function should determine if cell L is less than If this logical test is true, the output of the function should be the word Low Start a second IF function in the valueiffalse argument of the first IF function. The logical test of the second IF function should determine if the value in cell L is greater than If this logical test is true, the output of the function should be the word High If this logical test is not true, the function should output the word Normal The word Normal should be used to define the valueiffalse argument of the second IF function.
Copy cell O and paste it into the range O:O
Enter an IF function in cell P that determines if a store should be identified as a priority delivery. Use the OR function to define the logicaltest argument of the IF function. The first logical test of the OR function should determine if cell K is greater than T
Copy cell P and paste it into the range P:P
Enter an IF function in cell A that will alert the user if data has been added to the worksheet that exceeds the cell capacity in the SUM functions in the range G:I Use the ISBLANK function in the logicaltest argument of the IF function. The ISBLANK function should determine if cell A is blank. If the output of the ISB
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
