I'm very new to ArcGIS and am trying to figure out how can I summarize points from several different layers into a single layer?
For example, I have a layer for each of the below…
1. K12 Public Schools
2. Private Schools (PreK - 12)
3. College / Universities
4. Military Bases
5. Sister Stores
6. Competitors
7. National Retailers
Within a single a trade area (buffer) layer "Craig", I want to add a new column for each of the above and then summarize their total counts. Presently, starting with public schools, I summarize it’s points in a new layer “Craig1”. I then use “Craig1” and then summarize private schools (new columns) naming that (new) layer “Craig2”, I repeat this same process 5 more times until layer “Craig7” has the summarized counts for each of the 7 point files in the single buffer layer. This takes a lot of time to do compounded that I also have to rename the attribute table count column names after each summarization as ArcGIS labels the columns “Count of Points” (vs count of public schools, count of private schools, etc…)
If I'm doing this wrong, I'm open to any faster more streamlined suggestion techniques please - thanks!