emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Spreadsheet error: invalid reference when using @> in range


From: Karl Voit
Subject: [O] Spreadsheet error: invalid reference when using @> in range
Date: Mon, 9 Nov 2015 10:13:59 +0100
User-agent: slrn/pre1.0.0-18 (Linux)

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(@address@hidden)
vsum(@address@hidden)

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

[Prev in Thread] Current Thread [Next in Thread]