Originally posted by: SystemAdmin
Here's a variant where the number may or may not be in e notation and positive E numbers do not contain a +. Value in In2.
=if(present(word(In2,"E",2)),
if(tonumber(word(In2,"E",2)) > 0,
tonumber(word(In2,"E",1)) * (tonumber("1" + seriestotext(clone("0",tonumber(word(In2,"E",2)))))),
tonumber(word(In2,"E",1)) / (tonumber("1" + seriestotext(clone("0",tonumber(word(In2,"E",2))))))),
tonumber(In2))
So this would deal with
1.27E+11
1.27E11
1.27E-11
127000000000
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender