István Hirsch
New Member
Similar to the solution above (#19), but it extracts strings starting with letters too, besides, leaves the cell blank if there is nothing to extract.
=TRIM(MID(SUBSTITUTE(" "&A1&" "," ",REPT(" ",99)),MIN(FIND({0,1,2,3,4,5,6,7,8,9},SUBSTITUTE(" "&A1&" 0123456789"," ",REPT(" ",99))))-99,198))
=TRIM(MID(SUBSTITUTE(" "&A1&" "," ",REPT(" ",99)),MIN(FIND({0,1,2,3,4,5,6,7,8,9},SUBSTITUTE(" "&A1&" 0123456789"," ",REPT(" ",99))))-99,198))