Pivot trouble

rugbytomc

New Member
Joined
Jul 25, 2013
Messages
13
wasn't sure what to title this.

If i have data as such

NameScore
Ian1
Ian2
Ian3
Ian4
James1
James2
James3
James4
John1

<tbody>
</tbody>

What I want to see is this
NameScore 1Score 2Score 3Score 4Score 5
Ian1234
James12345
John1

<tbody>
</tbody>


Any suggestions on how best to do that?

Thanks
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Create a Pivot table and use the names as Row Labels and use Score as both Column Labels and Values. It should give you what you want.

Row Labels1234Grand Total
Ian123410
James123410
John11
Grand Total346821

<tbody>
</tbody><colgroup><col><col><col span="3"><col></colgroup>
 
Upvote 0

Forum statistics

Threads
1,214,804
Messages
6,121,652
Members
449,045
Latest member
Marcus05

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top