校验数据E列,填报数据是否包含重复项
目前写的校验数据代码:
len(GREPARRAY(split(E6,","),item=E5))<=1
https://help.fanruan.com/finereport/doc-view-2399.html 你是不是少了这步
https://help.fanruan.com/finereport/doc-view-2399.html
参考
校验填报页面是否有重复数据
len(GREPARRAY(split(E6[!0],","),item=E5))<=1