Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pivot table with row grand total and column grand average

Status
Not open for further replies.

bacon4life

Electrical
Joined
Feb 4, 2004
Messages
1,543
Location
US
Can a pivot table be configured to have the Grand Total field be a SUM for each row, but a MAX for each column? I can work around it by putting the MAX function outside of the pivot table, but seems like there should be built in way to do it.
Code:
Example desired data table:

Jan bob sue pat SUM
feb 100 200 300 600
mar 150 250 100 500
apr 250 200 100 550
MAX 250 250 300
 
hi,

I put table aggregations at the TOP of my sheet, above the table, and turn off the column totals in the PT.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top