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…
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…