help-me.png

Apps Reseller Badge.jpg

facebook.png  twitter.png  linkedin.png  feed.png

 

Joining the text in two seperate columns into one column

Joining two separate columns into one is called Concatenating. It is useful in the following instance:

You have values that need to go into the notes field - but you need to make it clear what the represent.

 ABC
1Number of Children  
23  
32  

 

So you need to create one Column (which will be imported into the Notes field) which says Number of Children: X.

So you use the following formula:

 

 ABC
1Number of Children Notes
23Number of Children:=CONCATENATE(B2,A2)
32Number of Children:=CONCATENATE(B2,A2)

 

NB - Remember to copy the entire column, and right click, click on paste special and choose values, which will enter the actual values of the calculation.

You can then delete columns A and B, and should be left with the following:

 AB
1Notes 
2Number of children: 3 
3Number of children: 2 

 

Document Actions