Hi guys,
Long time lurker, first time poster here.
I'm working with results from a SharePoint survey that allows the respondent to check multiple boxes for a single question. In Excel, such answers are concatenated in a single cell with delimiters. For example, one answer could be
Apple;#Orange;#Banana
and another
Apple;#Banana
I need to count the number of times a certain word (eg Banana) occurs in a column with such concatenated values. It's very similar to this use case:
I would like to do this with a pivot table, but without using helper coloumns in the source data.
Is this in any way possible? I'm fine using VBA, and could also possibly get PowerPivot if needed - but would like to avoid it.
Thanks in advance!
Long time lurker, first time poster here.
I'm working with results from a SharePoint survey that allows the respondent to check multiple boxes for a single question. In Excel, such answers are concatenated in a single cell with delimiters. For example, one answer could be
Apple;#Orange;#Banana
and another
Apple;#Banana
I need to count the number of times a certain word (eg Banana) occurs in a column with such concatenated values. It's very similar to this use case:
Pivot Tables - where Cell 'Contains' text...
Hello, can anyone please let me know if it is possible to create a pivot table but specifying a count where data within a column contains a specific string (similar to the option available when filtering)? Sample scenario - a question within a survey allows the user to select their top 3...
www.mrexcel.com
I would like to do this with a pivot table, but without using helper coloumns in the source data.
Is this in any way possible? I'm fine using VBA, and could also possibly get PowerPivot if needed - but would like to avoid it.
Thanks in advance!