I'm trying to split data that is delimited by a ';', for example below:
plastic; rubber; paper; wood
However the number of records changes on the cell and all of the examples I've seen on this like below already know how many columns the data is to split into.
How do you split data from one column into two?
And I can't simply split the cell up into columns before I load it into access because this list is just one cell in a larger database.
Is there any way to split the data into the number of columns it needs rather than a predetermined number?