Hi
I have a huge list of data lists data in this format
Name Date Question UN
A 01/01/18 Q1 1
A 01/01/18 Q2 1
A 01/02/18 Q1 2
i have pivoted the table and added a slicer for Date and UN. I’m trying to get a unique count of records not including the questions
so for UN 1, A and 01/01/2018 the count should be 1
can I do this with a pivot table or do I have to add a further column in my source table that has a formula that takes that into account?
if yes, what formul can I have? The idea is to get how many people responded
I have a huge list of data lists data in this format
Name Date Question UN
A 01/01/18 Q1 1
A 01/01/18 Q2 1
A 01/02/18 Q1 2
i have pivoted the table and added a slicer for Date and UN. I’m trying to get a unique count of records not including the questions
so for UN 1, A and 01/01/2018 the count should be 1
can I do this with a pivot table or do I have to add a further column in my source table that has a formula that takes that into account?
if yes, what formul can I have? The idea is to get how many people responded