Hi,
I have data in columns, I need to append all data in cloumns to a single column.
input data
a 1 g 2
b 2 h 3
output req:
a
b
1
2
g
h
2
3
Hi,
I have data in columns, I need to append all data in cloumns to a single column.
input data
a 1 g 2
b 2 h 3
output req:
a
b
1
2
g
h
2
3
Try this macro.
Open up the VBA editor by hitting ALT F11![]()
Please Login or Register to view this content.
Insert a new module by hitting Insert - Module
Paste the macro into the empty sheet
Hit ALT F11 to get back to the worksheet.
Run the macro by going to tools-macro in Excel 2003 or the view ribbon in Excel 2007.
Hi,
I think you can do the same by cut and paste.
or please attach some sample file for more details.
__________________
Regards
Rahul Nagar
Founder of www.myshortcutkeys.com.
If you get the answer of your questions then please click EDIT in your original post then click on GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
Also
If you are satisfied by any members response to your problem please consider using the scales icon top right of thier post to show your appreciation.
This formula for 6 row , 4 column range ( change according to your range)
=INDEX($A$1:$D$6,IF(MOD(ROW(),6)=0,6,MOD(ROW(),6)),INT((ROW()-1)/6)+1)
Apply the formul from 1st row to down
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks