Skip to main content

How do I calculate a statistic from the beginning of the column down to the current row?

To have a statistic calculated from the beginning of the column down to the current row, use a formula like:

c2 = mean([-index() :0, 1:1])

This particular formula finds the mean in column 1 and stores the result in column 2.

Scroll to Top
Synergy Software
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.