I am trying to update an existing field in a layer with data from an Excel spreadsheet. It would be based on addresses. If there were no matches in the spreadsheet, the existing layer would keep the data in the field; if it was in the spreadsheet, it would update to the new data. Below is what I want to accomplish (with over 7,000 addresses):
| Existing Layer |
| Address | Info |
| 1 Main Street | A |
| 2 Main Street | B |
| 3 Main Street | C |
| Excel Data |
| Address | Info |
| 1 Main Street | D |
| 3 Main Street | F |
| Updated Layer |
| Address | Info |
| 1 Main Street | D |
| 2 Main Street | B |
| 3 Main Street | F |
I hope I am making sense. I thought it would be relatively simple to do but I am spinning my wheels.
Thank you.