What I'm trying to do: Using the Filter function in one workbook, I'm trying to return results (could be more than one) from a second workbook containing a table. Using the Filter function, I would select one column as the results column, then the second column as the "lookup" equal to a value I designate (e.g., table_range = "my value". So the Filter function operates as:
=FILTER(table_column_values, table_column_lookup = "my value", "No Result")
What I have tried: I'm sure I have missed something obvious, however, I've tried simply selecting the column from the 2nd workbook accepting the result, as well as looked up how to create a reference using brackets ( [ ] ), explanation point ( ! ), apostrophes ( ' ), etc. and can't seem to get it right. I've also tried looking up this scenario for a few hours online. All the examples I have found are hard references to ranges, but nothing using tables.
No matter the attempt, I always get the #value error which is vague in itself.
=FILTER(table_column_values, table_column_lookup = "my value", "No Result")
What I have tried: I'm sure I have missed something obvious, however, I've tried simply selecting the column from the 2nd workbook accepting the result, as well as looked up how to create a reference using brackets ( [ ] ), explanation point ( ! ), apostrophes ( ' ), etc. and can't seem to get it right. I've also tried looking up this scenario for a few hours online. All the examples I have found are hard references to ranges, but nothing using tables.
No matter the attempt, I always get the #value error which is vague in itself.