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! Go to Solution.
Not sure what you've got inside TEXT() but try SUBSTITUTE(TEXT(...),",","") to remove all commas
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |