N neeraj2050 Member May 31, 2016 #1 Greetings!! I have an excel file, into which data is being appeared into B3:B4(file attached). I want them to get come one after another in a single column. Reference file is also attached for reference Thanks in advance!! Attachments Excel Query(Data Sorting).xlsx 10.3 KB · Views: 6
Greetings!! I have an excel file, into which data is being appeared into B3:B4(file attached). I want them to get come one after another in a single column. Reference file is also attached for reference Thanks in advance!!
Khalid NGO Excel Ninja May 31, 2016 #2 Hi Neeraj, May be this in B10 and copy down: =INDEX($B$4:$E$5,MOD(ROW(A1)-1,2)+1,INT(ROW(A2)/2)) Regards,
Hi Neeraj, May be this in B10 and copy down: =INDEX($B$4:$E$5,MOD(ROW(A1)-1,2)+1,INT(ROW(A2)/2)) Regards,