Sorry about that. When I wrote the formula, I didn't think about metric. Try the following formula. It will strip off the 'mm' and then convert the string to a number.
This formula assumes the imported number (stored as a string) is in E16.
=VALUE(LEFT(E16,LEN(E16)-2))