Forum Discussion

spelo100's avatar
spelo100
Copper Contributor
Oct 29, 2021
Solved

Vlookup using two separate columns

Hello.  I need help with creating a formula to look at the input in two separate columns then return a value from a simple table.  I've tried different ways based on my internet searches but they all involve using Index or Match or both, which I'm not opposed to, but I don't know how to use those features.  I've attached an example.  Thank you for your help.  

3 Replies

    • spelo100's avatar
      spelo100
      Copper Contributor
      Awesome! Thank you so much. That works perfectly. Haven't seen anything with the Choose function.
      • OliverScheurich's avatar
        OliverScheurich
        Gold Contributor

        spelo100 

        Glad it helped. With INDEX and MATCH it's:

        =INDEX($I$5:$K$19,MATCH(A5&C5,$I$5:$I$19&$J$5:$J$19,0),3)

        This has to be entered as arrayformula as well.

Resources