Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i want to remove space b/w these numbers.
3 087 159 33 033 546 63 330 69 031 13 115 606 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select the range
edit|Replace what: (space bar) with: (leave blank) replace all NAEEM wrote: i want to remove space b/w these numbers. 3 087 159 33 033 546 63 330 69 031 13 115 606 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
with a formula
=SUBSTITUTE(D26," ","") -- Don Guillett SalesAid Software "NAEEM" wrote in message ... i want to remove space b/w these numbers. 3 087 159 33 033 546 63 330 69 031 13 115 606 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
dear dave
this is not working "Dave Peterson" wrote: Select the range edit|Replace what: (space bar) with: (leave blank) replace all NAEEM wrote: i want to remove space b/w these numbers. 3 087 159 33 033 546 63 330 69 031 13 115 606 -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
dear dave
this is not working "NAEEM" wrote: i want to remove space b/w these numbers. 3 087 159 33 033 546 63 330 69 031 13 115 606 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
dear don this is not working
"Don Guillett" wrote: with a formula =SUBSTITUTE(D26," ","") -- Don Guillett SalesAid Software "NAEEM" wrote in message ... i want to remove space b/w these numbers. 3 087 159 33 033 546 63 330 69 031 13 115 606 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If it's not working, then maybe you don't have spaces in those strings.
If you copy|pasted from a web page, you could be getting those HTML non-breaking spaces. You can insert a new column and use a formula like: =substitute(a1,char(160),"") (It returns text values--not numbers) or =--substitute(a1,char(160),"") (to return a real number) NAEEM wrote: dear dave this is not working "Dave Peterson" wrote: Select the range edit|Replace what: (space bar) with: (leave blank) replace all NAEEM wrote: i want to remove space b/w these numbers. 3 087 159 33 033 546 63 330 69 031 13 115 606 -- Dave Peterson -- Dave Peterson |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
NAEEM
Where did the data come from? Perhaps the spaces are not regular spaces but html non-breaking spaces. You could try edit/replace what: ALT + 0160(on numpad) with: nothing Or run David McRitchie's TRIMALL macro found at http://www.mvps.org/dmcritchie/excel/join.htm#trimall Please note the link to Chip Pearson's CELLVIEW add-in which can show you exactly which characters are in the cell. Gord Dibben MS Excel MVP On Tue, 5 Dec 2006 08:06:01 -0800, NAEEM wrote: dear don this is not working "Don Guillett" wrote: with a formula =SUBSTITUTE(D26," ","") -- Don Guillett SalesAid Software "NAEEM" wrote in message ... i want to remove space b/w these numbers. 3 087 159 33 033 546 63 330 69 031 13 115 606 |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks dear
"Gord Dibben" wrote: NAEEM Where did the data come from? Perhaps the spaces are not regular spaces but html non-breaking spaces. You could try edit/replace what: ALT + 0160(on numpad) with: nothing Or run David McRitchie's TRIMALL macro found at http://www.mvps.org/dmcritchie/excel/join.htm#trimall Please note the link to Chip Pearson's CELLVIEW add-in which can show you exactly which characters are in the cell. Gord Dibben MS Excel MVP On Tue, 5 Dec 2006 08:06:01 -0800, NAEEM wrote: dear don this is not working "Don Guillett" wrote: with a formula =SUBSTITUTE(D26," ","") -- Don Guillett SalesAid Software "NAEEM" wrote in message ... i want to remove space b/w these numbers. 3 087 159 33 033 546 63 330 69 031 13 115 606 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Displays the number in text. (One thousand two hundred thirty four | Excel Worksheet Functions | |||
Property Let: assign return value of Double when passing String | Excel Discussion (Misc queries) | |||
Looking up a string of text within a string of text | Excel Worksheet Functions | |||
Auto convert an alphanumeric string (CIS9638S) to numbers only? | Excel Worksheet Functions | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |