jhammond10
New Member
- Joined
- Jul 1, 2015
- Messages
- 4
Hi all,
looking to create an array from a table using filter, one of which I couldn't do by applying regular filters so I hope it is possible.
The filter function is easy enough, and I can get it to work no problem with only one 'include' argument, but when I add the second it goes haywire.
The table (Table2) looks like this:
What I am trying to achieve is to get an array that when a user selects a team name (values in C or D), it will spill all of their team results.
I can do it for either 'Home' or 'Away' no problem using filter. For example if team "No Ma'am" was selected, I use =FILTER(Table2,Table2[Home]="No Ma'am")
and get
Same with 'Away' column for the include
The end result I'm looking for is to get both in the same array.
So whether Whether "No Ma'am" shows up in column C or D, return that row.
Thanks!
looking to create an array from a table using filter, one of which I couldn't do by applying regular filters so I hope it is possible.
The filter function is easy enough, and I can get it to work no problem with only one 'include' argument, but when I add the second it goes haywire.
The table (Table2) looks like this:
What I am trying to achieve is to get an array that when a user selects a team name (values in C or D), it will spill all of their team results.
I can do it for either 'Home' or 'Away' no problem using filter. For example if team "No Ma'am" was selected, I use =FILTER(Table2,Table2[Home]="No Ma'am")
and get
Same with 'Away' column for the include
The end result I'm looking for is to get both in the same array.
So whether Whether "No Ma'am" shows up in column C or D, return that row.
Thanks!