Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With TRIM function it is possible to erase only double spaces but I need to
erase all spaces in a text cell. Do I have to use VBA funaction? Tnx in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
use the edit replace command and replace a single space with nothing at
all. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use a combination of CLEAN and SUBSTITUTE, something like:
=CLEAN(SUBSTITUTE(A1," ",CHAR(13))) Hope this helps, Miguel. "D" wrote: With TRIM function it is possible to erase only double spaces but I need to erase all spaces in a text cell. Do I have to use VBA funaction? Tnx in advance. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It helped.
Tnx "Miguel Zapico" wrote in message ... You can use a combination of CLEAN and SUBSTITUTE, something like: =CLEAN(SUBSTITUTE(A1," ",CHAR(13))) Hope this helps, Miguel. "D" wrote: With TRIM function it is possible to erase only double spaces but I need to erase all spaces in a text cell. Do I have to use VBA funaction? Tnx in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with this conditional IF statement | Excel Discussion (Misc queries) | |||
How do I paste text data into ONE cell only? | Excel Discussion (Misc queries) | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
How can I make an excel cell equal to the value of a text box | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions |