Copying and inserting rows of data from one sheet to another and grouping it with similar criteria

VoxDubitatio

New Member
Joined
Dec 9, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am very new to VBA but I am trying to set up a macro that will move a variable number of rows (anywhere from 1-20) with dates in column "A" from the "entry" sheet to the "tracking' sheet that has been pre-populated with dates in the same column (approximately 500 rows of dates in column "A").
After these rows are moved to the "tracking" sheet I would like the dates to be sorted into the correct positions and ideally I would like the entered data (from the "entry" sheet) to be grouped with the rows in the "tracking" sheet that have the same date.

I have included a couple of images for reference:
This is the "entry" sheet (the data to be moved)

1639079928951.png


And this is the "tracking" sheet (where I would like the data to go
1639079979810.png


Let me know if I can do anything to further clarify my request.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.

Forum statistics

Threads
1,214,965
Messages
6,122,495
Members
449,088
Latest member
Melvetica

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