I'm pulling a sales file that comes in with headers:
Item SKU #, Item Description, TY 2018 Week 1 [Date], LY 2017 Week 1[Date], % Chg, TY 2018 Week 2 [Date], LY 2017 Week 2[Date], % Chg,............
Unfortunately, the data source platform isn't flexible on how the data looks when pulling.
And I need 104 weeks worth of data for charting and the only way to get all 104 weeks is to pull last 52 weeks and comparable LY sales next to each other.
% Chg isn't a necessary column because that is a calculation that I can do later on. I cannot pull all 104 weeks of data without the % Chg column being "conveniently" added.
My question is, is there a way to sort the columns in an ascending order so that it would be sorted A-Z than the earliest date to latest date.
This will make it easier to do calculations for L52 week, L24 week, L12 week sales.
Thanks for any help or ideas as I've been stuck on this roadblock for some time now!!