sunnygilluk
New Member
- Joined
- May 11, 2016
- Messages
- 7
Hi all,
Im trying to format some data in excel that looks like this in A2:
05/06 00:00:00 AZT4512SD AA 000000 (ABC DEF) ZZ123456 1.1.1 0000 123 (ABC) A 1234 123456
from 1 cell into 1 for each "field" of data seperately (B2 = 05/06 C2 =00:00:00 etc)
Now normally i would delimit by space - however another record may also look like this:
05/06 00:00:00 AZT4512SD AA 000000 (ABC DEF GHI JKL) ZZ123456 1.1.1 0000 123 (ABC DEF) A 1234 123456
As you can see there are now more spaces in the items within the brackets.
I have found formulas to extract each piece of data (some fields have variable number of characters) by searching for text within spaces on first / second / third etc occurence and also within first / second brackets. However the formulas im using for characters between spaces go wrong once there are spaces within the brackets (after the brackets they become askew). Is there a way to do this and ignore what is in the brackets?
Thanks
Im trying to format some data in excel that looks like this in A2:
05/06 00:00:00 AZT4512SD AA 000000 (ABC DEF) ZZ123456 1.1.1 0000 123 (ABC) A 1234 123456
from 1 cell into 1 for each "field" of data seperately (B2 = 05/06 C2 =00:00:00 etc)
Now normally i would delimit by space - however another record may also look like this:
05/06 00:00:00 AZT4512SD AA 000000 (ABC DEF GHI JKL) ZZ123456 1.1.1 0000 123 (ABC DEF) A 1234 123456
As you can see there are now more spaces in the items within the brackets.
I have found formulas to extract each piece of data (some fields have variable number of characters) by searching for text within spaces on first / second / third etc occurence and also within first / second brackets. However the formulas im using for characters between spaces go wrong once there are spaces within the brackets (after the brackets they become askew). Is there a way to do this and ignore what is in the brackets?
Thanks