Re: [O] Spreadsheet formula evaluation without using tables?

2014-01-17 Thread Bastien
Hi Asif, Asif asif.haswa...@gmail.com writes: Is it possible to have a list of tasks each with a formula to track progress in percentage based on other subtasks? The result will look like this: * [ 30%] Project Name ** [ 50%] Task A ** [ 10%] Task B You cannot do this with Org percentage

[O] Spreadsheet formula evaluation without using tables?

2014-01-16 Thread Asif
Is it possible to have a list of tasks each with a formula to track progress in percentage based on other subtasks? The result will look like this: * [ 30%] Project Name ** [ 50%] Task A ** [ 10%] Task B This is what my formula in lisp will look like: ** [**(format %3d (+ (* TASKA 0.5) (* TASKB