Nested filtering for iterative process -exponential mapping?

前端 未结 2 1001
清酒与你
清酒与你 2021-01-25 00:42

let\'s begin with the simple form. Imagine you have a simple dataset like this one: you want to retrieve the cumulative amounts for each asset.

First I would filter (ar

2条回答
  •  面向向阳花
    2021-01-25 01:16

    As suggested in the comments, you can use a simple query:

    E1:

    =query(A:D,"select A,B,C,sum(D) where A is not null group by A,B,C ",1)
    

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题