Hi All,
Hoping someone can help me with this - I've tried searching the forum for the solution, but none quite fits what I'm looking to do.
Essentially, I'm looking to transform excel data as per below illustration:
- create a new column called 'Project ID', which is a combination of Project Number and Stage 1 - 4
- for every stages, repeat Project Number, Project Name, Team and Work Site
sheet1 (original):
Into sheet2 (transformed):
Thank you for your help.
Hoping someone can help me with this - I've tried searching the forum for the solution, but none quite fits what I'm looking to do.
Essentially, I'm looking to transform excel data as per below illustration:
- create a new column called 'Project ID', which is a combination of Project Number and Stage 1 - 4
- for every stages, repeat Project Number, Project Name, Team and Work Site
sheet1 (original):
Project Number | Project Name | Team | Work Site | Stage 1 | Stage 2 | Stage 3 | Stage 4 |
1 | Project 1 | Study | New York | a | b | c | d |
2 | Project 2 | Study | Lost Angeles | a | b | c | d |
3 | Project 3 | Marketing | Lost Angeles | a | b | c | d |
Into sheet2 (transformed):
Project ID | Project Number | Project Name | Team | Work Site |
1.a | 1 | Project 1 | Study | New York |
1.b | 1 | Project 1 | Study | New York |
1.c | 1 | Project 1 | Study | New York |
2.a | 2 | Project 2 | Study | Lost Angeles |
2.b | 2 | Project 2 | Study | Lost Angeles |
2.c | 2 | Project 2 | Study | Lost Angeles |
3.a | 3 | Project 3 | Marketing | Lost Angeles |
3.b | 3 | Project 3 | Marketing | Lost Angeles |
3.c | 3 | Project 3 | Marketing | Lost Angeles |
Thank you for your help.