ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I fit columns A and B to column C with A on top of B? (https://www.excelbanter.com/excel-discussion-misc-queries/192876-how-do-i-fit-columns-b-column-c-top-b.html)

Emma

How do I fit columns A and B to column C with A on top of B?
 
I have 12 columns of data that I want go into one column; Column A is first,
then Column B follows underneath, then Column C, etc. using Excel.

vezerid

How do I fit columns A and B to column C with A on top of B?
 
Say you want to start your serialized data in cell AA2. Enter in AA2
the following formula (assuming data in A2:L101):

=INDEX($A$2:$L$101,INT((ROW()-ROW($AA$2))/12),MOD(ROW()-ROW($AA$2),
12))

Copy down.

HTH
Kostis Vezerides

On Jun 27, 5:21 pm, Emma wrote:
I have 12 columns of data that I want go into one column; Column A is first,
then Column B follows underneath, then Column C, etc. using Excel.



Don Guillett

How do I fit columns A and B to column C with A on top of B?
 
Please restate your question paying attention to what is a row and what is a
column. Your original layout and the layout desired.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Emma" wrote in message
...
I have 12 columns of data that I want go into one column; Column A is
first,
then Column B follows underneath, then Column C, etc. using Excel.




All times are GMT +1. The time now is 10:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com