Try this, if your original value is in A1
=VALUE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,",","@"),".",","),"@","."))
Does that work for you?