[pre]
[/pre]
Code:
Hello,
Help needed in figuring out a solution for my problem.
I have a data which contains Sl.No, Mobile No, Email Id, Address Main (4 Columns).
In "Address Main" Column the entire address is entered in a single cell
Sample:
(Xxxxxx yyyyy.Zzzzzzz H.no: 1 10 100/90/B/40, Www Wwwwwwwww wwwwwwww,Vvvvvvvv Vvvvvvvv, Uuuuuu uuu, Hyderabad90-909191919191)
I tried to used Delimiter and tried to Split it with the help of " , " or " - " and it was a failure. There are around 3562 records and the data in the address field is not proper in most of the cells.
Is there a way i can split the field in Column D into different cells, for example i want the data in this way (Using the above sample address cell)
E F G H
Xxxxxx yyyyy.Zzzzzzz 1 10 100/90/B/40 Www Wwwwwwwww wwwwwwww Vvvvvvvv Vvvvvvvv Uuuuuu uuu
P.S : But for the above sample every details is seperated by " , " but for many other cell it is not the case. That is the main challenge for me.
Can you help me out with a solution
Sample Document
https://docs.google.com/file/d/0B_8nXiEldUKKa3g5QzJwMUk4blU/edit?usp=sharing
EDITED: changed personal data to dummy values.