Hello,

I have the following problem:

I have a workbook with 3 sheets:
Sheet 1 and 2 contain data in columns A, B and C.

like this:
(sheet1)A B C (Sheet2)A B C
1 aaa 111 ABC zzz 999 XYZ
2 bbb 222 DEF yyy 888 UVW
3 ccc 333 GHI xxx 777 RST
4 ddd 444 JKL www 666 OPQ
5 eee 555 MNO vvv 555 LMN

I want the result to be the following in sheet 3:
(sheet3)A B C
1 aaa 111 ABC
2 bbb 222 DEF
3 ccc 333 GHI
4 ddd 444 JKL
5 eee 555 MNO
6 zzz 999 XYZ
7 yyy 888 UVW
8 xxx 777 RST
9 www 666 OPQ
10 vvv 555 LMN

Can anyone help me with this please?

If the problem isn't clear, feel free to ask.

Thanks,
Nina