Forum Discussion
kfschaefer
10 years agoHelper IV
Convert text to number
What is the proper syntax to convert a text into a number format? I need to convert some import data(xls) that for some reason is coming accross as text instead of a number. It is formatted in x...
- 10 years ago
Couple different methods, you can choose number or currency from the Modeling tab in the Data Type section and it will generally convert it just fine. There is also the VALUE function:
https://msdn.microsoft.com/en-us/library/ee634584.aspx
Anonymous
7 years agoNot applicable
Hi,
Had the same issue but the problem is it when changing the format from text to numbers it removes any decimel points? so if the number is for instance (2,28) when text, it become's (228) after changing the format to number. Any suggesitons?
PBInewbee123
5 years agoFrequent Visitor
Hi,
did you found a solution for this issue? I am having the same problem now.
Thanks