moving duplicate data in rows to columns with same name

J

Jennifer B.

I have a worksheet with 3000 rows - Each row is a unique entry but
every 4 or 5 rows belong to the same person.

Name Test Score
Bob Math 100
Bob English 95
Bob Science 85
Sue Math 54
Sue English 87
Sue Science 100

What's the best way to take the data from someone's row 3 and 2 and
get them into columns for their row 1? The way I'm doing it is clearly
not the fastest!

Any help would be appreciated - thanks!
 
S

Sherin

Consider using pivot table, I used it on your data, here is how it looked:-

Name English Math Science Grand Total
Bob 95 100 85 280
Sue 87 54 100 241

Regards,

Sherin
 
J

Jennifer B.

Thanks Sherin - I need to export the data into a graphics program and
I don't seem to be able to do that with a Pivot table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top