If there will only be ONE string of numbers in the cell text, then try this:
For text in A1
B1:
=--(0&MID(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"012 3456789")),SUMPRODUCT(--ISNUMBER(--MID(A1,ROW(INDEX($A:$A,1,1):INDEX($A:$A,LEN(A1),1) ),1)))))
Is that something you can work with?
***********
Regards,
Ron
XL2002, WinXP-Pro
"via135" wrote:
hi!
given below is my sample data thru A1:A4
SB (CLO 100
LIEN 2000
SB (CLOSE) MAT 30000
*CLOSE 100 SB
what I want is extraction of numbers alone thru B1:B4
like
100
2000
30000
100
is this possible by using worksheet function?
hlp pl!?
-via135
--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=539020