hello, i have a working formula but would like to replace the qoutes "" with '.
i cant seem to get it to work if someone can please point me in right direction.
Currently it joins a list of IDs and delimits with comma and open and end quotation marks. I would like to replace the open and closed qoutation marks with '
thanks in advance
=IF(TEXTJOIN(""",""",TRUE,H10:H47)<>"",CHAR(34)&(TEXTJOIN(""",""",TRUE,H10:H47)&CHAR(34)),"")
i cant seem to get it to work if someone can please point me in right direction.
Currently it joins a list of IDs and delimits with comma and open and end quotation marks. I would like to replace the open and closed qoutation marks with '
thanks in advance
=IF(TEXTJOIN(""",""",TRUE,H10:H47)<>"",CHAR(34)&(TEXTJOIN(""",""",TRUE,H10:H47)&CHAR(34)),"")