Woops. I have just realised that adding a calculated item for my grouping
is flawed for my "percentage of column" figure because the extra item is
added to the column total!
I want to produce a pivot table that looks like this (where 'A', 'B' and 'C'
are passes).
Grade
A - 2 - 4%
B - 5 - 10%
C - 24 - 48%
Pass - 31 - 62%
D - 12 - 24%
E - 7 - 14 %
Fail - 19 - 38%
Total - 50 - 100%
How do I get this???
Thanks for any assistance.
GB
> Thank you Debra.
>
[quoted text clipped - 36 lines]
> > >
> > > Thanks.
Hi
Assuming your data is in Columns A and B with Name in A and Grade in B.
Enter Group in C1
In C2 =IF(B2<="c","Pass","Fail")
And copy down.
Add column C range to your PT Range.
On the PT, make Group a Row item, followed by Grade
Drag Grade to the Data area as Count
Drag Grade to the Data area again>Options>Show data as % of column
On the Finished PT, drag Data and drop on Total, so you get the data as 2
columns.

Signature
Regards
Roger Govier
> Woops. I have just realised that adding a calculated item for my grouping
> is flawed for my "percentage of column" figure because the extra item is
[quoted text clipped - 65 lines]
>> > >
>> > > Thanks.
Green Biro - 03 Feb 2008 00:22 GMT
OK. Thanks. Guess I'll have to do it like that.
Didn't especially want to alter my source data as it's a little more
complicated than the example I gave but I can use the principle.
Sometimes I think PTs are amazing, other times I get disappointed by the
lack of functionality available.
Thanks again.
GB
> Hi
>
[quoted text clipped - 79 lines]
> >> > >
> >> > > Thanks.