Skip to content

Instantly share code, notes, and snippets.

@Azooz2014
Last active November 13, 2022 06:36
Show Gist options
  • Save Azooz2014/660a91ff9af11aba1a67c7123e8d75a8 to your computer and use it in GitHub Desktop.
Save Azooz2014/660a91ff9af11aba1a67c7123e8d75a8 to your computer and use it in GitHub Desktop.
Excel formula to remove trailing spaces
=TRIM(SUBSTITUTE(`cell to remove spaces from`, CHAR(160), " "))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment