Hi all!
I am working with imported data from an API source over which I have absolutely no control.
The financial data (euro's in this case) is coming into the sheet with a dot as a cents separator.
Example:
1000.50 = a thousand euro's and 50 cents.
Because of the dot Smartsheet wont accept formatting this column as a currency.
What I have already tried to do is chancing the dot into a comma in a new column alongside it with the folowing formula:
=SUBSTITUTE([Name of Column]@row, ".", ",")
Visually this changes it to a comma, but it still won't enable me to format the new colum into a currency format.
Changing the dot to a comma in the orignal column by hand works instantly but onfurtnatly I need something automated since it's a daily import.
Is there anyone who can point me into the right direction?
Thanks in advance!
Karim