esProc Desktopesproc-desktop.hashnode.dev·Oct 24, 2024#81 — Accumulate Data in Each GroupProblem description & analysis: There is a sales data table: Task: Calculate the cumulative sales of each person. Solution: Use SPL XLL and the code is as follows (to calculate in cell D1): =spl("=E(?1).new(cum(~~+Sales;Name):'Cumulative Sales')",A1...excelAdd a thoughtful commentNo comments yetBe the first to start the conversation.