I have the following data in cells
1 [Chelsea-QPR]
2 [Liverpool-Sunderland]
3 [NewcastleUtd-Everton]
I want to separate the team names into two different cells. How can I do this?
|
I have the following data in cells 1 [Chelsea-QPR] I want to separate the team names into two different cells. How can I do this? |
|||
|
|
|
With data in A2 try this formula in B2
and in C2
|
|||||||||
|
|
To do this I used the Text to columns feature under the Data tab and used "-" as the delimiter. |
|||
|
|