VLOOKUP external data

sknight22

Board Regular
Joined
Feb 16, 2016
Messages
75
Hello,

I am trying to make a worksheet vlookup from another data source using the below.

=VLOOKUP(C10,'C:\Users\scusk1\Desktop\Stephen\Archived Workbooks\[Driver Database Live.xlsx]iForm Data'!$1:$1048576,11,FALSE)

Can anyone spot an error as it is returning NA

Thanks
Stephen
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi,

VLOOKUP return NA when it doesn't find the value to search.
It probably just didn't find your C10 value in the first culumn of your external sheet.
Also $1:$1048576 looks a bit vague for a searching area. Do you really need to look in the whole sheet ?
 
Upvote 0
Thank you. I have just changed the column in my eternal sheet that I am searching for by converting to number and it is now working.

Than you for your reply
 
Upvote 0

Forum statistics

Threads
1,215,223
Messages
6,123,727
Members
449,116
Latest member
Aaagu

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