Hi,
I pull a report weekly for my role which contains multiple columns of data, each row has its own unique ID.
Each week when i pull the report, currently i am manually comparing the 2 tables to see if there are any differences and copying any changes from the new report into the old table. Also adding any new entries that come through in the new report into the old table.
I was wondering if there is a faster way of doing this?
My main objectives are to highlight any differences between the old report and the new report for each unique ID.
Here is an example table below to give you an idea:
Old Report:
New Report:
Any help is greatly appreciated!
I pull a report weekly for my role which contains multiple columns of data, each row has its own unique ID.
Each week when i pull the report, currently i am manually comparing the 2 tables to see if there are any differences and copying any changes from the new report into the old table. Also adding any new entries that come through in the new report into the old table.
I was wondering if there is a faster way of doing this?
My main objectives are to highlight any differences between the old report and the new report for each unique ID.
Here is an example table below to give you an idea:
Old Report:
ID | Name | Status | Total Contract Value | Estimated Contract Received Date |
779513 | Ethernet bulk | Quoting | £ 600 | 30/06/2019 |
1046170 | MPLS replacement | Signed Contract | £ 110,000 | 25/08/2021 |
1069535 | AP bulk | Quoting | £ 14,647 | 28/09/2021 |
New Report:
ID | Name | Status | Total Contract Value | Estimated Contract Received Date |
779513 | Ethernet bulk | Signed Contract | £ 1000 | 30/06/2019 |
1046170 | MPLS replacement | Signed Contract | £ 110,000 | 25/08/2021 |
1069535 | AP bulk (went with another provider) | Lost | £ 14,647 | 28/09/2021 |
Any help is greatly appreciated!