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

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
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,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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