For example. this is an extract of the data, which actually may be 30 columns wide,
Actually come to think of it I have two questions
The first, how do I filter so that portfolio code = a named range elsewhere (a list of portfolio codes). That named range is dynamic and expand and contracts.
And then the second is that column will move around, so I need a way to dynamically link to that column header to the actual filter
Sorry if this seems complicated
[TABLE="width: 806"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Portfolio Name[/TD]
[TD]Country Name[/TD]
[TD]Notional Weight[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]GB927[/TD]
[TD]Germany[/TD]
[TD]5.2%[/TD]
[/TR]
[TR]
[TD]G6008[/TD]
[TD]Germany[/TD]
[TD]-5.2%[/TD]
[/TR]
[TR]
[TD]GB908[/TD]
[TD]United States[/TD]
[TD]0.2%[/TD]
[/TR]
[TR]
[TD]GB608[/TD]
[TD]European Union[/TD]
[TD]0.0%[/TD]
[/TR]
[TR]
[TD]GB928[/TD]
[TD]Korea (South), Republic of[/TD]
[TD]0.0%[/TD]
[/TR]
[TR]
[TD]36008[/TD]
[TD]United States[/TD]
[TD]0.0%[/TD]
[/TR]
[TR]
[TD]G6008[/TD]
[TD] [/TD]
[TD]1.4%[/TD]
[/TR]
[TR]
[TD]GB928[/TD]
[TD]United States[/TD]
[TD]-6.4%[/TD]
[/TR]
[TR]
[TD]GB928[/TD]
[TD]United States[/TD]
[TD]6.4%[/TD]
[/TR]
[TR]
[TD]I6008[/TD]
[TD]United States[/TD]
[TD]0.2%[/TD]
[/TR]
</tbody>[/TABLE]