Here's my problem. I've got a sheet with a list of store numbers across the top, a list of every day last year down the first column, and then revenue for each store for each day. I need to get all of this data into basically a vertical list, meaning I need one column for store, revenue, and date.
Here is a very basic view of the sheet (the actual sheet is huge).
It looks like this now:
Date 401 402 403 404
1/1/02 25 10 15 12
1/2/02 14 11 10 9
I need it to look like this:
Store Date Rev
401 1/1/02 25
401 1/2/02 14
402 1/1/02 10
402 1/2/02 11
etc etc...
I am stumped on this one and it will probably turn out to be something pretty easy...and by the way, paste special/transpose didn't work...if only it were that easy. Thanks for the help.
Kevin
Here is a very basic view of the sheet (the actual sheet is huge).
It looks like this now:
Date 401 402 403 404
1/1/02 25 10 15 12
1/2/02 14 11 10 9
I need it to look like this:
Store Date Rev
401 1/1/02 25
401 1/2/02 14
402 1/1/02 10
402 1/2/02 11
etc etc...
I am stumped on this one and it will probably turn out to be something pretty easy...and by the way, paste special/transpose didn't work...if only it were that easy. Thanks for the help.
Kevin