Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how do I remove data from cells ex. (232)-555-1212 to 2325551212
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Function NumOnly(AnyVal As String) Dim RegEx Set RegEx = CreateObject("vbscript.regexp") RegEx.Global = True RegEx.Pattern = "[^\d\s]+" KillNonNum = RegEx.Replace(AnyVal, "") Set RegEx = Nothing End Function =NumOnly(A1) -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=552748 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm sure there's a real formula, but I use the find & replace feature. Put
the character to remove (one at a time) in the Find box, leave the replace box empty, and replace all. You have to select the column you want to remove them from. "Russ" wrote in message ... how do I remove data from cells ex. (232)-555-1212 to 2325551212 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That is a formatting issue right click on the cell select format cell and
then change the format to general or whatever format you want. "Russ" wrote: how do I remove data from cells ex. (232)-555-1212 to 2325551212 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
keeping cells aligned when data is updated | Excel Worksheet Functions | |||
renaming data labels by different cells than source data | Charts and Charting in Excel | |||
Inserting a new line when external data changes | Excel Discussion (Misc queries) | |||
From several workbooks onto one excel worksheet | Excel Discussion (Misc queries) | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions |