I have a column named Amount in Single line of Text
It has values like 300$
Now I want to get the value of it except for the $ symbol
I am trying INT([Amount])
But I would also need decimal values, so what is the best way to get just the numbers without $ from the Amount Column and assign it to calculated column?