-2

So I am working on this excel/spreadsheet project where I have to achieve:

FROM: (assuming that Fruit is in cell A1) I have this

TO: (Assuming that Fruit Summary is in Cell I1) I want to achieve this

Community
  • 1
  • 1
user141975
  • 11
  • 2

1 Answers1

-1
=QUERY (A1:G11,"select A, Count (A),Sum(G),sum(D) group by A")
Steve Piercy
  • 13,693
  • 1
  • 44
  • 57
TheMaster
  • 45,448
  • 6
  • 62
  • 85