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 L2 that shows just the positive values (sale transactions) in the Amount column. The logical test of the function should evaluate if cell F2 is greater than zero. If the logical test is true, define the [value_if_true] argument with cell F2. If the logical test is false, the output of the IF function should be 0.
Copy cell L2 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 M1, type the column heading Store Week.
Enter a CONCATENATE function into cell M2 that combines the Store and Week columns. Define the text1 argument with cell B2, and the [text2] argument with cell J2.
Copy cell M2 and paste it into all of the rows in the dataset by double clicking the Fill Handle.
In cell N1, type the column heading Weekly Store Sales.
Enter an IF function in cell N2 that displays the first instance of the values in the Store Report column. The logical test of the IF function should evaluate if cell M2 is equal to M1. If the logical test is true, the output of the function should be 0. If the logical test is false, the output of the function should be the value in cell H2.
Copy cell N2 and paste it into all of the rows in the dataset by double clicking the Fill Handle.
In cell O1, type the column heading SKU Check.
Enter a VLOOKUP function into cell O2 that looks for the SKU (Stock Keeping Unit) number in cell G2 in the SKU List worksheet. Define the lookup_value argument with cell G2. Define the table_array argument with the range A2:A101 in the SKU List worksheet. Place an absolute reference on this cell range before defining the next argument. Define the col_index_num argument with the number 1 and the [range_lookup] 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 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 Programming Questions!