Started a new page and was told I need to use the new format. I am doing so but now wasting a lot of time trying to find where 'code block' went. Does anyone know how to insert a code block in new page editor system?
Thanks.
Hello!
For any calculations in Confluence, including calculations over tables, you may use CelesteCS Math for Confluence. There are versions for both Confluence Server and Confluence Cloud.
Assume you have a table with three rows and four columns: A till D with two rows and want to summarize elements from B2 to D2. Then here is the formula you should specify in A2:
SUM(Table1.B2:D2)
If you want to calculate average value, use AVG function:
AVG(Table1.B2:D2)
As you see, it is very simple and is similar to EXCEL with equal set of functions.
There is a plenty of other functions in the macro, so you may perform any calculations using formulas in EXCEL style.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.