Hi,
I have to compare two different tables and create a column. Following is the sample input and output.
Input
Table 1
Product |
A |
B |
A |
E |
S |
A |
Table 2
List |
A |
B |
C |
D |
Output
Product | Status |
A | Available |
B | Available |
A | Available |
E | NA |
S | NA |
A | Available |
Could anyone please guide me how to achieve this.
Any help is greatly appreciated!
Thanks,
Stanley