Hi there.
I'm using Calc Libreoffice Version: 5.0.1.2.0+ Build ID: 00m0(Build:2).
Steps to reproduce:
1. Create /tmp/a.ods with below data:
year month amount
2015 1 10
2015 1 20
2015 2 5
2. Create /tmp/b.ods with below function:
=SUMIFS('file:///tmp/a.ods'#$Sheet1.C2:C4,'file:///tmp/a.ods'#$Sheet1.B2:B4,1,'file:///tmp/a.ods'#$Sheet1.A2:A4,2015)
What I expect?
To get a "20" value
What I get?
Err:504
Tips:
-If I use the function assistant after fill the 1st parameter, I get Err:511
-If you use below function in "/tmp/a.ods" it works:
=SUMIFS(C2:C4,B2:B4,1,A2:A4,2015)
A similar bug was reported:
https://bugs.documentfoundation.org/show_bug.cgi?id=64229&redirected_from=fdo
Cheers.