Skip to content

Instantly share code, notes, and snippets.

@legz
Last active November 5, 2016 18:24
Show Gist options
  • Save legz/56e3104969f55867d3ca6c4d3dee64ff to your computer and use it in GitHub Desktop.
Save legz/56e3104969f55867d3ca6c4d3dee64ff to your computer and use it in GitHub Desktop.
Remove diacritics from a string - Google Sheets formula
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE("MY STRING";"ö";"o");"ü";"u");"ó";"o");"ő";"o");"ú";"u");"é";"e");"è";"e");"á";"a");"ű";"u");"í";"i");"ñ";"n");"Ö";"O");"Ü";"U");"Ó";"O");"Ő";"O");"Ú";"U");"É";"E");"È";"E");"Á";"A");"Ű";"U");"Í";"I");"Ñ";"N")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment