Hi and welcome to the forum

Waar omtrent in SA?
If you want to do this with forumlas, try these, assuming your data starts in A1, down...
B1=DATE(LEFT(A1,4),MID(A1,5,2),MID(A1,2,7))
C1=TRIM(MID(A1,FIND(",",A1,1)+1,FIND("xx",SUBSTITUTE(A1,",","xx",2),1)-FIND(",",A1,1)-1))
D1=MID(A1,FIND("xx",SUBSTITUTE(A1,",","xx",2),1)+1,FIND("xx",SUBSTITUTE(A1,",","xx",3),1)-FIND("xx",SUBSTITUTE(A1,",","xx",2),1)-1)*1
E1=MID(A1,FIND("xx",SUBSTITUTE(A1,",","xx",3),1)+1,FIND("xx",SUBSTITUTE(A1,",","xx",4),1)-FIND("xx",SUBSTITUTE(A1,",","xx",3),1)-1)*1
Bookmarks