This is my first post on this site
I have YTD sales data and I want to track the everyday change of sales, which can be used in future to see the trend. I have consolidated multiple data sources and summarized to see the sales by profit center but not sure how to append the data side by side.
Requirement
Append sales data on a daily basis in an Excel side by side with current date being the header.
sample attached
| Profit Center | 28_June__2017 | 29_June__2017 |
| AB_10 | 19,449 | 26,689 |
| AB_11 | 245,752 | 253,290 |
| AB_12 | 8,575 | 8,887 |
| AB_13 | 134,337 | 143,358 |
| AB_14 | 44,760 | 46,646 |
| AB_15 | 235,746 | 245,176 |