HOW TO
When working with numerical data, the attribute table may contain fields with values in percentages, and these values are represented in numerical form with the % symbol attached. These fields are commonly of the Text data type, as the % symbol is special and only supported in Text data type fields. Attempts to convert the values of these fields to decimal involve transferring and converting the values to the Double data type field.
Below are the steps to convert a field with values in percentage to decimal. The workflow requires using the Field Calculator and involves adding two new fields to the attribute table.
![FieldName]!.replace("%"," ")
![Field Name]!*0.01
Get help from ArcGIS experts
Download the Esri Support App