I have two categorical datasets (polygons) and I am trying to find out how many of the categories fall within a buffer for each (one has 8 categories, the other 33).
I have used 'tabulate intersection' to get the percent of each buffer covered by each category so could manually go through and work out how many categories are in each one but as I have more than 600 points I would rather try to avoid this!




