Currently I have this formula :
=QUERY(A:C,"select SUM(B), SUM(C) where A = date """&text("26/10/2017","yyyy-mm-dd")&""" label SUM(B) '', label SUM(C) '' ")
And this formula gives me an error if I put a second label. The formula works with just one selection and one label, but not with two.
I didn't find an alternative to this approach when searched?
I also tried to have just :
label sum SUM(B) '', SUM(C) ''
How can I have multiple labels, any ideas?