![]() |
![]() |
|
|||||||
| 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 |
|
New Member
Join Date: May 2002
Location: Joe Elsener
Posts: 1
|
I convert data and I often recieve data in a (xxx)-xxx-xxxx format in which I need to strip the parens on the area code.
I can't seem to get the macro right to do an entire columne. Any help would be appreciated |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Here is a formula based approach:
=SUBSTITUTE(SUBSTITUTE(A4,"(",""),")","") Regards! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|