Remove the comma in SharePoint Numeric field by Administrator Last updated August 14, 2019 Comments These are the options available : Turn the field into a text field, and on the field’s validation rule add the following formula: =ISNUMBER([ColumnName]+0) The down side is that…Read More