Andrew_da_rookie
New Member
- Joined
- Aug 19, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Thanks all in advance.
So I am trying to use Excel to automate Accounting Financial Reports, in particular, a Balance Sheet which shows the balance of all accounts as at a particular date, essentially a snapshot of accounts.
I will be pulling this data from Bank statement transaction data (not exactly double accounting method for those in the field).
The data is of very typical bank transaction format, but I have a few bank accounts so I would consolidate them into one table under the same fields and add a column Source to separate the different banks. So it looks like the below sample:
DATA:
Source Date Item description Balance Amount
BOA 2 July 2024 Salary 225,000.00 100,000.00
BOA 26 June 2024 Rent 125,000.00 -25,000.00
BOA 10 July 2023 Salary 150,000.00 100,000.00
CBA 30 June 2024 Interest 101,000.00 1,000.00
CBA 1 July 2023 Deposit 100,000.00 100,000.00
REPORT:
Balance Sheet as at:
30 June 2024
Assets
BOA 125,000.00
CBA 101,000.00
Total Assets 226,000.00
Q: How can I obtain the Balance sheet values as per above?
I suppose I need some sort of lookup formula with multiple critieria, I also noted that lookup formulas and their Match Types may require strictly sorting the data in a particular order for them to work.
I have tried vlookup, xlookup, index match but I get stuck on Criteria 2 below:
Value to return: Balance
Criteria 1: Asset name matches Source data
Criteria 2: Date must be same or the first one before the Balance Sheet date, i.e. EQUAL to or LESS than the Balance Sheet date.
Thanks everyone!
So I am trying to use Excel to automate Accounting Financial Reports, in particular, a Balance Sheet which shows the balance of all accounts as at a particular date, essentially a snapshot of accounts.
I will be pulling this data from Bank statement transaction data (not exactly double accounting method for those in the field).
The data is of very typical bank transaction format, but I have a few bank accounts so I would consolidate them into one table under the same fields and add a column Source to separate the different banks. So it looks like the below sample:
DATA:
Source Date Item description Balance Amount
BOA 2 July 2024 Salary 225,000.00 100,000.00
BOA 26 June 2024 Rent 125,000.00 -25,000.00
BOA 10 July 2023 Salary 150,000.00 100,000.00
CBA 30 June 2024 Interest 101,000.00 1,000.00
CBA 1 July 2023 Deposit 100,000.00 100,000.00
REPORT:
Balance Sheet as at:
30 June 2024
Assets
BOA 125,000.00
CBA 101,000.00
Total Assets 226,000.00
Q: How can I obtain the Balance sheet values as per above?
I suppose I need some sort of lookup formula with multiple critieria, I also noted that lookup formulas and their Match Types may require strictly sorting the data in a particular order for them to work.
I have tried vlookup, xlookup, index match but I get stuck on Criteria 2 below:
Value to return: Balance
Criteria 1: Asset name matches Source data
Criteria 2: Date must be same or the first one before the Balance Sheet date, i.e. EQUAL to or LESS than the Balance Sheet date.
Thanks everyone!