Annoying leading space

Jeffrey Green

Well-known Member
Joined
Oct 24, 2007
Messages
1,021
I have 55,000 rows with a column containing the word "Ford", but sometimes there is a leading "space" so it
appears as " Ford". Very annoying . . .

It isn't a space and i tried CLEAN() and TRIM() with no luck . . .

Thoughts?

Thanks
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
hate it when this happens, could maybe do a quick & dirty formula.

=MID(A1,FIND("Ford",A1),LEN(A1)-(FIND("Ford",A1)-1))
 
Upvote 0
No luck . . . sample below . . . note the space in front of TRUCK (it isn't as noticeable here). . . .It is happening more than one column . .

SEA</SPAN>
SEA</SPAN>
SEA</SPAN>
SEA</SPAN>
TRUCK </SPAN>
TRUCK </SPAN>
TRUCK </SPAN>

<TBODY>
</TBODY>
 
Upvote 0
mmm, not sure . . .I fixed it the poor man's way . . . .I cleared all data, than typed it the correct word and copied it down . . . . .
Thanks though, I will look for that if it happens again . . . .

Closed . . . . with thanks
 
Upvote 0
It can't have been that then as that would have been cell format so same would happened. How annoying then!
 
Upvote 0
Ok, I am an idiot . . . somehow all of my text columns got formatted as ACCOUNTING!!!!

Sheeeeesh . . . .

Thanks
 
Upvote 0

Forum statistics

Threads
1,207,392
Messages
6,078,219
Members
446,322
Latest member
pebuje

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