For your example with a 2 digit number
=Value(MID(A1,MIN(IF(ISERROR(FIND({0,1,2,3,4,5,6,7,8,9},A1)),1000,FIND({0,1,2,3,4,5,6,7,8,9},A1))),2))
entered as an array (control-shift-enter)
It gets messy if you don't know how many digits there are.
"Jazzer" wrote:
>
> Hi,
>
> A little challenge to all of you.
>
> Can you make a worksheet formula (not VBA), that returns the first
> numeric value in a text string? ie from a string "quite many (>45,
> <75)", it would return 45.
>
> - Asser
>
>
> --
> Jazzer
> ------------------------------------------------------------------------
> Jazzer's Profile: http://www.excelforum.com/member.php...fo&userid=4464
> View this thread: http://www.excelforum.com/showthread...hreadid=385560
>
>
Bookmarks