Hi Guys,
I basically have a column of data made up of 0's and names of places.
In the column adjacent and to the right of it I wish to return all of the words in the column but not the 0's. If possible I want to be able to return only one of each individual word and then in the cell adjacent to this (2 columns over from the original data) tally them up
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Original Data[/TD]
[TD]Places[/TD]
[TD]Number of.[/TD]
[/TR]
[TR]
[TD]Glasgow[/TD]
[TD]Glasgow[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]London[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]London[/TD]
[TD]Birmingham[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]London[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Birmingham[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Glasgow[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Birmingham [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Glasgow[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
This is what I want it to look like in the end, although i have thousands of bits of data in column 1.
if anyone could help out with this i'd be grateful!
I basically have a column of data made up of 0's and names of places.
In the column adjacent and to the right of it I wish to return all of the words in the column but not the 0's. If possible I want to be able to return only one of each individual word and then in the cell adjacent to this (2 columns over from the original data) tally them up
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Original Data[/TD]
[TD]Places[/TD]
[TD]Number of.[/TD]
[/TR]
[TR]
[TD]Glasgow[/TD]
[TD]Glasgow[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]London[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]London[/TD]
[TD]Birmingham[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]London[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Birmingham[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Glasgow[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Birmingham [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Glasgow[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
This is what I want it to look like in the end, although i have thousands of bits of data in column 1.
if anyone could help out with this i'd be grateful!