![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 2
|
Need to create Col 3 that has data from Col 1 and Col2. Not a straight join. Need every value in Col1 with each value in Col2.
See example below Ex: Col1 --> A, B, C Col 2--> 11, 12, 13 Result stored in Col3 should be as follows: Col3 --> A11, A12, A13, B11, B12, B13, C11, C12, C13 |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Apr 2002
Location: Surrey, United Kingdom
Posts: 75
|
Hi,
If column 3 is column C, then in C1 enter: =A1&B1 Nibbs |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Posts: 2
|
[I know this - Say I have col1 with 3 vals and col2 with 4 vals I need Col3 with 12 values
>>how do I get A1&B2, A1&B3 etc - without havng to type each one] On 2002-05-10 02:48, Nibbles wrote: Hi, If column 3 is column C, then in C1 enter: =A1&B1 Nibbs [/quote] |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Apr 2002
Location: Surrey, United Kingdom
Posts: 75
|
Hi,
Sorry, I mis-read your first post. You could try putting this in column 3: =A$1&B1 This in column 4: =A$2&B1 Coulmn 5: =A$3&B1 etc... Then just add one column to the end of the other afterwards? Nibbs [ This Message was edited by: Nibbles on 2002-05-10 03:03 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|