http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
on that Alexa domain ranking spreadsheet (top 1 million domains in the world)
A column contains domain ranking, B column contains domain name (for those not familiar)
On a D column, I put =VLOOKUP("dog",A1:B1000001,1,TRUE)
and it returns #N/A
How come Vlookup is not working ?
Using Excel 2007, Vista.
From VLOOKUP doctumentation
From your formula, and the fact the the data in the sheet is ID, Value, this will try to match dog to an ID ( integer ) value, which should return no results.
Also, the sort order of the lookup values are important
If RangeLookUp is set to FALSE