Hi!

|     |             20 | 21 | 22 | 23 | 24 |
|     | :=vsum(@3..@>) |    |    |    |    |
|-----+----------------+----+----+----+----|
|     |                |    |    |    |    |
|-----+----------------+----+----+----+----|
|     |              1 |  1 |    |    |  1 |
| Foo |              2 |    |    |    |    |
| Bar |                |    |  2 |  3 |    |
|-----+----------------+----+----+----+----|
|     |                |    |    |    |    |
|-----+----------------+----+----+----+----|
| Bar |                |  4 |  1 |    |    |
| Foo |                |    |  2 |    |  2 |
| Bar |                |    |  3 |  5 |    |
| Foo |                |  1 |    |    |  5 |
|-----+----------------+----+----+----+----|

I got: Spreadsheet error: invalid reference "vsum(@3..@>)" when I
try to apply the formula.

Also tried and also failed with same message:
vsum(@3$2..@>$2)
vsum(@I$2..@>$2)
vsum(@I+1$2..@>$2)

Working: 
vsum(@I$2..@11$2)
vsum(@I$2..@IIIII$2)

So the problem seems to be the "@>" part.

Why can't I use the "@>" for "last row" in the formula?

Bonus question: when I want to apply the formula to @2$2 and *all*
table elements rights of it until the last column, is there a way to
define this without having five separate formula?

Thanks!

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
       > get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github


Reply via email to