I would like to sum only the previous 20 rows of each data entry. Is there a way to write this expression quickly (excel's range approach comes to mind i.e. SUM(A1:A19)). At the moment my only though is to type out the entire expression of: [Row-19:Field] + [Row-18: Field] + .... + [Row-1: Field] + [Field].
Thanks all