• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

How to get pivot rows total in single column which must be part of pivot

Hi Team

I have attached a file where I have collated data in pivot month wise. in the last column, I want another column to be added in pivot showing total of rows so that the data can be sorted on that total basis.

Please help

Thanks
RatanB
 

Attachments

Right Click anywhere in the PT
Select PT options
Select Totals & Filters tab
Select Show Grand Totals for Rows
 
Right Click anywhere in the PT
Select PT options
Select Totals & Filters tab
Select Show Grand Totals for Rows
Sir
I have been doing this but this is giving me total in separated columns

What I want is I want Total Count showing in one column -
 
Just add a column at the end with a formula in it
=sum(N6: P6) or similar
 
Back
Top