That what I have is a huge number of polygons that contain attribute field representing the number of offices inside each polygon. I want to merge all adjacent polygons which sum of offices is between 10000 and 20000. I am using ArcGIS 10.4 and I have idea to use Dissolve tool, Integrate tool and Merge tool, but I am not sure about steps in order to solve this.
Probably some coding should be used here.