B
Beema
I have a small Excel with my local football league competitions Home & Away
matches.
The format is basically
COLUMNA = DATE
COLUMNB = HOME_TEAM
COLUMNC = AWAY_TEAM
I would like to create a dropdown list on this sheet to Filter the data to
show both the home & away matches for the selected team?
The filter code would be something like (in pseudocode):
(COLUMNB="SELECTED" OR COLUMNC = "SELECTED")
where "SELECTED" = the team the person selects
Thanks for any help.
BW
matches.
The format is basically
COLUMNA = DATE
COLUMNB = HOME_TEAM
COLUMNC = AWAY_TEAM
I would like to create a dropdown list on this sheet to Filter the data to
show both the home & away matches for the selected team?
The filter code would be something like (in pseudocode):
(COLUMNB="SELECTED" OR COLUMNC = "SELECTED")
where "SELECTED" = the team the person selects
Thanks for any help.
BW