ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   NEED HELP-----Removing a space at the end of a string of character (https://www.excelbanter.com/excel-discussion-misc-queries/82963-need-help-removing-space-end-string-character.html)

FRS

NEED HELP-----Removing a space at the end of a string of character
 
I have spreadsheets with tens of thousands of fields containing data. All of
the data consists of a string of characters followed by a space. In the end
I need to save the spreadsheet in a .csv format, WITHOUT the space in each
field.

Can anyone suggest a quick way to do this? Your help is appreciated.

Jim May

NEED HELP-----Removing a space at the end of a string of character
 
In Excel there is a function TRIM()
example =trim(a1)
would eliminate any spaces before or after the text in a1.
HTH


"FRS" wrote:

I have spreadsheets with tens of thousands of fields containing data. All of
the data consists of a string of characters followed by a space. In the end
I need to save the spreadsheet in a .csv format, WITHOUT the space in each
field.

Can anyone suggest a quick way to do this? Your help is appreciated.


Kevin B

NEED HELP-----Removing a space at the end of a string of character
 
The following suggestion assumes that the data is in Sheet 1, and starts at A1.

In Sheet 2, cell A1 insert the following formula:

=TRIM(Sheet1!A1)

Copy the formula down column A, as far down as the last row of data in Sheet
1. Then copy all of column A in Sheet 2 across as many columns as needed to
reference the entire data set in Sheet 1.

While still in sheet 2, press Ctrl + Shift + * to select the entire regions.
Copy the selected cells and then paste special as Values. You can then use
sheet 2 for your csv file source.
--
Kevin Backmann


"FRS" wrote:

I have spreadsheets with tens of thousands of fields containing data. All of
the data consists of a string of characters followed by a space. In the end
I need to save the spreadsheet in a .csv format, WITHOUT the space in each
field.

Can anyone suggest a quick way to do this? Your help is appreciated.


Peo Sjoblom

NEED HELP-----Removing a space at the end of a string of character
 
Put this macro in your personal.xls and then select the data and run the
macro

http://www.mvps.org/dmcritchie/excel/join.htm#trimall


if indeed the only spaces are at the end and nowhere else where they might
be needed you could also do an editreplace and replace space with nothing
(don't put anything in the replace box)

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"FRS" wrote in message
...
I have spreadsheets with tens of thousands of fields containing data. All
of
the data consists of a string of characters followed by a space. In the
end
I need to save the spreadsheet in a .csv format, WITHOUT the space in each
field.

Can anyone suggest a quick way to do this? Your help is appreciated.




FRS

NEED HELP-----Removing a space at the end of a string of chara
 
Appreciate all the help.

I tried the editreplace as it seemed to be the easiest solution and put a
space in the Find What field and nothing in the Replace field. That did not
work. It only worked for the few fields in which there was no character
string and just a space.

Will proceed to try the other suggestions.

================================================== ========

"Peo Sjoblom" wrote:

Put this macro in your personal.xls and then select the data and run the
macro

http://www.mvps.org/dmcritchie/excel/join.htm#trimall


if indeed the only spaces are at the end and nowhere else where they might
be needed you could also do an editreplace and replace space with nothing
(don't put anything in the replace box)

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"FRS" wrote in message
...
I have spreadsheets with tens of thousands of fields containing data. All
of
the data consists of a string of characters followed by a space. In the
end
I need to save the spreadsheet in a .csv format, WITHOUT the space in each
field.

Can anyone suggest a quick way to do this? Your help is appreciated.





FRS

NEED HELP-----Removing a space at the end of a string of chara
 
Am I doing something wrong with the editreplace option?
=============================================

"FRS" wrote:

Appreciate all the help.

I tried the editreplace as it seemed to be the easiest solution and put a
space in the Find What field and nothing in the Replace field. That did not
work. It only worked for the few fields in which there was no character
string and just a space.

Will proceed to try the other suggestions.

================================================== ========

"Peo Sjoblom" wrote:

Put this macro in your personal.xls and then select the data and run the
macro

http://www.mvps.org/dmcritchie/excel/join.htm#trimall


if indeed the only spaces are at the end and nowhere else where they might
be needed you could also do an editreplace and replace space with nothing
(don't put anything in the replace box)

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"FRS" wrote in message
...
I have spreadsheets with tens of thousands of fields containing data. All
of
the data consists of a string of characters followed by a space. In the
end
I need to save the spreadsheet in a .csv format, WITHOUT the space in each
field.

Can anyone suggest a quick way to do this? Your help is appreciated.





FRS

NEED HELP-----Removing a space at the end of a string of chara
 
I tried this solution and ran the TRIM function from Sheet1 on to Sheet 2.
Did the copy and paste special as values. The sheet2 fields still show the
space at the end of the character strings.
================================================== ==

"Kevin B" wrote:

The following suggestion assumes that the data is in Sheet 1, and starts at A1.

In Sheet 2, cell A1 insert the following formula:

=TRIM(Sheet1!A1)

Copy the formula down column A, as far down as the last row of data in Sheet
1. Then copy all of column A in Sheet 2 across as many columns as needed to
reference the entire data set in Sheet 1.

While still in sheet 2, press Ctrl + Shift + * to select the entire regions.
Copy the selected cells and then paste special as Values. You can then use
sheet 2 for your csv file source.
--
Kevin Backmann


"FRS" wrote:

I have spreadsheets with tens of thousands of fields containing data. All of
the data consists of a string of characters followed by a space. In the end
I need to save the spreadsheet in a .csv format, WITHOUT the space in each
field.

Can anyone suggest a quick way to do this? Your help is appreciated.


Mike Middleton

NEED HELP-----Removing a space at the end of a string of chara
 
FRS -

Am I doing something wrong with the editreplace option? <


Perhaps the "spaces" are really non-breaking spaces.

If so, in the "Find and Replace" dialog box, in the "Find what:" edit box,
hold down the Alt key and on the numeric keypad type 0160, and leave the
"Replace with:" edit box blank.

- Mike
www.mikemiddleton.com




All times are GMT +1. The time now is 10:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com