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