Forum Discussion

Betsy1915's avatar
Betsy1915
Copper Contributor
Jun 01, 2022
Solved

VLookup nesting

Can you use a VLookup within a VLookup to fill the table_array value?
  • mtarler's avatar
    mtarler
    Jun 03, 2022

    Betsy1915 sorry I had a small typo:

    =HLOOKUP($A$11,INDIRECT(VLOOKUP($A$12,$A$1:$I$13,2,FALSE)),4,FALSE)

    basically that internal VLOOKUP range should be $A$1:...

    see attached

Resources