G
Glen Mettler
Here is the formula - =VLOOKUP($D54,WBS!$A$2:$K$60,6,0)
D54 = "411100"
The range in WBS for the lookup number is "411100" - "431160" (text)
The 6th column in WBS = "411JM"
That works just fine when the lookup up number is "411100"
however, when I go to the next line (D54 = "431100" ) I get #N/A as a return
(should be "4311JK")
The only thing that returns properly is 411100 - all other numbers return
#N/A
I have checked that the data types are the same and the lookup ranges are
the same
I am confused. Never seen this before and I use vlookup a lot.
Anybody have a clue?
Glen
D54 = "411100"
The range in WBS for the lookup number is "411100" - "431160" (text)
The 6th column in WBS = "411JM"
That works just fine when the lookup up number is "411100"
however, when I go to the next line (D54 = "431100" ) I get #N/A as a return
(should be "4311JK")
The only thing that returns properly is 411100 - all other numbers return
#N/A
I have checked that the data types are the same and the lookup ranges are
the same
I am confused. Never seen this before and I use vlookup a lot.
Anybody have a clue?
Glen