![]() |
![]() |
|
|||||||
| 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: 7
|
How do I combined data in 2 columns.
For example: column A has X12345 column B has 67890 I would like one column (either in A, B, or a new C) to show X1234567890. Thanks! |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Hellas
Posts: 553
|
hello
You can use concatenation. Put in column c1 the following formula : =A1&B1 THAT'S ALL REGARDS ANDREAS |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|