S.H.A.D.O.
Well-known Member
- Joined
- Sep 6, 2005
- Messages
- 1,915
Good evening,
I am an avid darts fan and keep a spreadsheet of the different tornaments.
Now when the draw is shown on the Internet it is the format...
...for example.
What I want to be able to do is to split all the names into different columns please.
To split the name on the left I have come up with this formula:
To split the name to the right of the slash I have come up with this formula:
But I can't seem to get it to do the name in the middle.
Any help will be greatly appreciated.
Thanks in advance.
I am an avid darts fan and keep a spreadsheet of the different tornaments.
Now when the draw is shown on the Internet it is the format...
Code:
Rob Cross (3) v Steve Lennon/Rowby-John Rodriguez
John Henderson (14) v James Richardson/Jason Cullen
Mensur Suljovic (6) v Josh Payne/Jonny Clayton
Simon Whitlock (11) v Jan Dekker/Adrian Lewis
Joe Cullen (7) v Adam Huckvale/Jermaine Wattimena
Kim Huybrechts (10) v Wayne Jones/Jamie Lewis
Peter Wright (2) v Johan Engstrom/James Wilson
Gerwyn Price (15) v Toni Alcinas/Dragutin Horvat
Michael Smith (4) v Tobias Mueller/Stephen Bunting
Jelle Klaasen (13) v Ricky Evans/Krzysztof Ratajski
Daryl Gurney (5) v James Wade/Cristo Reyes
Mervyn King (12) v Ryan Joyce/Michael Rosenauer
Dave Chisnall (8) v Cameron Menzies/Kevin Munch
Ian White (9) v Christian Kist/Kyle Anderson
Michael van Gerwen (1) v Mike De Decker/Terry Jenkins
Darren Webster (16) v Jeffrey de Graaf/Steve Beaton
...for example.
What I want to be able to do is to split all the names into different columns please.
To split the name on the left I have come up with this formula:
Code:
=LEFT(A1,FIND(")",A1,1)*1)
To split the name to the right of the slash I have come up with this formula:
Code:
=MID(A1,FIND("/",A1)+1,9999)
But I can't seem to get it to do the name in the middle.
Any help will be greatly appreciated.
Thanks in advance.