I have two columns of info, one is a Christian name and the second is a surname.
Question is, how do I merge these tow columns to be just one column featuring Christian name AND surname together?
Thanks experts :icon_bigg
You might need to add a space between the two names, the way I do that is by having a third cell (C1) with just a space in it, and the formula would then be =A1&C1&B1
The correct way is to do =CONCATENATE(A1," ",B1)
Phew! Am I glad that I deleted my 'wrong' answer!?!
What was your answer?
Ignore that bit....
You can put a space in the formula - but you have to put it in quotes.
eg =A1&" "&B1
The correct way is to do =CONCATENATE(A1," ",B1)
To split the content above, goto Data->Text to Columns and select delimited, then space.
Using a mixture of text to columns and concatenate should mean that you can avoid the nightmare.
...you'd end up with the John in E1, Paul in E2
If you had names such as John Paul Gautier and Paul Smith (in cells A1 and A2 to start with) then placed the formula =Concatenate(B1&C1) in cell D1 (and the same for row 2), and then had the formula =A1 in E1 and =D1 in F1, then did a text to columns on column A1 then you'd end up with the John in E1, Paul in E2 and Paul Gautier in F1 and Smith in F2.
If you had names that had many parts then just extend this.
P | Pld | Pts | |
1 | Liverpool | 16 | 39 |
2 | Chelsea | 17 | 35 |
3 | Arsenal | 17 | 33 |
4 | Nottm F | 17 | 31 |
5 | Bournemouth | 17 | 28 |
6 | Aston Villa | 17 | 28 |
7 | Manchester C | 17 | 27 |
8 | Newcastle | 17 | 26 |
9 | Fulham | 17 | 25 |
10 | Brighton | 17 | 25 |
11 | Tottenham | 17 | 23 |
12 | Brentford | 17 | 23 |
13 | Manchester U | 17 | 22 |
14 | West Ham | 17 | 20 |
15 | Everton | 16 | 16 |
16 | Palace | 17 | 16 |
17 | Leicester | 17 | 14 |
18 | Wolves | 17 | 12 |
19 | Ipswich | 17 | 12 |
20 | Southampton | 17 | 6 |