Forum Discussion

Jit_Bristol's avatar
Jit_Bristol
Copper Contributor
Jan 04, 2021
Solved

VLOOKUP and using Table_Array for looking up a file

Hi, I'm amending an existing VLOOKUP command which reads in status data (for a Company & Tranche) from a file stored on another server and displays the data. The Table_Array is hard-coded eg : =IFER...
  • mtarler's avatar
    Jan 04, 2021

    Jit_Bristol the return from your inner VLOOKUP is just a string value not a proper reference.  You could add an INDIRECT() but the file will need to be open for that INDIRECT to work:

    =IFERROR(VLOOKUP($B15,INDIRECT(VLOOKUP(E2,'Client Setup'!$A$4:$O$220,11,FALSE)),7,FALSE),"NO DATA").

Resources