Filter formula include argument
Greetings..
I am struggling with applying the Filter formula in an Excel table. I had it working in another instance, but it doesn't seem to be consistent.
Here is my formula...
Code:
=FILTER(BkgTbl[[#All],[Group]:[Rtn Depart Time]],({1,0,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1})*(BkgRegT="Yes"),"")
BkgRegT is a named column range within BkgTbl. Removing the 2nd condition returns all the columns required properly. Adding the second condition returns a "#VALUE" error, and hovering over that says there is a data type problem. The table data in that column is either blank or "Yes".
What have I done wrong?
Thanks
Gary