Forum Discussion

kittenmeants's avatar
kittenmeants
Brass Contributor
Oct 04, 2023
Solved

LOOKUP Formula, but not 100% exact terms?

I have two tabs, both with similar information, just formatted differently. I need to add the region to the first tab that correlates with the location, location name, or store name. The location nam...
  • OliverScheurich's avatar
    Oct 04, 2023

    kittenmeants 

    =IFERROR(INDEX($A$8:$A$10,MATCH(TRUE,ISNUMBER(SEARCH(SUBSTITUTE(B2,0,""),$B$8:$B$10)),0)),"")

    You can try this formula. Enter the formula with ctrl+shift+enter if you don't work with Office 365 or Excel for the web or Excel 2021.

Resources