Will someone please help me on how to automatically transfer the data in sheet 1 (which are in rows) into columns in sheet 2.
I have done this using a VBA, but what I need is to do this without the use of a VBA. Is it even possible?
Also, I don't want to use the formula: =INDIRECT("Sheet1!"&ADDRESS(1,ROW())) because I have to put it manually on each cell.
What I want to happen is, once you input something in sheet 1, it automatically transpose the data into columns in sheet 2.
like this for example,
this is what the sheet 1 looks like:
1.JPG
then it will be displayed in sheet 2 like this:
2.JPG
Please help me on this. Advance thank you.
Bookmarks