Excel Formula
giorgioo
Posted messages
8
Registration date
Status
Membre
Last intervention
-
oek -
oek -
Hello,
I am an accounting student, and for my study project, I am looking to develop an application in Excel 2003 that will automate the work of an accountant, that is to say, the journal, general ledger, trial balance, balance sheet, and income statement. I have already completed the journal, but it is the transfer of data to the general ledger that poses a problem for me. Indeed, I am looking to transfer the dates, account titles, and respective amounts by indexing the account numbers.
For example, in the journal I have:
A B C D
Date Account Title Amount
Dec 03, 2005 601 purchase 3000000
Dec 15, 2005 411 customer 3000000
Dec 15, 2005 512 bank 5000000
Dec 15, 2005 521 cash 275000
Dec 22, 2005 512 bank 1000000
Dec 23, 2005 601 purchase 120000
I would like, for example, by indexing 512 to obtain:
Date Account Title Amount
Dec 15, 2005 512 bank 5000000
Dec 22, 2005 512 bank 1000000
I have already tried using the INDEX/MATCH functions, but I can only find the first row. Please help me find a formula or a macro that would allow me to perform this task.
PS: I am still a beginner in Visual Basic
I am an accounting student, and for my study project, I am looking to develop an application in Excel 2003 that will automate the work of an accountant, that is to say, the journal, general ledger, trial balance, balance sheet, and income statement. I have already completed the journal, but it is the transfer of data to the general ledger that poses a problem for me. Indeed, I am looking to transfer the dates, account titles, and respective amounts by indexing the account numbers.
For example, in the journal I have:
A B C D
Date Account Title Amount
Dec 03, 2005 601 purchase 3000000
Dec 15, 2005 411 customer 3000000
Dec 15, 2005 512 bank 5000000
Dec 15, 2005 521 cash 275000
Dec 22, 2005 512 bank 1000000
Dec 23, 2005 601 purchase 120000
I would like, for example, by indexing 512 to obtain:
Date Account Title Amount
Dec 15, 2005 512 bank 5000000
Dec 22, 2005 512 bank 1000000
I have already tried using the INDEX/MATCH functions, but I can only find the first row. Please help me find a formula or a macro that would allow me to perform this task.
PS: I am still a beginner in Visual Basic
Configuration: Windows XP Firefox 3.0.1
14 réponses
Crystal Reports is a report builder.
Another idea to delve deeper into what LatelyGeek is proposing...
When your automatic filters are activated on your journal sheet, and you've ensured that the data is sorted by account number, have you tried using subtotals on each account change... This way, your ledger will appear prominently with subtotals for each field... Then you can create views that display the journal upon request, or the ledger...
Another idea to delve deeper into what LatelyGeek is proposing...
When your automatic filters are activated on your journal sheet, and you've ensured that the data is sorted by account number, have you tried using subtotals on each account change... This way, your ledger will appear prominently with subtotals for each field... Then you can create views that display the journal upon request, or the ledger...