I am having hard time trying to figure out how to add contents of multiple fields.
It isn't quite obvious from Org mode manual as issue like this should be.
I'm trying to find a formula to sum the entry in fields @2$5
to @5$5
and make an entry of the sum in @6$5
.
Now I found that something like @2$5..@5$5
can be used to refer to range of fields, but how do I find the sum of them?
I tried sum(@2$5..@5$5)
and add(@2$5..@5$5)
, but apparantly there's no such functions.