https://bugs.documentfoundation.org/show_bug.cgi?id=48381

clem <clement.marsh...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clement.marsh...@free.fr

--- Comment #3 from clem <clement.marsh...@free.fr> ---
Created attachment 114852
  --> https://bugs.documentfoundation.org/attachment.cgi?id=114852&action=edit
testcase for bug 48381

An ODS document with 2 sheets :
 one is "invoice" with columns (invoice_id, client_id, invoice_amount)
 two is "client" with columns (client_id, total_invoiced)

There are 100 invoice rows and 300 client rows both filled with random
generated test data.

Where the formula in client.B2 is : 
=somme.si(invoice.B$2:B$1000; A2 ; invoice.C$2:C$1000)
(which function would likely be SUM.IF in english)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to