I have created personal accounting using Excel Table. I have run into troubles when I need to create running total for different columns: The columns are bank accounts, which have an opening balance per Jan-1-2025. The opening balance is the problem to be included into the formula as it is a constant. I have tried with the formula IF(ROW()=2, OpenBal, [@Summa] + INDEX([Balance], ROW()-1), where OpenBal is the constant Open Balance, @Summa is the amount to add to the balance and Balance is the Balance column where the function is used. However this does not seem to autoexpand. Has anybody a better solution?
HakanB
HakanB