Forum Discussion

Satcom9's avatar
Satcom9
Copper Contributor
Feb 24, 2023
Solved

Return a Value using Index/Match when the array cell contains multiple entries.

  =IFNA(INDEX(TMC!$C$2:$C$688,MATCH(B152,TMC!$I$2:$I$688,0)),"") Using this formula I was attempting to get the value from column C when the lookup value matched a zone name from column I. In...
  • Harun24HR's avatar
    Feb 24, 2023
    Use XLOOKUP() with wildcard matching option. What is your Excel version? FILTER() with SEARCH() should also work. Share a sample workbook so that we can work on that.

Resources