I don't see anything as to why that would return a '#NAME?' error, unless somehow a reference is missing?Simple vlookup is returning '#NAME?'
=IF(ISNA(VLOOKUP(F6,SoWs!A:A,1,FALSE)),"Yes","No")
What gives?...
Thanks!
No you can set it up the way he had it and I have seen plenty of people do it that way to test the same way as you would with the match function. I'm thinking it might have been the false that was the issue, does this not work either?Could the error be coming from the VLOOKUP? I am thinking that since your table array in the VLOOKUP is one column wide and the column index num you have as "1" is attempting to return the same. Doesn't a Vlookup require a table array and column index num of at least 2 wide?