报表中如何实现类似excel中的sumif功能,=SUMIF($S:$S,AB14,$U:$U),在S列中,符合AB14的,求和后写入对应的U列
、
自定义函数集合 https://help.fanruan.com/finereport/doc-view-3373.html
============
你这个不需要sumif
试试
sum(S2{s2=AB14})
这个格式就可以
你这个S、AB14列啥样子都没看到,看文字表述,通过几个方法可以实现,具体你研究一下
①层次坐标的条件汇总
sum(s2[!0]{A2 = $A2 && C2 > 2500})
详细参考 条件汇总- https://help.fanruan.com/finereport/doc-view-345.html
②sum和if函数结合使用
③用sumifs,参考SUMIFS- FineReport帮助文档 - 全面的报表使用教程和学习资料 https://help.fanruan.com/finereport/doc-view-4582.html?source=4