Hey there,

So I've been managing my finances via an org doc that basically has tables that list all the expenses from my bank account, which has been awesome on some respects.

The only annoying thing I want to somehow figure out this year is how to make the process of updating the formula for a given month less tedious, so I am wondering if anyone could help me figure out a better workflow for doing this.

Here's My Current Workflow

After Reading The Online Manual, I Figured This Out:

For Reference, Here's A Modified Version Of My Running Finance Spreadsheet (Modified Without Actual Values Or Records For Personal Reasons) (NOTE: Sorry that the paste is terribly aligned --> I blame email formatting for this, also, note that I also put a note for myself as to what the formulas involved are for a given month since I can never remember the syntax personally since its flipped from typical Excel syntax of using row and column --> it uses column then row like an older calculator)

|------------+------------------------------------------------------+---+----------|
| 01/03/2022 | Example Rent Expense                                 |   | -1061.67 |
| 01/04/2022 | Example Food Expense                                 |   | -1061.67 |
| 02/05/2022 | Example Utility Expense                              |   | -2061.67 |
| 02/06/2022 | Example Random Expense                               |   | -2061.67 |
|------------+------------------------------------------------------+---+----------|
|            | EXPENSES JAN 2022 vsum(@1$3..@2$3) vsum(@1$4..@2$4)  | 0 | -2123.34 |
|            | EXPENSES Feb 2022 vsum(@3$3..@4$3) vsum(@3$4..@4$4)  | 0 | -4123.34 |
|------------+------------------------------------------------------+---+----------|

Formulas Presented In the 3rd and 4th columns for Row 5:
# Column Formulas
$3 = vsum(@1$3..@2$3)
$4 = vsum(@1$4..@2$4)

Formulas Presented In The 3rd And 4th Columns For Row 6 (NOTE: Notice how I can't make them unique for each row for some reason):
# Column Formulas
$3 = vsum(@1$3..@2$3)
$4 = vsum(@1$4..@2$4)

Main Questions Regarding Formula Issues:

My Main Workflow Questions Include The Following:

Anyway, I know my question might be a bit ambiguous and most likely will involve using 'F3' to record macros, but I figured i would ask to maybe make it easier since one of my goals for the new year is to make recording finances an easier process.

I felt like I've been over complicating this, and figured someone probably is doing org finance spreadsheets better than me to figure this out.

Sincerely,

Sam