Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Testing123
 
Posts: n/a
Default 'Interleaf' columns of data


I need to take two large columns of data and 'interleaf' them. So, if I
have data in columns A and B, I want in column C:

C1 = A1
C2 = B1
C3 = A2
C4 = B2
C5 = A3
C6 = B3
C7 = A4
C8 = B4

etc.

How can I do this?

Thanks.


--
Testing123
------------------------------------------------------------------------
Testing123's Profile: http://www.excelforum.com/member.php...o&userid=16631
View this thread: http://www.excelforum.com/showthread...hreadid=490327

  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default 'Interleaf' columns of data

In C1: =OFFSET($A$1,(ROW()-1)/2,1-MOD(ROW(),2))
Autofill that down through column C.
HTH. --Bruce

"Testing123" wrote:


I need to take two large columns of data and 'interleaf' them. So, if I
have data in columns A and B, I want in column C:

C1 = A1
C2 = B1
C3 = A2
C4 = B2
C5 = A3
C6 = B3
C7 = A4
C8 = B4

etc.

How can I do this?

Thanks.


--
Testing123
------------------------------------------------------------------------
Testing123's Profile: http://www.excelforum.com/member.php...o&userid=16631
View this thread: http://www.excelforum.com/showthread...hreadid=490327


  #3   Report Post  
Posted to microsoft.public.excel.misc
RagDyer
 
Posts: n/a
Default 'Interleaf' columns of data

For a non-volatile option, you can try this:

In C1, or *any* cell in any other column besides A or B, enter:

=INDEX(A:A,(ROW(A1)+1)/2)

AND, in the cell right *under* the first cell, enter:

=INDEX(B:B,(ROW(A1)+1)/2)

Then, select *both* cells and drag down to copy as needed.
--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Testing123" wrote
in message ...

I need to take two large columns of data and 'interleaf' them. So, if I
have data in columns A and B, I want in column C:

C1 = A1
C2 = B1
C3 = A2
C4 = B2
C5 = A3
C6 = B3
C7 = A4
C8 = B4

etc.

How can I do this?

Thanks.


--
Testing123
------------------------------------------------------------------------
Testing123's Profile:

http://www.excelforum.com/member.php...o&userid=16631
View this thread: http://www.excelforum.com/showthread...hreadid=490327


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
how do I lookup data based on two columns of data bttreadwell Excel Worksheet Functions 2 November 19th 05 03:54 AM
Text to Columns / Importing Data John Thomson Excel Discussion (Misc queries) 0 May 4th 05 08:21 PM
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 1 February 10th 05 11:05 PM
How do i copy columns of data in notepad into microsoft excel? Jason Excel Discussion (Misc queries) 1 February 10th 05 09:20 PM


All times are GMT +1. The time now is 05:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"