I have two layers in ArcMap. One contains flooding areas in a city, categorized by nuisance flooding (objectid 1 and represented by color yellow) and deep flooding (objectid 2 and represented by color purple). I also have another layer, containing street flooding complaints from residents in a given year (represented by the green box symbol, and utilizes lat/long coord from a .csv file). I want to create a new layer that only highlights the areas on the map that are deep flooding AND has flooding complaint(s) within the deep (purple) flooding area. Flooding complaints within nuisance (yellow) flooding or unshaded areas are to be excluded from this layer. Below is a screenshot of my current map: Flooding Area & Complaints Map In addition to that, I also want to create a .csv file that contains all areas that satisfy this condition, and returns the address (intersection, street name, etc.) of each location. I am not able to attempt this, however, because of the prior issue.
I attempted the Join and relate data option when selecting a layer. Specifically, the "Join data from another layer based on spatial location". However, when trying this, I was met with an error stating: "Source table must have an objectID column to perform a join by location". I think this is the option I want, although I am not sure if I'm choosing the right sub options or the files I've provided can satisfy the requirements to perform this operation.