I have 3 dynamic lists with some blank rows that I'm trying to go through and get only the common results (and no blank rows) but I have no idea how to do that. The data looks like this:
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]List 1
[/TD]
[TD]List 2
[/TD]
[TD]List 3
[/TD]
[/TR]
[TR]
[TD]Revenue
[/TD]
[TD]Revenue
[/TD]
[TD]High value
[/TD]
[/TR]
[TR]
[TD]Device activation
[/TD]
[TD]Competitors
[/TD]
[TD]Roaming
[/TD]
[/TR]
[TR]
[TD]Customer quality
[/TD]
[TD][/TD]
[TD]Revenue
[/TD]
[/TR]
[TR]
[TD]Customer care
[/TD]
[TD]Device activation
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Device configuration
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Customer quality
[/TD]
[/TR]
</tbody>[/TABLE]
What I would like to pull from this example would be Revenue as it's the only common denominator here, but sometimes I get as many as 5 common answers back. Can someone help me please?
[TABLE="class: outer_border, width: 500, align: center"]
<tbody>[TR]
[TD]List 1
[/TD]
[TD]List 2
[/TD]
[TD]List 3
[/TD]
[/TR]
[TR]
[TD]Revenue
[/TD]
[TD]Revenue
[/TD]
[TD]High value
[/TD]
[/TR]
[TR]
[TD]Device activation
[/TD]
[TD]Competitors
[/TD]
[TD]Roaming
[/TD]
[/TR]
[TR]
[TD]Customer quality
[/TD]
[TD][/TD]
[TD]Revenue
[/TD]
[/TR]
[TR]
[TD]Customer care
[/TD]
[TD]Device activation
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Device configuration
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Customer quality
[/TD]
[/TR]
</tbody>[/TABLE]
What I would like to pull from this example would be Revenue as it's the only common denominator here, but sometimes I get as many as 5 common answers back. Can someone help me please?