Forum Discussion
clk245
2 years agoNew Member
How to convert Data type from Text to Number
I am trying to change this column to a data type number. The values are numbers, I've trimmed the values but whenever I try to convert to number, it still throws an error.
Tob_P
2 years agoHelper V
Hard to see what might be the issue but the error message is pointing to the zero being the issue (could be everything to be honest, it's probably just flagging that as it's the first in the list).
I take it you've tried to convert to number without trimming first - not sure why you would need to do this. Otherwise generally this error would flag up when there's perhaps a bit of text in the column or something like a #N/A
- clk2452 years agoNew Member
Yep, I've tried converting without trimming, I've tried replacing values and trying to find any erronious values or text.