We have data in a spreadsheet that comes out:
Obviously this is a snippet of total data.
I use a pivot table to get Sum of Good / Sum of Bad by Reason by month for the year.
1) What I need is the Sum of Bad/Total in percent column and I can't figure out how to do it. (I already added a column that adds the Good and Bad columns to get the Total in the worksheet but that does not help me with the Pivot Table.
2) I also don't know how to get rid of the Sum Good under the Reason columns and still have a Total Sum of Good Column (if this is even possible).
Code:
Date Reason Good Bad
9/17/06 Dropped 0 5
9/17/06 12 0
9/18/06 Kicked 0 8
9/18/06 Dropped 0 2
9/19/06 24 0
9/20/06 25 0
I use a pivot table to get Sum of Good / Sum of Bad by Reason by month for the year.
1) What I need is the Sum of Bad/Total in percent column and I can't figure out how to do it. (I already added a column that adds the Good and Bad columns to get the Total in the worksheet but that does not help me with the Pivot Table.
2) I also don't know how to get rid of the Sum Good under the Reason columns and still have a Total Sum of Good Column (if this is even possible).