https://bugs.documentfoundation.org/show_bug.cgi?id=145407
--- Comment #5 from Julien Nabet <[email protected]> --- (In reply to m.a.riosv from comment #4) > Seems the issue if with AND() in array > {=SUM( (MONTH(C32)=MONTH(C5:C13))*(DAY(C32)=DAY(C5:C13) ))} > avoiding the use of AND works fine. Good find! I don't know how to find methods related to matrix. It would be great to have some refactoring instead of trying to search in files like: ./source/core/tool/interpr1.cxx ./source/core/tool/interpr2.cxx ./source/core/tool/interpr3.cxx ./source/core/tool/interpr4.cxx ./source/core/tool/interpr5.cxx ./source/core/tool/interpr6.cxx ./source/core/tool/interpr7.cxx ./source/core/tool/interpr8.cxx or at least a small readme in top of each of this kind of file which have between 550 and 10000 lines! -- You are receiving this mail because: You are the assignee for the bug.
