Forum Discussion
Combining multiple columns whilst keeping ID/Date
- 4 years ago
Hi MatH ,
You will have to follow the below steps :
1) Unpivot by selection only the columns - Reason Type 1, Reason Type 2, Reason Type 3, Reason Type 4. It will give you the below result
2) Filter ou the Blank rows from the column -"Value" to get the below table
Hope this helps.
Please accept the solution if this answers your query.
Thanks!
Avantika
Hi MatH ,
You will have to follow the below steps :
1) Unpivot by selection only the columns - Reason Type 1, Reason Type 2, Reason Type 3, Reason Type 4. It will give you the below result
2) Filter ou the Blank rows from the column -"Value" to get the below table
Hope this helps.
Please accept the solution if this answers your query.
Thanks!
Avantika
Thank you - this is effectively what I had tried but missed the simple last step of filtering out those blanks. Much appreciated