View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
robert111
 
Posts: n/a
Default Pivot Table & Grand Total Row & XL 2003


suggest you interrogate your raw data using sumproduct, it will look
something like

=sumproduct((a1:a100="2006")*(b1:b100="Q1")*(c1:c1 00))

assumes years in col A, quarters in col B, fees type 1 in col C

Then add a similar formula for fees type 2 etc etc

Instead of putting 2006 in formula, you can refer to col and row
headings in the summary table you are constructing


--
robert111
------------------------------------------------------------------------
robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996
View this thread: http://www.excelforum.com/showthread...hreadid=528262