动态隔间运算:
1.比较 例:B2-B2[A2:1]2.占比 例:B2/sum(B2[!0])3.环比 例:B2/B2[A2:-1]4.逐层累计 例:D2[C2:-1]+C25.跨层累计 例:IF(&B2>1,D2[C2:-1]+C2),D2[A2:-1,E2:!-1]+C2)6.组内统计超过2500的个数 例:COUNT(B2[!0]{A2=$A2 && C2>2500})7. 排名 count(E2[!0]{E2>=$E2})