我有两张excel表。我必须合并两者,使一个中的值与另一个匹配。例如。
The first excel, the 2nd excel
1 t 1 tes1
2 5 3 tes3
3 t 4 tes4
4 g
Run Code Online (Sandbox Code Playgroud)
请注意,在第二个 excel 的第一列中,缺少 2,因此我希望第一个 excel 看起来像这样,
1 tes1 t
2 5
3 tes3 t
4 tes4 g
Run Code Online (Sandbox Code Playgroud)
我是新手。对此的任何帮助将不胜感激。