I have an Excel spreadsheet with a list of values in cells that match the labels in a Multi Select Option Set. The list of values in the cells are delimited by a ";". When I run the Import Function it only imports cells with single values that match the labels. The cells that contain multiple values are imported into the Multi Select option set as new labels. So if I have a spreadsheet with a column called "Client List" that contains the following cells, only the single set cells are imported correctly.
Client List
Current Client
Top 200
Current Client;Top 200
Top 200;120 Day Focus
The first two, "Current Client" and "Top 200" are imported correctly. The bottom two "Current Client;Top 200" and "Top 200;120 Day Focus" are imported as new entries in the Option Set and then matched to the new label, "Current Client;Top 200" instead of matching to "Current Client" and "Top 200".
I've tried to use a comma as the delimiter instead of a semicolon, and adding a space after the semicolon. Neither makes any difference with the results. I can't use the import to update the accounts in version 9. Anyone have any suggestions?