Hello
I would like a column that shows whether or not a column in Table2 contains values that are in Table1.
Table1 | |
Value | New Column |
A | TRUE |
B | FALSE |
C | TRUE |
D | FALSE |
E | TRUE |
Table2 |
Value |
A |
C |
E |
Any Ideas?
Thanks!
Hello
I would like a column that shows whether or not a column in Table2 contains values that are in Table1.
Table1 | |
Value | New Column |
A | TRUE |
B | FALSE |
C | TRUE |
D | FALSE |
E | TRUE |
Table2 |
Value |
A |
C |
E |
Any Ideas?
Thanks!