Uwe Brauer <o...@mat.ucm.es> writes: > #+TBLNAME: stat-final2 > | | Frequency | > |----+-----------| > | SS | 1 | > | AP | 5 | > | NT | 3 | > | SB | 1 | > | MH | 2 | > | NP | 3 | > #+TBLFM: @>$2='(length (org-lookup-all "NP" '(remote(data,@2$2..@>I$2)) > nil))::@>>$2='(length (org-lookup-all "MH" '(remote(data,@2$2..@>I$2)) > nil))::@>>>$2='(length (org-lookup-all "SB" '(remote(data,@2$2..@>I$2)) > nil))::@>>>>$2='(length (org-lookup-all "NT" '(remote(data,@2$2..@>I$2)) > nil))::@>>>>>$2='(length (org-lookup-all "AP" '(remote(data,@2$2..@>I$2)) > nil))::@>>>>>>$2='(length (org-lookup-all "SS" '(remote(data,@2$2..@>I$2)) > nil)) > > > Are there any rules to break this very long expression?
Hi Uwe, You can edit or view the table formulas with C-c ' in case that helps. This splits the formulas one per line for editing. Regards, Bernt