Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
As long as the numbers are in a single block then this should work =LOOKUP(10^23,--("0"&MID(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"0 123456789")),ROW($1:$10000)))) Mike "Francis Ang" wrote: I am trying to extract only the valid values from a cell and remove all the invalid values, like * / # etc. For example, in cell A1, the value is *8930**/*. The length of the value is variable and the placement of the invalid values are not fixed. How do I extract only 8930? I have tried, TRIM, LTRIM, RTRIM functions but it does not work! Any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking for Invalid filename characters | Excel Programming | |||
Preventing Invalid Characters using data Validation | Excel Programming | |||
Invalid Characters in Worksheet Name (International) | Excel Programming | |||
List of invalid sheet tab characters? | Excel Programming | |||
Invalid characters in Excel | Excel Programming |