Karl Voit <devn...@karl-voit.at> writes: > However, this does not work at my side: > > | | 20 | 21 | 22 | 23 | 24 | > | Foo + 2 Bar + Foo + Bar + Foo | 3 | | | | | > |-------------------------------+----+----+----+----+----| > | | | | | | | > |-------------------------------+----+----+----+----+----| > | | 1 | 1 | | | 1 | > | Foo | 2 | | | | | > | Bar | | | 2 | 3 | | > |-------------------------------+----+----+----+----+----| > | | | | | | | > |-------------------------------+----+----+----+----+----| > | Bar | | 4 | 1 | | | > | Foo | | | 2 | | 2 | > | Bar | | | 3 | 5 | | > | Foo | | 1 | | | 5 | > |-------------------------------+----+----+----+----+----| > #+TBLFM: @2$2..@2$>=vsum(@3..@>) > > At least, the error is gone. What might be the cause of the wrong > result?
You need to update Org. Regards,