Hello,
On the tab 'Sheet1', I have the following table:
[TABLE="class: grid, width: 250"]
<tbody>[TR]
[TD]New York
[/TD]
[TD]Yes
[/TD]
[/TR]
[TR]
[TD]California
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Alabama
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Texas
[/TD]
[TD]Yes
[/TD]
[/TR]
</tbody>[/TABLE]
On the tab 'Sheet2', I would like to only list the states with a 'Yes' from this table. In other words, is it possible via formulas to dynamically list those states on another tab based on my 'Yes' criteria? By dynamic, I mean that I can add more states to my table on 'Sheet1' and the 'Yes' states will automatically populate in a convenient list on a tab on 'Sheet2'? I know VBA can do this, but I'm curious if this can be done via formulas. Any ideas?
Thanks!
On the tab 'Sheet1', I have the following table:
[TABLE="class: grid, width: 250"]
<tbody>[TR]
[TD]New York
[/TD]
[TD]Yes
[/TD]
[/TR]
[TR]
[TD]California
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Alabama
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Texas
[/TD]
[TD]Yes
[/TD]
[/TR]
</tbody>[/TABLE]
On the tab 'Sheet2', I would like to only list the states with a 'Yes' from this table. In other words, is it possible via formulas to dynamically list those states on another tab based on my 'Yes' criteria? By dynamic, I mean that I can add more states to my table on 'Sheet1' and the 'Yes' states will automatically populate in a convenient list on a tab on 'Sheet2'? I know VBA can do this, but I'm curious if this can be done via formulas. Any ideas?
Thanks!