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&", ")),""))

 

I've been to older workbook where i know this formula worked. and it seems like now it does not work anywhere.... I am baffled. i get the error message below.

  • 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