Hi,
I need to use Excel to analyse some server logs, but I'm having trouble getting the data into the format I need. The current data is in a text file (no problem importing that), and it looks something like this
UniqueID Data
8598A XYZ
8598A IUI
8599B WOR
8599B JKM
8599B LOL
I want to transpose it to look like this.
UniqueID Data1 Data 2 Data3 etc.
8598A XYZ IUI
8599B WOR JKM LOL
One of the biggest problems is that each UniqueID may have different numbers of lines associated with it.
Can anyone help?
I need to use Excel to analyse some server logs, but I'm having trouble getting the data into the format I need. The current data is in a text file (no problem importing that), and it looks something like this
UniqueID Data
8598A XYZ
8598A IUI
8599B WOR
8599B JKM
8599B LOL
I want to transpose it to look like this.
UniqueID Data1 Data 2 Data3 etc.
8598A XYZ IUI
8599B WOR JKM LOL
One of the biggest problems is that each UniqueID may have different numbers of lines associated with it.
Can anyone help?