Hello everyone,
I need help with my problem. I haven’t found a solution so far.
I have an airtable where we include currency rates. Those are in this format #.##### (always five digits after the decimal point)
I’m using this formula to switch the decimal point to comma to convert the number to EU standard:
SUBSTITUTE(CONCATENATE({currency rate},""),".",",")
This works fine so far, unless there is a number like this:
How it should look like: 0,02580
What it looks like: 0,0258
The formula omits the final 0
I tried using VALUE to change it to a number field to use “formatting”, but this made things worse. It turns the number into “258”.
Any idea how to fix this?
Kind regards,
Heike


