Answers for "how to remove last two characters of a string in excel"

1

excel trim last character from string

=LEFT(A1, LEN(A1)-1)
Posted by: Guest on August-24-2020

Code answers related to "how to remove last two characters of a string in excel"

Browse Popular Code Answers by Language