To start, I don't think VLOOKUP
will work for me because I have dozens of columns in each table.
Let's say I have Table 1:
Serial# Value1 Value2 Value3 Value4
1 4 34 65 23
2 123 43 54 46
3 87 98 85 34
4 654 8 645 3
And Table 2:
SF
1
3
4
I would like a way to filter Table 1 based on the serial numbers found in SF.
Serial# Value1 Value2 Value3 Value4
1 4 34 65 23
3 87 98 85 34
4 654 8 645 3
Using a VLOOKUP
would mean I have to write a formula for every column I want filled. i'd like to avoid that.
Thanks