26 Aug 2009 at 16:28 #1 Snow-Munki Snow-Munki Soldato Joined 18 Oct 2002 Posts 10,078 Location At home Hi, I have a grid like so: And I want a formula which can calculate for Type A the totaly numer of CPU's and total amount of RAM. So A would be 6 CPU and 9216 RAM Any ideas ? Thanks,
Hi, I have a grid like so: And I want a formula which can calculate for Type A the totaly numer of CPU's and total amount of RAM. So A would be 6 CPU and 9216 RAM Any ideas ? Thanks,
26 Aug 2009 at 18:12 #2 Columbo Columbo Soldato Joined 26 Mar 2007 Posts 9,117 Location Nottinghamshire Pivot table would do the same mate with 'sum' of cpu & 'sum' of RAM.
26 Aug 2009 at 18:47 #3 Ice Globe Ice Globe Associate Joined 31 May 2006 Posts 1,136 Location Cheshire Code: =SUMIF(A2:A9,"A",B2:B9) =SUMIF(A2:A9,"A",C2:C9)
27 Aug 2009 at 08:51 #4 Snow-Munki Snow-Munki Soldato OP Joined 18 Oct 2002 Posts 10,078 Location At home thanks works a treat !!!