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.

-- 
To unsubscribe e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to