Hey All,
I have made a VLOOKUP Code to find a value on another page. It works with one value and shows the correct "Description" and "Cross Value Number". It is suppost to work Vise-versa but It does not, the only thing altered is the columns number. The code for the working one is:
For the non-working one is:
I'd appreciate if anyone can help with this matter.
Thanks,
Faiek
I have made a VLOOKUP Code to find a value on another page. It works with one value and shows the correct "Description" and "Cross Value Number". It is suppost to work Vise-versa but It does not, the only thing altered is the columns number. The code for the working one is:
Code:
=VLOOKUP(C4, Crossreftable, 2, FALSE)
For the non-working one is:
Code:
=VLOOKUP(C4, Crossreftable, 1, FALSE)
I'd appreciate if anyone can help with this matter.
Thanks,
Faiek