Forum Discussion

mrush142's avatar
mrush142
Copper Contributor
Oct 26, 2023
Solved

Need a lookup function for multiple columns and rows

Hello, have a problem I am trying to figure out. So I need a function that uses two columns as the lookup (column X & W) and based on the m (column O, P, or Q) with the id (column N) give me a r (col...
  • mrush142's avatar
    mrush142
    Oct 26, 2023

     

    =INDEX($R$3:$T$5,XMATCH(X3,$N$3:$N$5,0),XMATCH(W3,XLOOKUP(X3,$N$3:$N$5,$O$3:$Q$5),0))

    Messed around and found a solution! Thanks you SergeiBaklan for the help

Resources