Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Simply stated, how would I remove all space in a text string.
Befo AA 123 ZZ After: AA123ZZ Excel 2003 Thanks, dn |
#2
![]() |
|||
|
|||
![]()
One way:
=SUBSTITUTE(A1," ","") In article , "dn" wrote: Simply stated, how would I remove all space in a text string. Befo AA 123 ZZ After: AA123ZZ Excel 2003 Thanks, dn |
#3
![]() |
|||
|
|||
![]()
Or even select the range first
and edit|replace what: (spacebar) with: (leave empty) replace all. dn wrote: Simply stated, how would I remove all space in a text string. Befo AA 123 ZZ After: AA123ZZ Excel 2003 Thanks, dn -- Dave Peterson |
#4
![]() |
|||
|
|||
![]()
Hi dn,
To remove all spaces in a text string in Excel 2003, you can use the SUBSTITUTE function. Here are the steps:
This formula will replace all spaces in the text string with no space. You can then copy and paste the formula to other cells if you need to remove spaces from multiple text strings.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract hyperlink string from excel cell | Links and Linking in Excel | |||
How do I rotate a text box | Charts and Charting in Excel | |||
How can I asign a number value to a text line in Excel? | Charts and Charting in Excel | |||
VBA Import of text file & Array parsing of that data | Excel Discussion (Misc queries) | |||
Why do my text boxes disappear from my chart when I click out? | Charts and Charting in Excel |