2019年1季度环比为啥是0,没有和2018年4季度比,怎么才能比较
参考跨层累计-https://help.fanruan.com/finereport10.0/doc-view-347.html
环比-https://help.fanruan.com/finereport10.0/doc-view-350.html
环比
层次坐标常用公式
用相对层次坐标 取出上一行的值,
在计算环比就好了
相对层次坐标-https://help.fanruan.com/doc-view-3802.html
改成这样就行了
IF(&B2 > 1, C2 / C2[B2:-1],IF(&A2=1,0, C2/C2[A2:-1,B2:!-1]))