Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok this is hard to explain but here it goes - how do I remove spaces in
between commas for example in one cell I have the following: 1234 , 1234 , 1234 , I need to remove the space and have the commas after the number example 123, 123, 123, 123, thanks to anyone who can help me with this issue i dont' want the spaces in between the commas i want them after...but unfortunately i have a huge mailer list that i need to fix and don't want to do one by one thanks -- 2 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming data in A1 down,
try in B1: =TRIM(SUBSTITUTE(A1," , ",", ")) Copy down -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Excel ??" wrote: Ok this is hard to explain but here it goes - how do I remove spaces in between commas for example in one cell I have the following: 1234 , 1234 , 1234 , I need to remove the space and have the commas after the number example 123, 123, 123, 123, thanks to anyone who can help me with this issue i dont' want the spaces in between the commas i want them after...but unfortunately i have a huge mailer list that i need to fix and don't want to do one by one thanks -- 2 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Select the range with entries in question; Select Replace from Edit menu; ReplaceAll " ," with "," -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) "Excel ??" wrote in message ... Ok this is hard to explain but here it goes - how do I remove spaces in between commas for example in one cell I have the following: 1234 , 1234 , 1234 , I need to remove the space and have the commas after the number example 123, 123, 123, 123, thanks to anyone who can help me with this issue i dont' want the spaces in between the commas i want them after...but unfortunately i have a huge mailer list that i need to fix and don't want to do one by one thanks -- 2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help! I need a formula to add numbers separated by commas within | Excel Worksheet Functions | |||
Pasting Numbers with Commas from Outside Source | Excel Discussion (Misc queries) | |||
how do i build commas on numbers in india system | Excel Discussion (Misc queries) | |||
Removing the ' before numbers | Excel Discussion (Misc queries) | |||
Removing commas | Excel Worksheet Functions |