Alternatively this should produce the same result:
=VALUE("0."&IFERROR(MID(A1,SEARCH(".",A1,1)+1,1),0))
Here, the number in bold can be toggled to the number of digits you want after the decimal point:
Note: IFERROR is available in Excel 2007 and above.