Good morning - I am a new Alteryx user and have spent hours this weekend trying to find the solution to this problem, but couldn't quite find the solution in the community posts, or the academy so am hoping I can ask for help here.
Currently:
I have transposed a sample rows of data, joined them and now have them in this format:
| Patient MPI | AdmitYear | AdmitMonth | DischargeYear | DischargeMonth | LengthOfStay | PlaceOfService |
| 13 | 17,19,18,19 | 4,11,6,11 | 17,19,18,19 | 4,11,6,11 | 5,6,1,9 | IP-Acute,IP-Acute,IP-Acute,IP-Acute |
What i would now like to do is to separate out the cells into distinct columns that would match the number of items in the cell (attached mock up of what I want the data to look like) so I can perform calculations on it. I have attached how i would like to see the data in the attached excel sheet.
Thank you for your help - I really appreciate it!