I have a polygon shapefile which has polygons that have single mill name attributed to it and also some polygons which have multiple names in other columns (Mill1, Mill2,Mill3).
What I would like to do is be able to split the polygon with multiple Mill name attributes into new polygons so that they are like the below.
I am struggling to figure out a way to do this easily in ArcGIS. I am also open to options of solving this using arcpy.


IDfield andMillfield to create unique names in a new field...something like!Mill!+ str(!ID!)– ZrSiO4 Mar 23 '18 at 20:37