Hi,
I have a list of data where sales are by weeks across columns and stores are in rows. I want to be able to transpose columns of data in rows. is there a excel add in to transpose those column data in rows? For each store I have to copy the store for 52 times as there are 52 weeks of data. Then I am using a VLOOKUP and MATCH function to copy the amount in the rows. Is there a more efficient way to create a list of unique records in rows or transpose the data in rows? Please see attached excel sheet for my problem. Thanks.
Original Data
Store Week 1 Week 2 Week 3 Week 4
Danforth 49,457 50,278 48,173 54,061
Eglinton 212,394 206,661 213,128 197,135
Expected Format
Store Week Amount
Danforth Week 1 49,457
Danforth Week 2 50,278
Danforth Week 3 48,173
Danforth Week 4 54,061
Eglinton Week 1 212,394
Eglinton Week 2 206,661
Eglinton Week 3 213,128
Eglinton Week 4 197,135
Bookmarks