Вопрос

I have two column in open office calc. I want to merge then like following

name    last name  fullname 
john    carter      


name    last name   fullname    
john    carter      john carter

How to do this?

Это было полезно?

Решение

I did this like following way In the column where you want to get the merged values write following.

=A2 & " " & B2

and drag to the end of column.

Update: added screenshot

Click on the cell, then hold from the right corner and drag. enter image description here

Другие советы

This is just another option,

just click the function wizard and select 'concatenat', in that enter which column you want to enter as text1 as and second column in text2 then when you click ok you will get an concatenated column like below image

enter image description here

so in the c th column you will get as a1.jpg.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top