In Sheet2, I have a list of URL's and user names next to each URL.
e.g.
In Sheet1, I have a simple Pivot which displays the count of unique URL's, e.g.
I would like to add another field next to the unique URL count in the pivot tab to show the count of values and the count of N/A's ... e.g.
What would be the best way to achieve this?
Thanks
e.g.
www.test1.com | #N/A |
www.test1.com | #N/A |
www.test1.com | Peter F |
www.test2.com | #N/A |
www.test2.com | Jim S |
www.test2.com | Petra J |
In Sheet1, I have a simple Pivot which displays the count of unique URL's, e.g.
I would like to add another field next to the unique URL count in the pivot tab to show the count of values and the count of N/A's ... e.g.
URL | Count | Count of #N/A's | Count of Values |
www.test1.com | 3 | 2 | 1 |
What would be the best way to achieve this?
Thanks