Hello,
I need to create a matrix style table from my data set similar to this:
[TABLE="width: 600"]
<tbody>[TR]
[TD]Category[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sub Category[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Product Name[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Product Name[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Product Name[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The product details fields are mostly text fields, so I ran into issues trying to do this with a pivot table. Does anyone know the best way to do this in Excel? Or is it even possible?
Thanks in advance!
I need to create a matrix style table from my data set similar to this:
[TABLE="width: 600"]
<tbody>[TR]
[TD]Category[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Sub Category[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Product Name[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Product Name[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Product Name[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[TD]Product Detail[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The product details fields are mostly text fields, so I ran into issues trying to do this with a pivot table. Does anyone know the best way to do this in Excel? Or is it even possible?
Thanks in advance!