Referencing the cell above

what about this :slight_smile:

the logic is that instead of working with the assumed thisRow logic, you ask for all the numbers in the list via thisTable and once you have all the numbers, you slice that list and sum the results.

thisTable.[New Employees].Slice(1,thisRow.RowIndex).Sum()

1 Like