Very simple Pivot table. In rows I have 2 fields. A URL and then a username below this. So the Pivot just shows various URL's until you expand it, at which point it then shows the associated usernames too.
How can I transfer out from this pivot table format, to show the URL in Column A against each user associated in Column B? The pivot just shows the URL once, and then lists all of the users, but I need the common URL to display against each user.
So for example at present, the Pivot may show www.test.com with 10 user names associated with it. I'd like to transfer it to a new sheet to show in this format:
At present, the pivot table format is like this:
Is there an easy way to achieve this? Thanks
How can I transfer out from this pivot table format, to show the URL in Column A against each user associated in Column B? The pivot just shows the URL once, and then lists all of the users, but I need the common URL to display against each user.
So for example at present, the Pivot may show www.test.com with 10 user names associated with it. I'd like to transfer it to a new sheet to show in this format:
www.test.com | User 1 |
www.test.com | User 2 |
www.test.com | User 3 |
www.test.com | User 4 |
www.test.com | User 5 |
www.test.com | User 6 |
www.test.com | User 7 |
www.test.com | User 8 |
www.test.com | User 9 |
www.test.com | User 10 |
At present, the pivot table format is like this:
www.test.com |
User 1 |
User 2 |
User 3 |
User 4 |
User 5 |
User 6 |
User 7 |
User 8 |
User 9 |
User 10 |
Is there an easy way to achieve this? Thanks