Last active
November 13, 2022 06:36
-
-
Save Azooz2014/660a91ff9af11aba1a67c7123e8d75a8 to your computer and use it in GitHub Desktop.
Excel formula to remove trailing spaces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=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