excel_2009
Active Member
- Joined
- Sep 14, 2009
- Messages
- 318
Hi excel gurus!
I'm struggling to find any resources on this but is it at all possible to do the following:
I have rows of text which contain semicolons after each phrase, I simply want to count the number of instances of these phrases for example:
Hello;Error;T-Shirt
Hello
Error;T-Shirt
Jumper;Hello how are you
The output would be:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Hello[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Error[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]T-Shirt[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Jumper[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Hello how are you[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible? if so how?
Many thanks!!!!
I'm struggling to find any resources on this but is it at all possible to do the following:
I have rows of text which contain semicolons after each phrase, I simply want to count the number of instances of these phrases for example:
Hello;Error;T-Shirt
Hello
Error;T-Shirt
Jumper;Hello how are you
The output would be:
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Hello[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Error[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]T-Shirt[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Jumper[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Hello how are you[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible? if so how?
Many thanks!!!!