I transposed to be precise 38728 sales values from a table into one column, by using this formula:
=INDEX(MyData,1+INT((ROW(B2)-1)/COLUMNS(MyData)),MOD(ROW(B2)-1+COLUMNS(MyData),COLUMNS(MyData))+1)
Column A consists out of dates, the header is the customers and in the original table the sales values were horizontal, now vertical in one column. I want that the dates and customers shift accordingly automatically. (I hope my explanation is described well)
Anyone?
=INDEX(MyData,1+INT((ROW(B2)-1)/COLUMNS(MyData)),MOD(ROW(B2)-1+COLUMNS(MyData),COLUMNS(MyData))+1)
Column A consists out of dates, the header is the customers and in the original table the sales values were horizontal, now vertical in one column. I want that the dates and customers shift accordingly automatically. (I hope my explanation is described well)
Anyone?
