Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Text([number]) without thousand separators

Hello friends. I have the following field

TEXT(YEAR([Date]))

This returns me a text with a number that has thousands separators but I don't want thousands separators. Does anyone know how to correct the formula so that it has the format without thousands separators?

thanks from now

Solved Solved
0 4 1,389
1 ACCEPTED SOLUTION

Not sure what you've got inside TEXT() but try SUBSTITUTE(TEXT(...),",","") to remove all commas

View solution in original post

4 REPLIES 4
Top Labels in this Space