Forum Discussion

alex2476's avatar
alex2476
Copper Contributor
Jul 27, 2023
Solved

Formula not working anymore

I've been copying and pasting this formula for a while. Since today it seems like its not working =TEXTJOIN(", ",TRUE,FILTER($B$29:$B$59,ISNUMBER(SEARCH(", "&B61&", ",", "&$R$29:$R$59&", ")),""))  ...
  • HansVogelaar's avatar
    Jul 27, 2023

    alex2476 

    Did you change the decimal separator from point to comma? If so, the formula should be

     

    =TEXTJOIN(", ";TRUE;FILTER($B$29:$B$59;ISNUMBER(SEARCH(", "&B61&", ";", "&$R$29:$R$59&", "));""))

Resources