Updating changes in a table from another table.

royca

New Member
Joined
Jan 27, 2011
Messages
44
Hi All, I have a number of assets at a number of locations. Assets are sometimes added, moved, or removed. We have a master tracking list with the location of each asset. I have a maintenance tracking list that I would like to have update automatically from the master list. All the data is in tables.

I would like to update the location for moved assets, remove assets without locations, and add new assets that have received a location.

Is there an eloquent solution to this problem? I would appreciate any ideas.

For example,

Location Asset Data
loc_01 202 202
loc_02 203 203
loc_03 400 400
loc_04 401 401
loc_05 402 402

May become,

Location Asset Data
loc_01 400 400
loc_02 500 500
loc_03 202 202
loc_04 203 203
loc_05 402 402
 
Last edited:

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,215,372
Messages
6,124,531
Members
449,169
Latest member
mm424

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