Hi there,
I'll try to describe clearly what I'm looking for here, but it could be a little bit of a challenge!
Here's what my pivot table currently looks like (tabular format, no grand or subtotals, repeat items ON):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Atlanta[/TD]
[TD]Jim[/TD]
[/TR]
[TR]
[TD]Atlanta[/TD]
[TD]Caleb[/TD]
[/TR]
[TR]
[TD]Atlanta[/TD]
[TD]Anna[/TD]
[/TR]
[TR]
[TD]Miami[/TD]
[TD]David[/TD]
[/TR]
[TR]
[TD]Miami[/TD]
[TD]Sam[/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Peter[/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Nolan[/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Abby[/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Caroline[/TD]
[/TR]
[TR]
[TD]Seattle[/TD]
[TD]Elizabeth[/TD]
[/TR]
[TR]
[TD]Seattle[/TD]
[TD]Ben[/TD]
[/TR]
[TR]
[TD]Seattle[/TD]
[TD]Mary[/TD]
[/TR]
</tbody>[/TABLE]
I want it to look like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Atlanta[/TD]
[TD]Jim[/TD]
[TD]Caleb[/TD]
[TD]Anna[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Miami[/TD]
[TD]David[/TD]
[TD]Sam[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Peter[/TD]
[TD]Nolan[/TD]
[TD]Abby[/TD]
[TD]Caroline[/TD]
[/TR]
[TR]
[TD]Seattle[/TD]
[TD]Elizabeth[/TD]
[TD]Ben[/TD]
[TD]Mary[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this possible using a pivot table? I know I can do the same thing with complicated array formulas (http://www.mrexcel.com/forum/excel-...-data-provide-multiple-results-columns-2.html), but I would rather do this with a pivot table if possible.
I'll try to describe clearly what I'm looking for here, but it could be a little bit of a challenge!
Here's what my pivot table currently looks like (tabular format, no grand or subtotals, repeat items ON):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Atlanta[/TD]
[TD]Jim[/TD]
[/TR]
[TR]
[TD]Atlanta[/TD]
[TD]Caleb[/TD]
[/TR]
[TR]
[TD]Atlanta[/TD]
[TD]Anna[/TD]
[/TR]
[TR]
[TD]Miami[/TD]
[TD]David[/TD]
[/TR]
[TR]
[TD]Miami[/TD]
[TD]Sam[/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Peter[/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Nolan[/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Abby[/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Caroline[/TD]
[/TR]
[TR]
[TD]Seattle[/TD]
[TD]Elizabeth[/TD]
[/TR]
[TR]
[TD]Seattle[/TD]
[TD]Ben[/TD]
[/TR]
[TR]
[TD]Seattle[/TD]
[TD]Mary[/TD]
[/TR]
</tbody>[/TABLE]
I want it to look like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Atlanta[/TD]
[TD]Jim[/TD]
[TD]Caleb[/TD]
[TD]Anna[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Miami[/TD]
[TD]David[/TD]
[TD]Sam[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]Peter[/TD]
[TD]Nolan[/TD]
[TD]Abby[/TD]
[TD]Caroline[/TD]
[/TR]
[TR]
[TD]Seattle[/TD]
[TD]Elizabeth[/TD]
[TD]Ben[/TD]
[TD]Mary[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this possible using a pivot table? I know I can do the same thing with complicated array formulas (http://www.mrexcel.com/forum/excel-...-data-provide-multiple-results-columns-2.html), but I would rather do this with a pivot table if possible.