I have a long strings in Column A that I would like to split into columns.
I require the string to be split into a new column each time the following occurs: 'dataItem name ='
There could be numerous times that this reoccurs in my string.
If I used text to columns, the delimiter is limited to a single character.
How can I achieve this?