Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default 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.


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
Joining only certain columns to a spreadsheet. MAD101 Excel Discussion (Misc queries) 1 October 27th 08 03:33 AM
Help with joining two macros together pano Excel Worksheet Functions 3 February 3rd 07 01:31 PM
joining macro nowfal[_47_] Excel Programming 1 August 22nd 05 12:24 PM
Macros for find and replace and then joining columns BobbyCochran Excel Discussion (Misc queries) 0 May 20th 05 01:06 AM
Joining Columns Michael168[_76_] Excel Programming 7 June 1st 04 07:18 AM


All times are GMT +1. The time now is 09:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"