CHAR
Returns the character specified by a number. Char values follow the ASCII value mapping. For more information, refer to the Google Sheets documentation.CONCAT
Concatenates (combines) any number of strings into a single string. For more information, refer to the Google Sheets documentation.CLEAN
Returns text with the non-printable ASCII characters removed. Unicode characters that aren’t in ASCII are not removed. For more information, refer to the Google Sheets documentation.FIND
Returns the position of one string inside another. For more information, refer to the Google Sheets documentation.FIND does not accept a third argument for start number/index.