Hello all.
I am trying to reference in a new Tab a list of all the items that hae an "X" against them I.E.
A B
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cats
[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]Dogs[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Parrots[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]Shrimp[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Pandas[/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]
instead of getting
Cats
Blank
Parrots
Blank
Pandas
I am trying to get
Cats
Parrots
Panda
I have tried multiple lockups etc, and I am trying to have it so there is no filter/sorting required on the final page
any help is greatly appreciated
Kind regards
I am trying to reference in a new Tab a list of all the items that hae an "X" against them I.E.
A B
[TABLE="width: 500"]
<tbody>[TR]
[TD]Cats
[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]Dogs[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Parrots[/TD]
[TD]X[/TD]
[/TR]
[TR]
[TD]Shrimp[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Pandas[/TD]
[TD]X[/TD]
[/TR]
</tbody>[/TABLE]
instead of getting
Cats
Blank
Parrots
Blank
Pandas
I am trying to get
Cats
Parrots
Panda
I have tried multiple lockups etc, and I am trying to have it so there is no filter/sorting required on the final page
any help is greatly appreciated
Kind regards