Two separate words

digit

Registered User.
Local time
Today, 16:52
Joined
Jan 23, 2003
Messages
44
Hello,
i have a column with a data Like:
Hristo,Vankov
Marty,Hristov
Ivo,Petrov
Hristian,Todorov

So my question is how can i split two names in 2 differnt columns:

[field1] [field2]
Hristo Vankov
Marty Hristov
Ivo Petrov
Hristian Todorov

Thank you and sorry for my bad english
 
There is a different types.
I need to separate words where is separated by ","
 
Try the way shown in the attached file.
 

Attachments

  • SplitNames.JPG
    SplitNames.JPG
    53 KB · Views: 90
Check out the VBA.Split() function.
 

Users who are viewing this thread

Back
Top Bottom