Hello everyone,
I have a fairly large amount of data that in columns, but I would like to convert them to rows. I know simply transposing seems like the obvious answer, but it does not work for this data set. Please see below:
So first, I am trying to have my Package names Concat with my Activity names. Then, I need those names to match up with my durations. It's important that my activities remain in the order of N, then I, then Q, and then D. I am able to get all my names to Concat in a row format and then I transpose them vertically. I then cut and paste the "I" sections under the "N", then "Q" under the "I", and then "D" under the "Q. "That works well, but I can't seem to sort them to get them in the right order after that. I want the packages in alphabetical order just like above and then sorted by N,I,Q,D. Once I get my names in the right order as shown above, the next challenge is getting the durations to match up I have tried lookups and transposing but nothing really works. I need my data in one column as shown in the spreadsheet.
Recap:
1. I need help taking this data and making it vertical into one column.
2. I can get my names to concat in a row format and then transpose to vertical, but I can't sort them in the right order. I want alphabetical order, and then by N,I,Q,D.
3. Once I get my names in the right order, I need to get the durations to match up.
Please let me know if this will be possible to achieve, thank you all.
I have a fairly large amount of data that in columns, but I would like to convert them to rows. I know simply transposing seems like the obvious answer, but it does not work for this data set. Please see below:
So first, I am trying to have my Package names Concat with my Activity names. Then, I need those names to match up with my durations. It's important that my activities remain in the order of N, then I, then Q, and then D. I am able to get all my names to Concat in a row format and then I transpose them vertically. I then cut and paste the "I" sections under the "N", then "Q" under the "I", and then "D" under the "Q. "That works well, but I can't seem to sort them to get them in the right order after that. I want the packages in alphabetical order just like above and then sorted by N,I,Q,D. Once I get my names in the right order as shown above, the next challenge is getting the durations to match up I have tried lookups and transposing but nothing really works. I need my data in one column as shown in the spreadsheet.
Recap:
1. I need help taking this data and making it vertical into one column.
2. I can get my names to concat in a row format and then transpose to vertical, but I can't sort them in the right order. I want alphabetical order, and then by N,I,Q,D.
3. Once I get my names in the right order, I need to get the durations to match up.
Please let me know if this will be possible to achieve, thank you all.