1

I have done a bunch of internet research on this topic with no such luck. The closest I got to a solution is Removing extra string from text column in Attribute Table to make numeric column from number part using ArcGIS Field Calculator?.

I have an attribute field "UniqueID" with information formatted as "NE_MH143". other information in this field start with "SE_", "NW_" and "SW_". I would like to reduce this information to remove the first three characters of the string.

Can this be done with ArcGIS field calculator?

Attribute Table Screen Shot

LandArch
  • 2,201
  • 5
  • 26
  • 37

1 Answers1

7

To strip off the first 3 characters simply use the following in a field calculation:

!UniqueID![3:]
PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Hornbydd
  • 43,380
  • 5
  • 41
  • 81