Hi All,
I am trying to convert a table of data into columns (like you can in EXCEL using the copy and paste as 'transpose' button)
I have the below data:
Code Day Shift
502025 Monday Rostered
502025 Tuesday Rostered
502050 Monday Not Rostered
502050 Tuesday Rostered
And would like to make it look like this:
Code Monday Tuesday
502025 Rostered Rostered
502050 Not Rostered Rostered
Thanks!!
I am trying to convert a table of data into columns (like you can in EXCEL using the copy and paste as 'transpose' button)
I have the below data:
Code Day Shift
502025 Monday Rostered
502025 Tuesday Rostered
502050 Monday Not Rostered
502050 Tuesday Rostered
And would like to make it look like this:
Code Monday Tuesday
502025 Rostered Rostered
502050 Not Rostered Rostered
Thanks!!
Comment