I know there has to be a solution for this, but I just haven't found it - trying myself.
Pretty Simple I'm trying to make a simple purchase/expense tracking table for the different program team since we're an NPO and have to account for what is spent in the programs as part of the audits, especially with grants. Each program has a specific budget amount.
In excel this is a piece of cake.
Fields are that I need to be able
Deposit (Field type Number: Currency)
Expense (Field type Number: Currency)
Row Charge (Formula) [Deposit - {Expense Charge}]
I now have two fields that are formulas that I just can't figure out how to make work
End Balance [{Current Balance} + {Row charge}]
Row 1 has End Balance and I want to bring that information into a field called Current Balance which starting Row 2 would auto populate what ever was in previous row field End Balance
Currently I am having to manually type in to the next row End Balance information into Current Balance .
In Excel it is easy with a reference - but how to you do it in AirTable?