Hi,
I need help with the following;
Table 1
---------
Col A
1
2
3
4
5
Table 2
---------
Col A ColB
1 AA
2 BB
3 CC
4 DD
5 EE
I need to look up say Table 1 Row 3, reference that to 'Table 2' but instead of pulling back 'CC'. I need to pull back the data from a couple of rows down and get 'EE' returned.
Many thanks
Rottie