Trim is not removing blank spaces after text.

Bret189

New Member
Joined
Sep 30, 2016
Messages
3
I'm trying to clean up my data and I have a cell that says "ABC123 " for example. There must be something unique about those "spaces" as nothing I try can get rid of them. Is there a formula that finds the last letter or number in a cell, then removes anything else to the rest of it? Please note that I might get a cell with "ABC 123 " and I need it to come back as "ABC 123" with only the trailing spaces removed. Thanks!
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Greetings to all.

Sometimes when we copy information from a web page, we come across characters that "look like spaces" (character 32), but are actually '160' characters.

If so, you can try:

Excel Formula:
=TRIM(CLEAN(SUBSTITUTE(A1, CHAR(160), " ")))
 
Upvote 0
Solution

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top