» Creating a List in which Each Number is the Sum of the Previous N Numbers
CATEGORY - Excel Summing
VERSION - All Microsoft Excel Versions
We want to create a sequence of numbers where each member of the sequence is the sum of the previous N number of values.
Solution:
Use the SUM, OFFSET, INDIRECT, ADDRESS, ROW, and COLUMN functions as shown in the following formula:
=SUM(OFFSET(INDIRECT(ADDRESS(ROW(),COLUMN())),0,-1,1,-2))
Book Store:
No comments have been submitted.


