|
|
|
|
|
by davidhunter
585 days ago
|
|
Has anyone else gone on the following journey: 1. Use excel 2. See ledger/hledger. Think this must be 'the way'. Go all in. 3. Constantly wrestle with ledger/hledger because you only do your accounting once per month/quarter which is not enough frequency to really grok it. 4. Use excel with a new sense of calm that you're not missing out on something better |
|
I've found it easier to use a spreadsheet. Sheet 1 contains the csv export to which i constantly append, sheet 2 the hierarchical acoount structure: an account name like "expenses: groceries:walmart" is followed by a regex that matches the expense description on sheet 1 for that account (walmart). On sheet 1 I have an "detected Account" column, into which a formula outputs the detected account based in the regexes.
Sumif formulas sum up the totals per account. Since no compilation step is necessary, rule changes are picked up much faster