google spreadsheet remove character from number code example
Example: google sheets remove characters from string
=REGEXREPLACE(A1, "removed", "added")
# replaces 'removed' with 'added' in A1
=REGEXREPLACE(A1, "removed", "added")
# replaces 'removed' with 'added' in A1