R
Rodifer
Hi,
I'm not sure what I'm trying to do counts as a full transpose. Basically,
I've got some data which simplifies to the following:
ID# Topic Serial
There can be more than one record for each ID in this table, each with one
attached serial number. The table I want will have one record per ID, but
will have all serial numbers for a given ID number across the table, thus:
ID# Topic Serial1 Serial2 Serial3 Serial 4
I have established that there may be as many as four SN#, as few as 2 per
ID#. How would I go about creating this table?
I'm not sure what I'm trying to do counts as a full transpose. Basically,
I've got some data which simplifies to the following:
ID# Topic Serial
There can be more than one record for each ID in this table, each with one
attached serial number. The table I want will have one record per ID, but
will have all serial numbers for a given ID number across the table, thus:
ID# Topic Serial1 Serial2 Serial3 Serial 4
I have established that there may be as many as four SN#, as few as 2 per
ID#. How would I go about creating this table?