I have a number (datatype number) however I want it be have decimal places. When I use “formatted as 1028.58” and format it as a number it says it is invalid because it is a text. I don’t have the option to change the data type to text as a lot of data is stored here.
As I stated explicitly above… (I have a number (datatype number) however I want it be have decimal places. When I use “formatted as 1028.58” and format it as a number it says it is invalid because it is a text.)
Are you taking about ‘displaying’ a number with a certain number of decimal places? Or modifying the actual number value (those are two different things).
Using ‘Format As’ on a number outputs it as a text (as several people have pointed out already in this thread)…
If you need the value to be a number then you can convert that text back to a number - or simply keep it as a number all along (don’t convert it to a text in the first place).
Perhaps some screenshots, or a specific example of what you’re trying to do might help (as I can’t understand currently why you’re converting the number to a text in the first place if you need it to be a numeric value)…
And what do you mean by ‘rounded to 2 didn’t work’?… didn’t work in what way?