Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I need to pair each item on one list to each item on another list

I need to pair each item on one list to each item on another list. For
example, if I have a list:

A
B
C

And another list:

D
E
F

What I need is one list as follows:

AD
AE
AF
BD
BE
BF
CD
CE
CF

Is there a simple way to do this, instead of a lot of copy and paste?

Thanks!

Peter R.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default I need to pair each item on one list to each item on another list

Assuming the 2 lists are housed within A1:B3, viz:

A D
B E
C F

Put in C1:
=OFFSET($A$1,INT((ROW(A1)-1)/3),)&OFFSET($B$1,MOD(ROW(A1)-1,3),)
Copy down to C9
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Peter R." wrote:
I need to pair each item on one list to each item on another list. For
example, if I have a list:

A
B
C

And another list:

D
E
F

What I need is one list as follows:

AD
AE
AF
BD
BE
BF
CD
CE
CF

Is there a simple way to do this, instead of a lot of copy and paste?

Thanks!

Peter R.

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
drop down list/typing item from list error Strike Eagle Loader[_2_] Excel Worksheet Functions 1 May 1st 07 06:35 PM
Dropdown List - list item endings not visible if column too narrow AK9955 Excel Discussion (Misc queries) 2 April 27th 07 09:02 AM
Extract each item in the list 0-0 Wai Wai ^-^ Excel Worksheet Functions 2 September 8th 05 12:50 PM
How select an item in a list box jamie81 Excel Worksheet Functions 1 May 31st 05 09:53 AM
Selecting an Item from a List and getting a different item to pop. Matt Excel Worksheet Functions 1 December 7th 04 02:37 PM


All times are GMT +1. The time now is 02:29 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"