Pull Multiple Column Data from One Sheet to Another

Katterman

Board Regular
Joined
May 15, 2014
Messages
103
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
  3. Web
Hello Excel Gurus

I've searched many similar threads and sites for help on this but even though some similar questions have been posted and answers given, i can't seem to find a scenario that works best or that my limited VBA experience has been able to adapt. I Have tried the record macro approach as well but since not copying and pasting Column to Column (see below) it fails. I always do my best to research before posting to try and avoid wasting peoples time if the answer is already here. :)

I have a sheet (CleanIt) that contains cleaned up data (done daily so the "end Rows" would not always be the same) that i want to pull the data from 4 columns and paste into different columns (starting in row 2 to avoid header overwrites) on a different sheet (For this example the sheet is called "Work In Progress" but each day would be a different sheet due to data is gathered Daily and the Last Rows would always be different on a daily basis)



Sheets("CleanIt")Sheets("Work In Progress")
*** This is a Table (Table3) That Ranges J1-> AF5000 ***
Column "A" up to Last RowCopy toColumn "AD" Staring in Row 2 (To Leave headers untouched)
Column "B" up to Last RowCopy toColumn "M" Staring in Row 2 (To Leave headers untouched)
Column "C" up to Last RowCopy toColumn "J" Staring in Row 2 (To Leave headers untouched)
Column "D" up to Last Row Value of A, B or CCopy toColumn "N" Staring in Row 2 (To Leave headers untouched)

<tbody>
</tbody>





** Note, The "Last rows" of Data would all be the same for Columns A, B and C with No Blank Cells but Column D would have some blank cells within the column (and want to be kept) and would "technically" end at the same Last row as the other columns albeit there many not be data in the last row(s) of column (D).

The sheet i have can't be uploaded due to sensitive data but If required, i could build a sample workbook but was hoping the above would be OK. If Not, I understand :)

Thanks in Advance for any and all replies.
Your teachings are most Valued

Scott
 
You're welcome. You may need to repost the question, as people sometimes ignore questions that are being resolved. Just make sure you link them together in your second post and post here with a link to the new post.
 
Upvote 0

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.
Thanks Again Ben :)

As Suggested, i Posted an new Thread HERE that links back to this one as a reference.

Scott
 
Upvote 0
All Resolved Now.

The Final Thread is HERE.

Thanks Ben (bschwartz) and Norie for all their time and assistance.

Scott
 
Upvote 0

Forum statistics

Threads
1,215,433
Messages
6,124,861
Members
449,194
Latest member
HellScout

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