How do I analyse transactions for multiple bank accounts together?
- David
- Feb 23, 2018
- 1 min read
Updated: Nov 14, 2019
First, extract the data for each bank account in StatementReader, either using file mode or folder mode. Once you have a separate line for each bank account, you can merge these together, by selecting multiple rows and right clicking to select ‘Merge’. Next, confirm the name of the merged job. Finally, right click on the merged job to analyse the combined data.
Recent Posts
See AllRevisited starter script from January 2021: Split Excel file into separate files Excel is essential, and Python is the future - forcing...
Comments