Hello All Experts,
Please can you help getting through my data organized, I have the below data:
Item ID Question Answer
2781923 Host ABCME234561
2781923 Login_ID AA12345
2781923 Justification Need USB
2345432 Host CGH89765321
2345432 Login_ID BB23467
2345432 Justification Need drive
And I would need to maintain unique row by transposing the data in Answer column.
The data is uniform and only the data in Answer column changes. Just to be clear, I want the output as:
Item ID Host Login_ID Justification
2781923 ABCME234561 AA12345 Need USB
2345432 CGH89765321 BB23467 Need drive
Request if someone can help with some macro or some functions with which I can achieve the desired output.
Thanks in advance,
Shameem
Please can you help getting through my data organized, I have the below data:
Item ID Question Answer
2781923 Host ABCME234561
2781923 Login_ID AA12345
2781923 Justification Need USB
2345432 Host CGH89765321
2345432 Login_ID BB23467
2345432 Justification Need drive
And I would need to maintain unique row by transposing the data in Answer column.
The data is uniform and only the data in Answer column changes. Just to be clear, I want the output as:
Item ID Host Login_ID Justification
2781923 ABCME234561 AA12345 Need USB
2345432 CGH89765321 BB23467 Need drive
Request if someone can help with some macro or some functions with which I can achieve the desired output.
Thanks in advance,
Shameem