#1   Report Post  
RDB
 
Posts: n/a
Default combine columns

I have two columns that I'd like to combine into a single column. For
example, I have two colums that similar to this:
A 4
B 5
C 6

I'd like to make these two individual columns become
A4
B5
C6

Thanks
  #2   Report Post  
RagDyeR
 
Posts: n/a
Default

Try this:

=A1&B1

And copy down as needed

--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

"RDB" wrote in message
...
I have two columns that I'd like to combine into a single column. For
example, I have two colums that similar to this:
A 4
B 5
C 6

I'd like to make these two individual columns become
A4
B5
C6

Thanks


  #3   Report Post  
Jason
 
Posts: n/a
Default

Try this if you are working with text
=concatenate(A1,B1)

"RDB" wrote:

I have two columns that I'd like to combine into a single column. For
example, I have two colums that similar to this:
A 4
B 5
C 6

I'd like to make these two individual columns become
A4
B5
C6

Thanks

  #4   Report Post  
JulieD
 
Posts: n/a
Default

or

=A1 & B1

Cheers
JulieD

"Jason" wrote in message
...
Try this if you are working with text
=concatenate(A1,B1)

"RDB" wrote:

I have two columns that I'd like to combine into a single column. For
example, I have two colums that similar to this:
A 4
B 5
C 6

I'd like to make these two individual columns become
A4
B5
C6

Thanks



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
print excel columns on less pages a_ryan1972 Excel Discussion (Misc queries) 1 February 9th 05 05:41 PM
Columns in Excel will not allow user to click in them Kim Excel Discussion (Misc queries) 1 December 28th 04 06:37 PM
Counting the Contents of Two Columns Molochi Excel Discussion (Misc queries) 6 December 22nd 04 08:13 PM
interchange columns with rows Herman Excel Discussion (Misc queries) 2 December 8th 04 05:40 PM
how do i combine columns in excel psamiam Excel Discussion (Misc queries) 2 December 6th 04 07:19 AM


All times are GMT +1. The time now is 09:43 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"