Re: [O] Calculating percentage

2017-07-17 Thread Cecil Westerhof
2017-07-16 20:32 GMT+02:00 Eric S Fraga : > See attached. > ​Works perfect thanks.​ -- Cecil Westerhof

Re: [O] Calculating percentage

2017-07-16 Thread Eric S Fraga
See attached. HTH, eric -- : Eric S Fraga via Emacs 26.0.50, Org release_9.0.9-573-g09e612 |--+| | Average | Percentage | |--+| | 3.01E+00 | 3. | | 7.31E+00 | 7. | |--+| | 2.72E+01 |28. | | 4.09E+01 |41.

Re: [O] Calculating percentage

2017-07-15 Thread Adonay Felipe Nogueira
* If you want to calculate the percentage change Say, from [last row, first column] to [current row, first column], that is: ( current - last_in_table ) / last_in_table Then do either one of the following: a. Direct answer. Go below the table and insert (without the extra spaces): #+TBLFM:

[O] Calculating percentage

2017-07-14 Thread Cecil Westerhof
I have implemented something in different ways. I have the following table: |--+| | Average | Percentage | |--+| | 3.01E+00 || | 7.31E+00 || |--+| | 2.72E+01 || | 4.09E+01 ||