Hello All,
I am stuck on a problem. I have two data sets, August and September, it has people's names on it and then the sites that they manage.
August:
| John Smith | B209, B274, B408, B13276, B434 |
September:
| John Smith | B209, B274, B408, B13276, B434, B13440, WVO, B261 |
I am looking to match the names and dynamically compare the two months, recognize/output which sites were added or removed in September, or if they stayed the same.
If this isn't enough info I can provide an example.