If I type in this formula:
=vlookup(A1,LetterTable,2,False)
With A1 set to "?" (without the quotes), and LetterTable contains this:
a a
b b
c c
... ...
- -
+ +
? ?
! !
It always gives me "a" (no quotes). Why is this?
Also, if I copy that into an array in vba and loop through it, comparing it to the spreadsheet value, it won't find it either.