Hello community,
what do I wrong? 🙂
I have a field with #Numbers f.e. 80 or 80,1
In another field I try to format this field to a url format, that means I would like to replace the , with an -.
For this I use the Substitute formula:
Hello community,
what do I wrong? 🙂
I have a field with #Numbers f.e. 80 or 80,1
In another field I try to format this field to a url format, that means I would like to replace the , with an -.
For this I use the Substitute formula:
Best answer by BillH
Formatting doesn't change the contents, only the way the contents are displayed. You are getting an error because you are using a text formula on a number. If you try SUBSTITUTE({Numbers&""}, ",", "-") I believe it will work. (You are casting the number field to a text value.)
Sorry, suggested formula should be SUBSTITUTE({Numbers}&"", ",", "-")
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.