vladimiratanasiu
Active Member
- Joined
- Dec 17, 2010
- Messages
- 347
- Office Version
- 365
- 2021
- Platform
- Windows
Hello!
I have two tables, with similar content in them. In Table 1, the values are inserted in cells of contiguous columns. Table 2 has one more column, added supplementary after each column of Table 1. My question is how could I copy the content of Table 1, and paste it automatically in Table 2, ignoring the empty columns? I mention that the my tables are very large and this is a repetitive operation. Thank you!
I have two tables, with similar content in them. In Table 1, the values are inserted in cells of contiguous columns. Table 2 has one more column, added supplementary after each column of Table 1. My question is how could I copy the content of Table 1, and paste it automatically in Table 2, ignoring the empty columns? I mention that the my tables are very large and this is a repetitive operation. Thank you!
Table 1 | ||
1 | 2 | 3 |
A | AA | AAA |
B | BB | BBB |
C | CC | CCC |
D | DD | DDD |
E | EE | EEE |
F | FF | FFF |
G | GG | GGG |
Table 2 | |||||
1 | 2 | 3 | |||
A | AA | AAA | |||
B | BB | BBB | |||
C | CC | CCC | |||
D | DD | DDD | |||
E | EE | EEE | |||
F | FF | FFF | |||
G | GG | GGG | |||