Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Please execuse me for the posting of this question again.
I am using the following formula for extracting numeric numbers. But I want to extract the numeric numbers only if the first digit is numeric in a cell otherwise the result cell should be null. for example if the cell data is '123AAA' it should be extracted as 123 if the cell is AAA123 the result should be Null or empty spaces. not should be shown as 'N/A' existing formula myFormula = "=LOOKUP(6.022*10^23,--MID(RC[1]," _ & "MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},RC[1]" _ & "&""0123456789"")),ROW(INDIRECT(""1:""&LEN(RC[1])))))" .Range(.Cells(2, res), .Cells(LastRow, res)).FormulaR1C1 = myFormula Please help with thanks Polachan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to extract digits from a row of numbers | Excel Worksheet Functions | |||
How to customize number to 10 digits including 2 digits after deci | Excel Worksheet Functions | |||
I need to extract the first 3 digits from a cell (ex: AAG12345)? | Excel Worksheet Functions | |||
how do I extract hex digits in a cell and convert to binary | Excel Worksheet Functions | |||
Formula to extract digits from a text string? | Excel Worksheet Functions |