![]() |
|
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Mar 2002
Posts: 8
|
I have some cells that have a leading space in them and I want to remove the space. How do I accomplish this without searching all the cells?
Thanks, Jerry |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,653
|
Select 'em and choose the Data | Text to Columns... menu command.
|
|
|
|
|
|
#3 | |
|
Join Date: Mar 2002
Location: New York
Posts: 71
|
Edit/Replace; replace " " (without quotes) with "" (without quotes)
Bob Umlas Excel MVP Quote:
|
|
|
|
|
|
|
#4 | ||
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,653
|
Quote:
[ This Message was edited by: Mark W. on 2002-03-28 15:11 ] [ This Message was edited by: Mark W. on 2002-03-28 15:12 ] |
||
|
|
|
|
|
#5 |
|
Banned
Join Date: Mar 2002
Posts: 1,582
|
Hi
Text to Columns is probably the best solution. But the the TRIM function is good for this also, eg =TRIM(A1) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|