Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
I have a series of text data in one column and a series of figures in another column. I want to join them together to create one column (i.e. GH in column A and 4589 in column B will produce GH4589) I'm trying to think of ways of doing it but my knowledge is very limited. I am however good at copying and pasting code......Can anyone help? Chris |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() wrote: Hi there, I have a series of text data in one column and a series of figures in another column. I want to join them together to create one column (i.e. GH in column A and 4589 in column B will produce GH4589) I'm trying to think of ways of doing it but my knowledge is very limited. I am however good at copying and pasting code......Can anyone help? Chris Dear Chris, Use the excels built in formula =concatenate(starting data,ending data). Regards Thyagaraj |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use the CONCATENATE function.
For example, if you have the letter A in cell A3, and you have the number 1 in cell B3, you can use the following formula... =CONCATENATE(A3,B3) To give you the result of A1. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
yes
=CONCATENATE( works! thanks very much DAV135 wrote: You can use the CONCATENATE function. For example, if you have the letter A in cell A3, and you have the number 1 in cell B3, you can use the following formula... =CONCATENATE(A3,B3) To give you the result of A1. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Joining only certain columns to a spreadsheet. | Excel Discussion (Misc queries) | |||
Help with joining two macros together | Excel Worksheet Functions | |||
joining macro | Excel Programming | |||
Macros for find and replace and then joining columns | Excel Discussion (Misc queries) | |||
Joining Columns | Excel Programming |