Just a quick question
Is it better to use pivot tables?
I would really appreciate if you can tell me why I should I usen them or why should I not.
Thanks!
CodePudding user response:
for example:
=QUERY(A2:C; "select A,sum(C) where A is not null group by A pivot B")