Hello
I'm trying to use the "join" tool to do a vlookup from input 2 and input 1.
under the join tool, for the Left option I put "F5" and then for the Right option I put "a/c number".
I then put a union tool and joined all 3 lines from the join output into the union tool.
when I place the browse tool after the union tool, all my cells appeared [Null], basically everything was blank.
can someone guide me as how do I do a vlookup and create an additional column as my desired output ?
Input 1:
| F5 |
| 123456 |
| 654321 |
| 123123 |
| 321321 |
333333 |
Input 2:
| a/c number | Name of Reviewer |
| 123345 | John |
| 333333 | mary |
| 321321 | james |
| | |
| | |
desired Output:
| F5 | Name of Reviewer |
| 123456 | John |
| 654321 | |
| 123123 | |
| 321321 | James |
| 333333 | mary |