Deleting Space at End of Cell.

tanahteck

New Member
Joined
Nov 22, 2005
Messages
2
Hi All, reading thru the various thread cant really find the solution to my problem, my columns A has 2,000 rows, each rolls have a Blank Space after the text [Eg Call A1 (XXXX ), A2(YYYY ), there is a space after the XXX,YYYY), how do I delete the space for all the 2000 rows? Appreciate your kind assistance.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Welcome to MrExcel Board!

Here's one way:

Select the column (or cells, if it's not the whole column).
Go to Data, Text to Columns.
Choose Delimited, and click Next.
Choose Space, and click Finish.

That should do it. Hope that helps! Post back if you have any more problems.
 
Upvote 0
hi thanks for the quick repsonse, however it doesnt seem to work after i follow what you had describe.
 
Upvote 0
You could always try (in another column, B, for example):

=TRIM(A1)

and copy down the column.
Then copy that column, select Column A again, and use Edit, Paste Special, Values to paste it back to Column A as text values.
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,718
Members
448,986
Latest member
andreguerra

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