Move data from one table to another table with index match??

cknnugget

New Member
Joined
Jun 29, 2020
Messages
44
Office Version
  1. 365
Platform
  1. Windows
I am trying to match data from one table (ETAtable) to another (DBtable). All the macros I've attempted have failed.
DBtable is the database. DBtable size is 10000 rows by 64 Columns with new entries added daily
ETAtable is the data entry table. Users use this table to enter ETA dates.
DBtable and ETAtable are in separate workbooks.
The ETAtable is populated from the DBtable, via power query, to filtering out all rows that have dates. The user refreshes the ETAtable at the beginning of each use leaving only rows that need the date entered into the ETA column.
Unique ID is the unique Identifier
The goal is once the user enters Dates, in the ETA column(ETA table), they will click a button and a macro will transfer the dates, using the Unique ID to match the right row, from the ETAtable to the DBtable without changing any other rows.

ETAtable example has two dates entered by the user to be transferred to the DB table.
ETAtable
Unique IDETAArrival Date
1​
Filler
2​
11/6/2022​
Filler
3​
Filler
4​
Filler
5​
11/6/2022​
Filler
29​
Filler
88​
Filler
135​
Filler
24836​
Filler
24849​
Filler
28599​
Filler
38597​
Filler

Dbtable
Unique IDETAArrival Date
1​
Filler
2​
Filler
3​
Filler
4​
Filler
5​
Filler
6​
FillerFiller
7​
FillerFiller
8​
FillerFiller
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,216,082
Messages
6,128,713
Members
449,464
Latest member
againofsoul

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