K
Karthik
I found that the vlookup function fails to look for a value which has
got the character"~" in it. I have work around(s) to solve this issue.
All I want to know is "Why does Vlookup function fail in this case?"
Example : Copy paste the below example and try it yourself.
The formula in cell B2 =VLOOKUP(B3,$D$3:$E$14,2,0) gives an error.
A B C D E
1 Input Output Vlookup Array
2 ~ #N/A ~ 1
3 ! 2
4 @ 3
5 # 4
6 $ 5
7 % 6
8 & 7
9 ^ 8
10 * 9
11 ( 10
12 ) 11
13 _ 12
Thanks
Karthik Bhat
got the character"~" in it. I have work around(s) to solve this issue.
All I want to know is "Why does Vlookup function fail in this case?"
Example : Copy paste the below example and try it yourself.
The formula in cell B2 =VLOOKUP(B3,$D$3:$E$14,2,0) gives an error.
A B C D E
1 Input Output Vlookup Array
2 ~ #N/A ~ 1
3 ! 2
4 @ 3
5 # 4
6 $ 5
7 % 6
8 & 7
9 ^ 8
10 * 9
11 ( 10
12 ) 11
13 _ 12
Thanks
Karthik Bhat