Hi guys,
I am new to this tool (kindly provided by my company) and I'm already blocked on some topics.
I'm trying to retrieve datas from various files to match them and check they are aligned. My sources are balance sheets from various entities and I'd like to match various aggregates between the different BS :
Balance Sheet Items | Entity 1 | Entity 2 | Entity 3 | Total |
Current assets | 100 | 120 | 130 | 350 |
Non-current assets | 120 | 130 | 140 | 390 |
Current Liabilities | 90 | 100 | 110 | 300 |
Non-current liabilities | 70 | 80 | 90 | 240 |
Stockholder's equity | 110 | 120 | 130 | 360 |
I will have different balance sheets like the one above and my aim is to check if for example the aggregates of total in BS above match with Entity 1 of a second file.
It would be a great help if someone had a solution to this !
Many thanks in advance !
Solved! Go to Solution.
What about something like this? It takes two files with aggregated data sets, does a transpose to make the data vertical, then a join to link the two data sets up. Finally, a formula is used to identify if any of the values from one file to the other are equal/unequal. Workflow is attached.
Thanks a lot for your time and answer Brian !
It works perfectly for 2 files !
My problematic is that I'm working on a consolidation and therefore have to reconcile various entities (displayed on diffferent files), do you think I can use this workflow several times (for the several entities to reconcile) and then have a kind of summary of all reconciliations ?
Again thanks a lot for your time !