Pivot Table - Do not sum

KillerOfGiants

New Member
Joined
Dec 23, 2022
Messages
29
Office Version
  1. 365
I have a pivot table that needs to show a value (a beginning daily balance) at the most granular level of the table. However, the beginning daily balance should not be summed in any way, and only displayed when at the most granular level. Currently, I have just been masking the summed value by changing the font color to the background color, but this is cumbersome. No VBA. Is there a way?
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
After the date, the first column (29,925,466) is the Beginning Balance. The most granular data is the date (so 146,445 for 12/28/23). The week is summed up 976,819 for that entity. All the entities for that week are summed up at 6,242,757. Etc. I only want to see the 146,445 and the column should have no values above that level.
 

Attachments

  • Capture.JPG
    Capture.JPG
    31.9 KB · Views: 4
Upvote 0
If I understand you correctly, then you need to go to the “Design” tab and there in “Subtotals” select the first item “Do not show subtotals”
 
Upvote 0

Forum statistics

Threads
1,223,276
Messages
6,171,140
Members
452,381
Latest member
Nova88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top