A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Dear Pedro,
Thanks for your updates.
If the value is number, the calculated column will be showed as Sum which isn't Count by default. So it will be hard to display % Rated (Count of Rated / All Rated (Count of ticket month) ) in Pivot Table in Excel.
As a workaround, for example, I type good and bad instead of 1 and 0 in the satisfaction column and then add a new column Count of Rated for Pivot Table top count the rated amount by Sum. No matter good or bad, it will be counted as 1 rate. You can type =IF(OR(B2="good",B2="bad"),1,0) to calculate the column values in the original sheet.
Then add the calculated column Sum of %Rated in Pivot Table with the formula ='Count of Rated '/7 and then format the cells as % to see the outcome.
Best Regards,
Cliff