So I am working on this excel/spreadsheet project where I have to achieve:
FROM: (assuming that Fruit is in cell A1)
TO: (Assuming that Fruit Summary is in Cell I1)
So I am working on this excel/spreadsheet project where I have to achieve:
FROM: (assuming that Fruit is in cell A1)
TO: (Assuming that Fruit Summary is in Cell I1)
=QUERY (A1:G11,"select A, Count (A),Sum(G),sum(D) group by A")