Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 190
Default remove punctuation from address

I need help removing commas, periods, parenthesis, dashes, etc from an
address file a customer supplied to me. Below is one row for example. In
order to dump the address file into our system, I need to remove the
punctuation. Is there a formula that will do this for me? The Name,
Company and address are each in a different cell.
Ed Olsen, Sr Seattle Mill & Industrial Supply 3223-A 164th St. SW

--
Thanks,
Mary
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,089
Default remove punctuation from address

Mary

you'll need to add a column and then input the formula:

=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBST ITUTE(A1,",",""),".",""),"-",""),"(",""),")","")

Assuming your data starts in cell A1. Just drag down or AutoFill.

Once you have the data, Copy and Paste Special | Values over the original.
Import the cleaned up data into your system.

Regards

Trevor


"Mary" wrote in message
...
I need help removing commas, periods, parenthesis, dashes, etc from an
address file a customer supplied to me. Below is one row for example.
In
order to dump the address file into our system, I need to remove the
punctuation. Is there a formula that will do this for me? The Name,
Company and address are each in a different cell.
Ed Olsen, Sr Seattle Mill & Industrial Supply 3223-A 164th St. SW

--
Thanks,
Mary



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default remove punctuation from address

You may want to just do a series of edit|Replaces to remove whatever you
consider punctuation.

Select the range
edit|Replace
what: , (comma)
with: (leave blank or a space character????)
replace all

And just keep doing this for each of your characters to remove.



Mary wrote:

I need help removing commas, periods, parenthesis, dashes, etc from an
address file a customer supplied to me. Below is one row for example. In
order to dump the address file into our system, I need to remove the
punctuation. Is there a formula that will do this for me? The Name,
Company and address are each in a different cell.
Ed Olsen, Sr Seattle Mill & Industrial Supply 3223-A 164th St. SW

--
Thanks,
Mary


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.newusers
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default remove punctuation from address

ASAP Utilities, a free add-in available from www.asap-utilities.com has a
feature that will let you selectively delete characters..........

Vaya con Dios,
Chuck, CABGx3




"Mary" wrote:

I need help removing commas, periods, parenthesis, dashes, etc from an
address file a customer supplied to me. Below is one row for example. In
order to dump the address file into our system, I need to remove the
punctuation. Is there a formula that will do this for me? The Name,
Company and address are each in a different cell.
Ed Olsen, Sr Seattle Mill & Industrial Supply 3223-A 164th St. SW

--
Thanks,
Mary

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't Insert of remove worksheet in an existing workbook beginer1 Excel Discussion (Misc queries) 4 January 25th 06 03:06 AM
Separate address column to Five columns harpscardiff Excel Worksheet Functions 1 September 16th 05 10:14 PM
Excel email address hyperlink does not update Michael Excel Discussion (Misc queries) 1 August 2nd 05 02:36 PM
Address from one worksheet to another Duncan Excel Worksheet Functions 3 June 24th 05 08:23 PM
How do I remove all text to the left of the @ in an email address David M Excel Worksheet Functions 6 March 1st 05 07:13 PM


All times are GMT +1. The time now is 03:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"