ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Remove Space in Text (https://www.excelbanter.com/excel-discussion-misc-queries/81907-remove-space-text.html)

Tian

Remove Space in Text
 
I know how the "trim" function works, but is there a function in excel to
remove all the space in text? Example would be

from "281P 358" to "281P358"

Thanks

Dave O

Remove Space in Text
 
One way: highlight the range in question, and from the menu click Edit
Replace. Search for a single space, and replace with nothing.



Dave Peterson

Remove Space in Text
 
=substitute(a1," ","")

replaces all the spaces in A1 with nothing.



Tian wrote:

I know how the "trim" function works, but is there a function in excel to
remove all the space in text? Example would be

from "281P 358" to "281P358"

Thanks


--

Dave Peterson

Kevin B

Remove Space in Text
 
Formula example assumes that the value you want to strip the spaces from is
in A1:


=SUBSTITUTE(A1," ","")
--
Kevin Backmann


"Tian" wrote:

I know how the "trim" function works, but is there a function in excel to
remove all the space in text? Example would be

from "281P 358" to "281P358"

Thanks


Ron Coderre

Remove Space in Text
 
Try this:

For text in A1

B1: =SUBSTITUTE(A1," ","")
Removes ALL spaces

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Tian" wrote:

I know how the "trim" function works, but is there a function in excel to
remove all the space in text? Example would be

from "281P 358" to "281P358"

Thanks


Tian

Remove Space in Text
 
Thanks for the help, everyone. It works.

"Ron Coderre" wrote:

Try this:

For text in A1

B1: =SUBSTITUTE(A1," ","")
Removes ALL spaces

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Tian" wrote:

I know how the "trim" function works, but is there a function in excel to
remove all the space in text? Example would be

from "281P 358" to "281P358"

Thanks



All times are GMT +1. The time now is 09:31 AM.

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