Forum Discussion

Daniel_Longo's avatar
Daniel_Longo
Copper Contributor
May 15, 2024

How can I apply the ISNUMBER function row-by-row until a value is found?

I can use the ISNUMBER formula explicitly to get the result I want. However, I need to do a dynamic row-by-row search until a value is returned and then stop. For example, I want to determine if the ...
  • HansVogelaar's avatar
    May 15, 2024

    Daniel_Longo 

    =IFERROR(INDEX($S$1:$S$100, MATCH(TRUE, ISNUMBER(SEARCH(", "&A1&", ", ", "&$R$1:$R$100&", ")), 0)), "")

Resources