![]() |
joining two columns together
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 |
joining two columns together
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 |
joining two columns together
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. |
joining two columns together
|
joining two columns together
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. |
All times are GMT +1. The time now is 03:36 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com