Bank reconciliations

Haihud

New Member
Joined
Oct 24, 2023
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Any suggestions on how can automate the bank reconciliation using VBA?
Note: we have more than 20 bank accounts and the statements are in csv format
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
There are many ways. You can use power query, tables, vstack(), LAMBDA tools etc. Are your .csv file consistently formatted (same number of columns, and the column headers in the same order)? What about your ledger time point balances and outstanding transactions at that time - How do you have those set up?
Is it the same account (20 months) or 20 accounts for 1 month?

Mr. Excel has a forum for power query, called Power Tools. You can also go there to find solutions if you choose that route.
 
Upvote 0
There are many ways. You can use power query, tables, vstack(), LAMBDA tools etc. Are your .csv file consistently formatted (same number of columns, and the column headers in the same order)? What about your ledger time point balances and outstanding transactions at that time - How do you have those set up?
Is it the same account (20 months) or 20 accounts for 1 month?

Mr. Excel has a forum for power query, called Power Tools. You can also go there to find solutions if you choose that route.
Hi awoohaw,
The formats are consistent and ledger accounts they are 20 accounts for 1 months.
I am new to this filed, so Thank you for suggesting the power query forum I will definitely check it out.
 
Upvote 0

Forum statistics

Threads
1,216,082
Messages
6,128,700
Members
449,464
Latest member
againofsoul

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top