Re: [O] Adding times in a table

2019-09-22 Thread Fraga, Eric
On Saturday, 21 Sep 2019 at 19:06, gmx wrote: > Which formula should I use to obtain the result (hh:mm) of the sum of > the times in the last cell of column 2? I tried this one : #+TBLFM: > @>$2=vsum(@2$2..@3$2). Result : 1:4 The underlying calculations are done using the Emacs Calc system. In th

[O] Adding times in a table

2019-09-21 Thread gmx
Hi, I've a table like this one : Time for each task 1 00:53 2 03:12 Total Which formula should I use to obtain the result (hh:mm) of the sum of the times in the last cell of column 2? I tried this one : #+TBLFM: @>$2=vsum(@2$2..@3$2). Result : 1:4 Each of these time