Hi
I have an excel spreadsheet with multiple columns. One of the columns has multiple values, which I want to become a list column with multiple values.
I have separated the data with ";", but when I import the list value is either "null" or all of the data including the ";". It is not separating the data. ie
Want the list to be:
Donkey
Monkey
Lion
But it is is
Donkey;Monkey;Lion
Thanks
Juliet
I have an excel spreadsheet with multiple columns. One of the columns has multiple values, which I want to become a list column with multiple values.
I have separated the data with ";", but when I import the list value is either "null" or all of the data including the ";". It is not separating the data. ie
Want the list to be:
Donkey
Monkey
Lion
But it is is
Donkey;Monkey;Lion
Thanks
Juliet