I have a problem with Vlookup. The formula is returning an #NA.
I know the value which is a string contained in the array but I can no
get the expected result.
If i use the formula =MATCH(D3,'Server to Cluster'!$B$1:$B$80,0)
The relative position returned is 11 as expected. However when I use
=VLOOKUP(D3,'Server to Cluster'!$A$1:$B$80,1,FALSE) I get #NA.
I need the cluster number in cell A11.
Sheet 1
In D3 is a hostname
The formula is in column E
Sheet 2 is Server to Cluster
Column A contains the cluster number that I need
Column B contains the server numbers to match.