Hello all,
I am importing some data into Excel. One of the columns contains text strings separated by commas. However, the strings that come in are not always in the same order. Here are examples:
COLUMN A
choice1, choice3
choice2, choice5, choice1
choice4
choice1, choice3, choice6
(in reality the strings have multiple words separated by spaces, but commas are only used as a delimiter)
A normal pivot table sees each cell as a single (different) string and therefore counts each as "1"
What i need to do is be able to get a TOTAL count of each individual choice like This:
Choice1 = 3
Choice2 = 1
Choice3 = 2
...etc
How can I select all the cells in the column and derive this result?
Help please.
Tim
I am importing some data into Excel. One of the columns contains text strings separated by commas. However, the strings that come in are not always in the same order. Here are examples:
COLUMN A
choice1, choice3
choice2, choice5, choice1
choice4
choice1, choice3, choice6
(in reality the strings have multiple words separated by spaces, but commas are only used as a delimiter)
A normal pivot table sees each cell as a single (different) string and therefore counts each as "1"
What i need to do is be able to get a TOTAL count of each individual choice like This:
Choice1 = 3
Choice2 = 1
Choice3 = 2
...etc
How can I select all the cells in the column and derive this result?
Help please.
Tim