Finding average for columns with two values in pivot tables - excel

I have created a pivot table with column labels having two values (i.e "YES" or "NO") and it also provides a grand total on the next column.
I am trying to figure out a way to find the averages for the two values with respect to the grand total.
Here is my table:

Related

How can I customize the totals column and rows in an excel pivot table

I am starting to use the Excel data model and pivot tables. I am struggling to produce the results I want for budgeting type tables. Given my very simplified example:
I had no problem creating the pivot table with sums for each category of income and expense. I used a slicer for year. The problems I have are with the Totals.
I want a column grand total which is the sum of income - the sum of expense, but it appears that pivot tables always use the same formula for every value in the table regardless of it being in a totals row or column.
In addition to the Total for the year for each row, I would like a monthly average column.
Both these seem to me like obvious things to do with a pivot table. The pivot table makes aggregating all the transactions from the journal trivial. I feel like I must be missing something, because I can't find a way to do something so obviously useful.

Excel pivot table - sort by multiple columns

I am looking for a solution to sort an Excel pivot table by multiple columns. My pivot table looks like this:
The original data is laid out in the format below, where columns D and E are helper columns (and usually hidden). Column D is always 1, and column E is populated based on the input in the Accomplished column (column C).
In the pivot table, the % Done column is a calculated field that divides Done by Days.
I would like to sort the pivot table first by % Done in descending order (as shown in the picture), but then also by Total Days in descending order, and then by Participant Number in ascending order.
It seems like this should be relatively simple, but I can't seem to figure it out. Any help would be appreciated.

Grouping by and summing in Excel

I have a table in Excel that consists of two columns, Name and Score. The Name column is not unique, many names appear several times. I want to create another table that using formulas groups by name and calculates the total score for each.
So if James had 3 records with scores 2, 8 and 4, the other table would show James with total score 14. How do I do this?
You need to create a pivot table. Select the data you want to use and then go to the Insert tab on the ribbon and select Pivot Table. After the pivot table is created you need to add the Name column to the Rows section of the pivot table and the Score column to the Values section. Then change the Values calculation from count to sum.

Why pivot table does not show identical rows from the initial table?

Why pivot table does not show identical rows from the initial table? My expectation is that the pivot table could show these in separate rows.
The initial table has 100 rows and my pivot table (while taking 4 columns) showing less.
To be more specific: All cells in 3 columns out of 4 are formatted as text, 1 column as number. If there are two rows which are identical in all 4 columns why only one of these is shown in the end pivot table? The number column is not summarized.
Identical values in the rows of a pivot table will be rolled up into one row. If the number is in the values area of the pivot table, it will be summarized.
See this data example:
If the number column is in the Values of the pivot table, then the data gets summarised and only three rows of text are showing. It is entirely possible to rename the column title from "Sum of ..." to something else, so it may not be apparent that the data is summarised.
If you want to show all data, then put the number column into the rows area. You can then format the pivot table to repeat all item labels if you want to see the text for all rows.
Edit: If all values in the Rows area identical, then the data will be rolled up, too. A pivot table is about summarizing data. You'd typically have something in the values area that calculates something about this unique combination of four values.
If you want to show all duplicates, you need to enter a unique 5th column in the row area.

How do I return the nth to nth+10 largest value labels in a pivot table?

There has got to be a way to do this, but I can't figure it out. It's easy to get a pivot table (and pivot chart) to display the top-10 based on subtotal values. But, I want the pivot table to display the 11th to 20th largest rows based on subtotal values. The problem is that the number of lines and columns in the pivot table are dynamic, based on ever-changing source data.
I've tried filtering the pivot table, but I can filter only for the top or bottom values, not for arbitrary LARGE() ranges in the middle. I've also tried to set up a field outside the pivot table that identifies the 11th-20th largest rows, but this field breaks if the number of rows or columns in the pivot table changes.
Are there any other ideas out there? Unfortunately, the PowerPivot or PowerQuery tools aren't available for me. Just vanilla Excel 2013.
Not a lot to go on but I'm guessing you have totals for rows and wish to filter these by rank. If so, maybe repeat this Sigma values entry and for this change Show Values As to Rank Largest to Smallest, then filter the column (not just the PT) containing the new row totals with Number Filters, Between..., is greater than or equal to 11, select And, is less than or equal to 20.

Resources