Re: how to exclude certain row values from calculation in a table

2023-11-06 Thread Uwe Brauer
Hi Bruno > Hi Uwe, > Uwe Brauer writes: > ... > You could use 'vmask' to mask the values you don't want. > Here is an example using vmask: >|| Price | >|+| >| 1 | 10.98 | >|| 11.90 | >|

Re: how to exclude certain row values from calculation in a table

2023-11-06 Thread Bruno Barbier
Hi Uwe, Uwe Brauer writes: > Hi all > > Please look at > > | | Price | > |---+| > | / | 10.98 | > | | 11.90 | > | | 19.98 | > | | 13.79 | > | | 29.97 | > | | 18.98 | > | | 13.79 | > | | 11.90 | > | | 24.28 | > |---+| > | | 155.57 | > #+TBLFM: @11$

how to exclude certain row values from calculation in a table

2023-11-06 Thread Uwe Brauer
Hi all Please look at | | Price | |---+| | / | 10.98 | | | 11.90 | | | 19.98 | | | 13.79 | | | 29.97 | | | 18.98 | | | 13.79 | | | 11.90 | | | 24.28 | |---+| | | 155.57 | #+TBLFM: @11$2=vsum(@I$2..@II$2);f2 I would like to exclude the first value fr