kevdragon1
New Member
- Joined
- Mar 8, 2021
- Messages
- 21
- Office Version
- 365
- Platform
- Windows
Hi,
I have software that generates reports. Part of my job is to see the difference between these 2 reports. So I am basically trying to compare version 1 to version 2.
I was wondering if there was a smart way that I can compare these reports. What I would like would be to have 3 tabs in the excel file. Tab 1 has Version 1, tab 2 has Version 2 and tab 3 is comparing both tabs.
Here is an example:
Version 1 :
Version 2:
Compare:
Something like this.
As you can see the report can sometimes have different lines from version to version that was not included before (asset 3). Sometimes some "Balance sheet" items will disappear aslo.
The way I solved this was to copy the "Balance sheet" items from the most recent version (version 2) and then use an XLOOKUP to find the same items in the previous version. Then I would do a difference to see the impact.
I have reports going for 10 years....so there is a lot of formulas and I am posting because I wanted to see if there was a better way to do this.
Thx
I have software that generates reports. Part of my job is to see the difference between these 2 reports. So I am basically trying to compare version 1 to version 2.
I was wondering if there was a smart way that I can compare these reports. What I would like would be to have 3 tabs in the excel file. Tab 1 has Version 1, tab 2 has Version 2 and tab 3 is comparing both tabs.
Here is an example:
Version 1 :
Balance sheet | Dec 2020 | Jan 2021 |
Asset 1 | 1000 | 1500 |
Asset 2 | 3000 | 3500 |
Version 2:
Balance sheet | Dec 2020 | Jan 2021 |
Asset 1 | 1500 | 1000 |
Asset 2 | 3000 | 0 |
Asset 3 | 5000 | 6000 |
Compare:
Balance sheet | Dec 2020 | Jan 2021 |
Asset 1 | 500 | -500 |
Asset 2 | 0 | -3500 |
Asset 3 | 5000 | 6000 |
Something like this.
As you can see the report can sometimes have different lines from version to version that was not included before (asset 3). Sometimes some "Balance sheet" items will disappear aslo.
The way I solved this was to copy the "Balance sheet" items from the most recent version (version 2) and then use an XLOOKUP to find the same items in the previous version. Then I would do a difference to see the impact.
I have reports going for 10 years....so there is a lot of formulas and I am posting because I wanted to see if there was a better way to do this.
Thx