For readability it would be nice to be able to present numbers (especially large ones) with separators such as commas. Custom defined number formats would be even better (regex).
Best thing you can do is email support@airtable.com, and hope that enough people request this for them to finally change it within the next decade or so. :roll_eyes:
I would like to know the possibility of changing the separation of thousands with a comma, and place it with a period. (Current: 1,000) (I need: 1,000)
me gustaría saber la posibilidad de cambiar la separación de miles con coma, y colocarla con punto. (Acutal: 1,000) (Necesito: 1.000)
I found a workaround which does the job, however I do agree with all of you that “.” instead of “,” separators should be a common feature. This works for numbers from 1 to 999.999.999 without commas.
Let’s assume you have a column “ColumnA” which contains the number 264,984,354
Step 1
Create a support column “ColumnB” as formula type column, use the formula
CONCATENATE({ColumnA})
to convert it to a string
Step 2
Create another column as formula type column, use the formula