Hi
I need a little help on this one. I am separating (or trying to ) separate data that has come from a SharePoint list where the user can select multiple options. Everywhere I have looked has suggested using this formula
=TRIM(MID(SUBSTITUTE($A1,";#",REPT(" ",99)),COLUMN(A1)*99-98,99))
as...