Hi,
One way would be
=REPLACE(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"012 3465789")),LEN(A1),"")
Hi,
One way would be
=REPLACE(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"012 3465789")),LEN(A1),"")
Cheers !
Excel Range to BBCode Table
Use Social Networking Tools If You Like the Answers !
Message to Cross Posters
@ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)
Here is another formula that you can use...
=LEFT(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"012345 6789"))-1)
NOTE: There appears to be a space in the list of digits in both my formula and the one Admin posted... there is no actual space in that text... for some reason, the text processor for this forum seems to randomly insert them for display only... if you copy/paste the formula, those spaces will not be copied (mainly because they are not really there).
Last edited by Rick Rothstein; 04-02-2012 at 09:22 AM.
Bookmarks