Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all;
I've got a LOT of numerical data in Excel workbooks to process and work with. The individual sheets contain 12-15 columns and 500-2000 rows or mostly numerical data. However, many of the individual cell values have alpha-characters as footnotes, e.g.: cell B12 might have the value "5.0a". In addition, a lot of the cells have a "less than" comparitor, e.g.: "<5.0", and "<5.0a" I can deal with the "<" easily enough by using a global find-replace, replacing it as a negative sign, and treating the vlaue as a negative number. I can also do a global find-replace for each letter in the alphabet, and replce the character with nothing. But is there an easier way to get rid of the alpha-character footnotes than using 26 find-replace statements? Is there a function or command or statement that can get rid of all alpha-characters without having to call out each one? Thanks a heap, -jbb -- J.B.Bobbitt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove alpha or non-numeric characters from cell | Excel Discussion (Misc queries) | |||
A validation rule on Alpha and Numeric characters | Excel Worksheet Functions | |||
Formulas that include alpha and numeric characters | Excel Worksheet Functions | |||
Can you ID a cell that has both Alpha AND Numeric characters? | Excel Worksheet Functions | |||
code that can distinguish between alpha and numeric characters | Excel Programming |