Ok, heres the problem, I have to make excel call a table_range for use within a VLOOKUP formula, but to discover the range it requiers, it must VLOOKUP another table to discover the range it requires.

Now, doing this (at least in theory) should be this:

(VLOOKUP(P3,(VLOOKUP(E3,Lookups!D2:E17,2),2))

Correct?? However, it wont seem to work, Any ideas people?

Rich18144