Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kevin H. Stecyk
 
Posts: n/a
Default Pivot Table & Grand Total Row & XL 2003

Hi,

I have a small Excel database with the following columns:

A) Transaction Date (TD)
B) Status (can be either Complete, Dead, or Pending)
C) Commitment Fee (CF)
D) Administration Fee (AF)
E) Downpayment Fee (DF)
F) Legal Fee (LF)

I have created a small pivot table.

Along the row: Status
Along the column: Transaction Date

Data: Commitment Fee, Admin Fee, Downpayment Fee, and Legal Fee

I have further grouped Transaction Date into quarters and years.

I have added to the "Years" the Sum by using Field Settings. So now I have
the sum of each of the fees per year.

My question is, how can I get the Grand Total for all the fees per year?

Any advice is most appreciated.

Kevin



  #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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
OLAP Pivot table - How to show items with no data ? Timmo Excel Worksheet Functions 1 March 30th 06 06:03 PM
Derived Columns in Pivot Table sa02000 Excel Discussion (Misc queries) 1 February 8th 06 07:18 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Removing errors from a Pivot table Mighty Magpie Excel Discussion (Misc queries) 2 February 3rd 05 03:15 PM
Problem with Pivot Table Drop-Down Menus Mac Excel Worksheet Functions 4 November 7th 04 01:18 PM


All times are GMT +1. The time now is 08:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"