Forum Discussion

Mahmed687's avatar
Mahmed687
Copper Contributor
Mar 16, 2022
Solved

Vlookup not working, but Find tool(ctrl+f)works

Hello anyone who can help,   please take a look at this image. Short question is , how can I get the value for test1 while it is inside a cell with multiple values separated with " , " o...
  • OliverScheurich's avatar
    Mar 16, 2022

    Mahmed687 

    =INDEX(J10:J12,MATCH(1,N(ISNUMBER(SEARCH(G10,I10:I12))),0))

    Maybe with this formula. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021. 

     

    =VLOOKUP(1,CHOOSE({1,2},N(ISNUMBER(SEARCH(G10,I10:I12))),J10:J12),2,FALSE)

    Or with VLOOKUP. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021. 

Resources