Re: table formula for the second last row

2023-07-24 Thread Ihor Radchenko
Luca Ferrari writes: > #+TBLFM: @>$3=vsum(@3..@-1) > #+TBLFM: @>$3=round( vsum(@3..@-2)/60 ) > > but both overwrite the last row of the third column, while I would > like the former to be on the second last row. @>>$3 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mo

table formula for the second last row

2023-07-24 Thread Luca Ferrari
Hi all, I've a table that is keep growing, and in the end I've added the following to formulas: #+TBLFM: @>$3=vsum(@3..@-1) #+TBLFM: @>$3=round( vsum(@3..@-2)/60 ) but both overwrite the last row of the third column, while I would like the former to be on the second last row. Apparently I'm not a