I have a data field with 3 ‘Count Of’ pieces of data in a Pivot Table. The first is an overall total, the second is a count of errors (Yes/No from the spreadsheet) and the third is a count of items returned (Yes/No from the spreadsheet).
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
All rows return exactly the same number for example 10, 10, 10. Both Yes/Nos are being added up and just replicating the Overall total field. What I would like is something where the figures under ‘errors’ and ‘returned’ are counting Yes entries only. So if there were 2 errors and 3 returned then the row would read 10, 8, 7
<o></o>
What I’m trying to achieve is to have the 2 Yes/No lists to recognise the Yes only selection and subtract from the overall total.
Thanks for reading.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
All rows return exactly the same number for example 10, 10, 10. Both Yes/Nos are being added up and just replicating the Overall total field. What I would like is something where the figures under ‘errors’ and ‘returned’ are counting Yes entries only. So if there were 2 errors and 3 returned then the row would read 10, 8, 7
<o></o>
What I’m trying to achieve is to have the 2 Yes/No lists to recognise the Yes only selection and subtract from the overall total.
Thanks for reading.