Why am i not getting grand total per row in pivot

bossclaus

New Member
Joined
Jan 20, 2010
Messages
30
Hi

My Pivot is driving my creasy, I get a grand total per colom but not per row, I have added, I have tryed changing the raw data so everting is number:rofl::confused::confused::confused:

what am i missing?

Claus
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
you can activate it
from PivotTable Tools --> Design --> Grand Totals --> On For Rows and Columns
 
Upvote 0
I have tryed all 4 possiblities. i canse the grand total per colum comes and go's but the rows don't do any thing.!!
 
Upvote 0
No i have 12 month data and i want to have total per item number:confused: I have the total per month goin down.

I can make a manuel sum on the side but then i have to change every time adding change
 
Upvote 0
Depending on the type of your data that may well be how Excel behaves
If e.g. you data is as follows
<CODE>
Sold
Items Jan Feb etc
A 12 14 5
B 10 22 36
C 100 99 75
</CODE>
and you create a pivot table it will only Grand total the columns.
(items in row, month in col)

To fix that add a totals column (=sum jan-dec) to your data and then include the total col it in your pivot range.

If your data is e.g.
<CODE>
Name Dept Country
Joe HR MY
Jane RE NL
Bill FN UK
</CODE>
and you create a pivot to sum names by Dept (row) country (col) the pivot will give you a Row Total (and a col total).
Apologies for crappy code, I cant install HTML add-in in office.
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,946
Latest member
JoseDavid

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