Using V-Look Up to transfer data from one workbook to another

umarraza

New Member
Joined
Jul 7, 2015
Messages
16
Hi,

I am not very good with excel hence the post. I am trying to transfer data from one workbook to another (without copying and pasting it) using some sort of V-look up formula or any other that I may not be aware of. I have given an example of the data set below:

Workbook1:
AB
1Reference NumberFixed
239217Yes
317390No
419283No
518304Yes

<tbody>
</tbody>

Workbook2:
AB
1Reference NumberFixed
239217?
317390?
419283?
518304?

<tbody>
</tbody>

In Workbook2 from cell B2 to B5 I would like to use a formula to pick up the yes or no from Workbook1. I dont want to copy and paste the results over as this is just an example but the work I will be doing contains thousands of data entries being updated at various times.

Alternatively, if there is a better way of doing this, please do let me know.

This is my first post, so apologies in advance if I have not followed the correct protocol or etiquette of posting a thread.

Thank you for your help.

UR
 
Last edited:

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.
Try using this:
Code:
='[file.xlsx]Sheet1'!$B:$B.

Highlight Column B in workbook 2 and paste that formula in. Then just drag the formula down as many cells as you need.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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