move list to columns

T

Tesons

My data looks like this:

a b c
smith mary english
smith mary math
smith mary science
jones fred english
jones fred math

I would like to end up like this:

a b c d e
f g
smith mary english math science etc.
jones fred english math science etc.

Is there a formula that will do this? Obviously, it would have to check
when the name (both last and first) changes. Thanks in advance.
 
P

pogiman via OfficeKB.com

Columns A/B are First/Last Names (or vice versa) and C will be subjects. If
this is sort of a checklist for a name, you may consider using the subjects
as fields.

I have a non-VBA (long-way and a bit tedious) suggestion but let's wait for
others to simplify it.
 

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