Hi,
I have created an appsheet to track name and amount I borrow or lend.
Table one “Cash” contains Unique ID, Date, Name (reference list), Amount (credit/debit)
Table two “Ledger” contains unique ID and Name (referenced to table “cash” - “name” column)
Now in ux tab, when I view “Ledger” table. When I select specific name it should show balance of that specific peroson. Does any one know the formula for the same?
I tried
SUM([Name].[Amount])
it gives sum of everything. I want sum of all the values related to that specific person.
Regards,
Piyush Diyora