primuspaul
Board Regular
- Joined
- Dec 23, 2015
- Messages
- 75
- Office Version
- 2021
- 2019
- Platform
- Windows
When I need to prepare financial statements (balance sheet, income statement, etc...), I generally use an excel template I made which draws account information from one table and generates pivot tables using that info. To make all this work, the data table draws information from other tables (primarily using index(match) and sumifs()). Most of the calculations, like whether the date dictates expense account activity belongs on the income statement or balance sheet (retained earnings), is done through calculations on the actual table due to the limitations of pivot tables. It also uses various custom, user-defined commands to accomplish some of the more complicated features.
It works just fine, but I want something a bit more powerful to be able to create better tables. Obviously QuickBooks is the most obvious example of a fully-features program, but I want to make something custom similar to what I have in excel and also more powerful (like the ability to generate custom "reports" instead of having to rely on pivot tables).
Can someone recommend a solution that is free and possibly even open source?
I do have experience with simple coding, like in Visual Basic and JavaScript.
It works just fine, but I want something a bit more powerful to be able to create better tables. Obviously QuickBooks is the most obvious example of a fully-features program, but I want to make something custom similar to what I have in excel and also more powerful (like the ability to generate custom "reports" instead of having to rely on pivot tables).
Can someone recommend a solution that is free and possibly even open source?
I do have experience with simple coding, like in Visual Basic and JavaScript.
Last edited: