Thread
:
How to extract only numbers from a STRING?
View Single Post
04-19-2011, 02:43 AM
Colin Legg
Windows 7 32bit
Office 2010 32bit
Expert
Join Date: Jan 2011
Location: UK
Posts: 369
Hi,
If you can assume that the number will always come at the end, this formula will do it:
Code:
=TRIM(MID(A1,MIN(SEARCH({1,2,3,4,5,6,7,8,9,0},A1&"1235467890")),255))+0
Colin Legg
View Public Profile
Find all posts by Colin Legg