Thread: combine columns
View Single Post
  #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