比如说数据表有三列
序号 b c
1 1 1
2 1 2
3 8 10
c列根据b列递增累计,第2行就是1+1 第三行就是1+1+8
累计 https://help.fanruan.com/finereport/doc-view-348.html
C2的公式为:if(&b2 = 1,b2,c2[B2:-1]+b2)
然后C2的左父格为B2