Help with pivot table

markdoc5

New Member
Joined
Jan 27, 2021
Messages
14
Office Version
  1. 365
Platform
  1. Windows
Hi All,

looking for a bit of help, not sure if this is possible but here goes!

I have table for this example i have just added in 1 question. Yes = 100% no = 0% N/A - excluded but i still wanted it counted against avg score.

So for example
Mr Smith has been scored 4 times on question 1
1st = No
2nd = Yes
3rd = N/A
4th = Yes
I would like the pivot to show as 66.75% avg as only 1 wrong and the N/A while still counted isn't measured against. I could make the n/a = 100% but this would avg out at 75% which im not looking for so im a bit stuck.

Book1
ABC
1NameQuestion1Q1SCORE
2Mr SmithNo0%
3Mr SmithYes100%
4Mr SmithN/A 
5Mr SmithYes100%
6
7What I would like it to read when avg on pivot
8
9Question1
10Mr Smith66.75%
11
12Row LabelsAverage of Q1SCORE
13Mr Smith#DIV/0!
14Grand Total#DIV/0!
Sheet1
Cell Formulas
RangeFormula
C2:C5C2=IFS(B2="Yes","100%",B2="No","0%",B2="N/A","")
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,215,444
Messages
6,124,893
Members
449,194
Latest member
JayEggleton

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