I have a table of proposals which includes a field for counties that the proposal will affect. Unfortunately, the COUNTY field has multiple counties in it, separated by a comma. (Pic is from an excel attempt).
What I want to do is find a way to create a duplicate rows so that each only has one county in the county field. (The end result is that I need to have a map of counties that will be symbolized by the number of proposals affecting them.)
So the highlighted Proposal 4 above would turn into something like this:
Then I can join to a county shapefile and easily get a count. It's simple enough in Excel to split a cell into columns and then transpose them into rows, however I need to pull the additional data from the other fields as well. There are 1500 rows, so I need an automated way to do this either in ArcMap or through Excel.
Or perhaps I'm going about this all wrong and there is a way to relate the table to a county shapefile based on a comma separated field?
Any help would be appreciated!
-Aaron