J
Joe
I have an excel file that looks like this:
ID# account status
10 1 open
20 1 open
30 1 closed
30 2 transition
30 3 closed
I need it to look like this:
10 1 open
20 1 open
30 1 closed 2 transition
3 closed
so that all of the rows in the current file are moved to a single row for
each ID#. I have no idea how to do this except for manually doing a
copy/paste special transpose. For thousands of ID#s - this won't work. Can
somebody please walk me thru a way to do this? I don't know how to do
macros so I'd need a detailed walk thru. Thanks so much.
ID# account status
10 1 open
20 1 open
30 1 closed
30 2 transition
30 3 closed
I need it to look like this:
10 1 open
20 1 open
30 1 closed 2 transition
3 closed
so that all of the rows in the current file are moved to a single row for
each ID#. I have no idea how to do this except for manually doing a
copy/paste special transpose. For thousands of ID#s - this won't work. Can
somebody please walk me thru a way to do this? I don't know how to do
macros so I'd need a detailed walk thru. Thanks so much.