Is there a way to move the admit and discharge dates into two columns?
In the first example Bob has a record for the Admit date and another record for the discharge date.
I would like to rebuild the table with the admit and discharge date on one record for each name.
I would like the result to look like the second example.
EXAMPLE 1:
Name Date Adm/Disc Bob 10/1/2011 Admit Bob 5/5/2012 Discharge Doug 10/1/2011 Admit Doug 5/5/2012 Discharge Joe 10/1/2011 Admit Joe 5/5/2012 Discharge Phil 10/1/2011 Admit Phil 5/5/2012 Discharge Tim 10/1/2011 Admit Tim 5/5/2012 Discharge EXAMPLE2 Name Admit Discharge Bob 10/1/2011 5/5/2012 Doug 10/2/2011 5/6/2012 Joe 10/3/2011 5/7/2012 Phil 10/4/2011 5/8/2012 Tim 10/5/2011 5/9/2012