Permanently summing a column in an Org-mode table
The last row of a table is @> For example to get the sum for the third column in the last line, you can use the formula @>$3=vsum(@2..@-1) Maybe you have to adapt the @2, if you don’t have a header line…