Share via

Sum rows in pivot table

Anonymous
2018-07-18T16:45:32+00:00

Is it possible to sum rows in pivot table which contains columns of sum function? For example, in this table i need to have one more column at the end of pivot table which will represent the sum or grand total of every row(process). Thanks in advance.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Vijay A. Verma 104.9K Reputation points Volunteer Moderator
2018-07-18T17:01:19+00:00

You will have to use Calculated Field for this.

Click anywhere in the pivot > Analyze tab > Fields, Items & Sets > Calculated Field > Give it a name in Name: box > In Formula: box > Put following (Copy and paste from below)

= 'Loss 1'+ 'Loss 2'+ 'Loss 3'

Was this answer helpful?

4 people found this answer helpful.
0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Ashish Mathur 102K Reputation points Volunteer Moderator
    2018-07-18T23:37:34+00:00

    Hi,

    Using "Unpivot Other columns" under Data > Get & Transform, convert your dataset into a 3 column Table - Process > Loss and Value.  Build your Pivot Table from there and you will get your desired output.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-07-18T17:10:42+00:00

    I got it. It works. Thanks a lot! :-)

    Was this answer helpful?

    0 comments No comments