How to paste data in alternative columns?

mahirrrr

New Member
Joined
Jan 1, 2021
Messages
2
Office Version
  1. 2019
Platform
  1. Web
Hello,

please help me.

I have four tables that I need to put in one. I need to copy the whole table and paste it in every fourth column. So I would have First column from first table, First column of second table, First column of third table, First column of fourth table, Second column of first table, and so on, you get the point. Every table is an individual document.

I'm student and I use web version, this is for my thesis and I have like 400 tables that I need to combine in like 100 tables.


Thank you for your help.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
With the web version you would have to copy and paste the individual columns one at a time. To automate the task would need vba which requires a full desktop version of excel.
 
Upvote 0
With the web version you would have to copy and paste the individual columns one at a time. To automate the task would need vba which requires a full desktop version of excel.
what is vba and how do I automate it?
 
Upvote 0
Vba is a programming language that can be used to automate tasks with microsoft office applications.

Using it to automate your task would mean that a specific piece of code has to be written to match the layout of your tables. In order to write the code we would need more information regarding the layout.

To clarify what I said in my previous post, you will need a full desktop (windows / mac) version of excel to be able to use vba, it is not possible to use it with web, android or ios versions. Trial versions for desktop may also have limited functionality.
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,981
Members
449,058
Latest member
oculus

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top