daddylonglegs Wrote:
Try this
=RIGHT(A1,LEN(A1)-FIND(LEFT(SUBSTITUTE(A1,0,"")),A1)+1)
...or even
=MID(A1,FIND(LEFT(SUBSTITUTE(A1,0,"")),A1),255)
removes any number of leading zeroes
--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile:
http://www.excelforum.com/member.php...o&userid=30486
View this thread:
http://www.excelforum.com/showthread...hreadid=537762