| View previous topic :: View next topic |
| Author |
Message |
jirimenzel General User

Joined: 05 Dec 2010 Posts: 24
|
Posted: Mon Dec 20, 2010 4:41 am Post subject: [SOLVED]How do I merge text in columns? |
|
|
i'd like to know of a way to merge 3 columns of text into one word per row without absolutely any spaces. Greatly appreciate any help on this.
Last edited by jirimenzel on Tue Dec 21, 2010 3:11 am; edited 1 time in total |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
|
| Back to top |
|
 |
jirimenzel General User

Joined: 05 Dec 2010 Posts: 24
|
Posted: Mon Dec 20, 2010 5:47 am Post subject: |
|
|
thanks for the reply, didnt kno the function
but
when i type in =CONCATENATE (A1; B1; C1)
into the function box
i get Err:509 in the selected cell.
Also, I'm looking for a way to concatenate each cell of column
And when I type in
=CONCATENATE(A; B; C)
I get #NAME |
|
| Back to top |
|
 |
JohnV Administrator

Joined: 07 Mar 2003 Posts: 8984 Location: Lexinton, Kentucky, USA
|
Posted: Mon Dec 20, 2010 6:33 am Post subject: |
|
|
| Shortcut is = A1&B1&C1. |
|
| Back to top |
|
 |
jirimenzel General User

Joined: 05 Dec 2010 Posts: 24
|
Posted: Mon Dec 20, 2010 6:45 am Post subject: |
|
|
Ok, i was actually trying to get this in result in A1, which meant it corrupted the equation, as A1 was on the other side of the equal sign too.
However, I'd like to know how to do this in bulk
I now know how to add one row
= A1&B1&C1
but when I try to add the entire columns
think
= A&B&C
I get #NAME
thanks for your responses, but I'm just a step away from what i want,. |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Mon Dec 20, 2010 6:46 am Post subject: |
|
|
| jirimenzel wrote: | when i type in =CONCATENATE (A1; B1; C1)
into the function box i get Err:509 in the selected cell. |
You shouldn't do.
| jirimenzel wrote: | | Also, I'm looking for a way to concatenate each cell of column |
You need to grab the little box at the bottom right of D1 (or whichever with a working formula in it) and drag it down the column. _________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
jirimenzel General User

Joined: 05 Dec 2010 Posts: 24
|
Posted: Mon Dec 20, 2010 8:27 pm Post subject: |
|
|
thanks for the drag down advice.
however i still can't get the main stuff right
i'm getting:
plz, help? im doomed.. |
|
| Back to top |
|
 |
Robert Tucker Moderator


Joined: 16 Aug 2004 Posts: 3367 Location: Manchester UK
|
Posted: Tue Dec 21, 2010 12:41 am Post subject: |
|
|
I think you need:
| Code: | | =CONCATENAR(A1;B1:C1) |
_________________ LibreOffice 3.6.6 on Fedora 18, LibreOffice 4.0.2 on Ubuntu 13.04 (Double Boot) |
|
| Back to top |
|
 |
jirimenzel General User

Joined: 05 Dec 2010 Posts: 24
|
Posted: Tue Dec 21, 2010 1:55 am Post subject: |
|
|
unfortunately that doesnt work either
i get
#VALOR
u cannot believe how annoying small INEXPLICABLE problems are!!
thanks anyway  |
|
| Back to top |
|
 |
keme Moderator


Joined: 30 Aug 2004 Posts: 2732 Location: Egersund, Norway
|
Posted: Tue Dec 21, 2010 2:53 am Post subject: |
|
|
| jirimenzel wrote: | u cannot believe how annoying small INEXPLICABLE problems are!!
thanks anyway  | This time as small as the difference between a colon and semicolon, I hope. Try this:
| Code: | | =CONCATENAR(A1;B1;C1) |
|
|
| Back to top |
|
 |
jirimenzel General User

Joined: 05 Dec 2010 Posts: 24
|
Posted: Tue Dec 21, 2010 3:10 am Post subject: |
|
|
| keme wrote: | | jirimenzel wrote: | u cannot believe how annoying small INEXPLICABLE problems are!!
thanks anyway  | This time as small as the difference between a colon and semicolon, I hope. Try this:
| Code: | | =CONCATENAR(A1;B1;C1) |
|
omg ur my hero! thank u all!  |
|
| Back to top |
|
 |
|