how to update one excel workbook from another by VBA + vlookup or index and match formula

m_vishal_c

Board Regular
Joined
Dec 7, 2016
Messages
209
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
hi Everyone,

I have two different Excel Workbook i.e. WB1 and WB2. I need to update particular column in WB1 from WB2.

For example:- there are some common columns in both WBs (Sr no and Lifds Date). if I update Lifds date with same Sr No in WB2, then that date should be getting updated automatically in WB1 with same SR No. (like vlookup through).

is anyone can help me out.

heaps thanks in advance
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
If you only want to update 1 WB from the other 1, a regular vlookup should work for you - have you tried that yet?
 
Upvote 0
If you only want to update 1 WB from the other 1, a regular vlookup should work for you - have you tried that yet?

hi
Thanks for replying. yes I can do that way but i want to be happned automatically. instead of applying manual vlookup
 
Upvote 0
vlookup is not manual, once you have it working, it will reference the source file and change every time the source file changes
 
Upvote 0
vlookup is not manual, once you have it working, it will reference the source file and change every time the source file changes

hi, its huge data and vlookup stuck and takes too much time to get refreshed . so I need vba code

thanks
 
Upvote 0

Forum statistics

Threads
1,216,095
Messages
6,128,794
Members
449,468
Latest member
AGreen17

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