My form on SharePoint has a multiple-choice field. When I bring that data into Excel (as a connection), it displays with extra characters like this:
When there's more than one name, I want "/" to replace those characters. When it's just one name, I want the characters removed like this:
I'm using Power Query to process this and other columns of data but struggling to figure out how to make this particular change. All ideas are welcome, thanks!
Bruce Wayne;#5
Mickey Mouse;#20;#Clark Kent;#5
Daffy Duck;#17
When there's more than one name, I want "/" to replace those characters. When it's just one name, I want the characters removed like this:
Bruce Wayne
Mickey Mouse/Clark Kent
Daffy Duck
I'm using Power Query to process this and other columns of data but struggling to figure out how to make this particular change. All ideas are welcome, thanks!