Question: Enter an IF function in cell L 2 that shows just the positive values ( sale transactions ) in the Amount column. The logical test
Enter an IF function in cell L that shows just the positive values sale transactions in the Amount column. The logical test of the function should evaluate if cell F is greater than zero. If the logical test is true, define the valueiftrue argument with cell F If the logical test is false, the output of the IF function should be
Copy cell L and paste it into all of the rows in the dataset by double clicking the Fill Handle.
Sort the entire dataset in ascending order based on the following column sequence: District, Store, and Date. Highlight the entire dataset and then click the Sort button in the Data tab of the Ribbon. This is a critical step that will be required to eliminate the repeating values in the Store Report column.
In cell M type the column heading Store Week
Enter a CONCATENATE function into cell M that combines the Store and Week columns. Define the text argument with cell B and the text argument with cell J
Copy cell M and paste it into all of the rows in the dataset by double clicking the Fill Handle.
In cell N type the column heading Weekly Store Sales
Enter an IF function in cell N that displays the first instance of the values in the Store Report column. The logical test of the IF function should evaluate if cell M is equal to M If the logical test is true, the output of the function should be If the logical test is false, the output of the function should be the value in cell H
Copy cell N and paste it into all of the rows in the dataset by double clicking the Fill Handle.
In cell O type the column heading SKU Check
Enter a VLOOKUP function into cell O that looks for the SKU Stock Keeping Unit number in cell G in the SKU List worksheet. Define the lookupvalue argument with cell G Define the tablearray argument with the range A:A in the SKU List worksheet. Place an absolute reference on this cell range before defining the next argument. Define the colindexnum argument with the number and the rangelookup argument with the word FALSE to look for an exact match to the lookup value.
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
