Hi I have a txt that I am trying to separate items from.
Each line is like the below example. With no handy commas to separate values.
08 Dec 2014 06:57:30.4Nancy Horton 1777 B (473/Nancy Horton 1777 B) granted access in by card at DR82 Lv8 LiftLob (82)08 Dec 2014 07:10:51.8Jody Barber 1424 nB (92/Jody Barber 1424 nB) granted access in by card at DR61* (61)
08 Dec 2014 06:15:44.4Jeremiah Mckenzie 1397 B (12/Jeremiah Mckenzie 1397 B) granted access in by card at DR42* (42)
I import it to Cell A2 and then in columns B-I I am trying to strip out the strings. I have had some success with left(), right(), and even finding the first space. But can't get everyone of them. I get stuck trying to find the space after the last name and before the key number, and then after that is confusing. Can someone offer some assistance please?
Here is an example of the strings I want out. each into it's own column.:
08 Dec 2014,06:15:44,Jeremiah Mckenzie,1397,B,granted access,42
Thanks,