Hi Guys,
I have an array as follows
-2 b
-1 c
0 d
1 e
2 f
I can easily do this using vlookup(a3,a1:b5,2,False). However the problem is the value I want could be anywhere in the table so I need another function to call out the cell location (a3) before I use vlookup. I have tried...