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 my go to to separate the responses across multiple columns, no matter how many times I have tried this and yes I have updated the cell reference so that it points to the cell in my query the formula returns a blank. The user can select up to 13 options (I doubt any will) so I recognise that I will need 13 columns to drop the data into once separate. How the code looks is irrelevant as the worksheet is only a sheet for holding calculations - it is not for presentation. I would prefer that no vba is used on this or if anyone has a suggestion on vba, it is kept simple (it's not my space)
This is an example of how the content in the output worksheet may be presented:
Yes - Childcare/Preschool;#Yes - Public Open Space/Recreation Users;#Yes - Residential - Medium Density;#Yes - Unable to be Determined
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 my go to to separate the responses across multiple columns, no matter how many times I have tried this and yes I have updated the cell reference so that it points to the cell in my query the formula returns a blank. The user can select up to 13 options (I doubt any will) so I recognise that I will need 13 columns to drop the data into once separate. How the code looks is irrelevant as the worksheet is only a sheet for holding calculations - it is not for presentation. I would prefer that no vba is used on this or if anyone has a suggestion on vba, it is kept simple (it's not my space)
This is an example of how the content in the output worksheet may be presented:
Yes - Childcare/Preschool;#Yes - Public Open Space/Recreation Users;#Yes - Residential - Medium Density;#Yes - Unable to be Determined