Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Fri, 2 Jun 2006 12:01:02 -0700, gdd6936
wrote: I have data that appears like this: "R1-C2-D1-12". I would like the same data appear in another column like this: "1-2-1-12". How can I make this happen without spending hours typing it in, I have several thousand lines? Download and install Longre's free morefunc.xll add-in from http://xcell05.free.fr Then (assuming that all the letters will be capital letters), use the formula: =REGEX.SUBSTITUTE(A1,"[A-Z]") If there may be non-capitalized letters, then: =REGEX.SUBSTITUTE(A1,"[A-Za-z]") --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count number of letters in a string | Excel Worksheet Functions | |||
sorting alpha numeric list by first left digit | New Users to Excel | |||
Summing part of an Alpha Numeric String | Excel Worksheet Functions | |||
how do I make make my hyperlinks show the email address they are . | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |