Forum Discussion
SantaClaus1
Sep 26, 2025Occasional Reader
Multi function formula
Hello and thank you in advance if you can help. I would like to build a formula that would be for a budget. the idea is for aa budget. I don't think that i can use a pivot table for this 1 Paid da...
peiyezhu
Sep 26, 2025Bronze Contributor
if with database,you can create a table like
create table myExpense (transDate,transAccount,Amount)
only keep one column for number input will be easily for pivot table.