A department store tracks monthly sales data in a separate worksheet for each store. The sales manager uses Merge Worksheets to merge the data for two stores.
C1-D | C2 |
---|---|
Month | Sales |
January | 223 |
February | 241 |
April | 177 |
May | 158 |
C1-D | C2 |
---|---|
Month | Sales |
January | 246 |
February | 273 |
March | 281 |
Store_1.MTW does not contain data for March. Store_2.MTW does not contain data for April and May.
The merged worksheet contains the columns from both worksheets. The values in the Month column from each worksheet are matched and missing values are added when there are not corresponding values.
C1-D | C2 | C1-D | C2 |
---|---|---|---|
Month:Store_1.MTW | Sales:Store_1.MTW | Month:Store_2.MTW | Sales:Store_2.MTW |
January | 223 | January | 246 |
February | 241 | February | 273 |
* | * | March | 281 |
April | 177 | * | * |
May | 158 | * | * |