Hi,
I have a large spreadsheet (several thousand lines) in Excel 2007 that is in the format:
A 0.66
A 0.77
A 0.88
B 0.44
B 0.33
C 0.55
C 0.66
C 0.88
C 0.99
C 0.44
Column 1 variables may be anything from single values to 20+
I need it in the format:
A 0.66 0.77 0.88
B 0.44 0.33
C 0.55 0.66 0.88 0.99 0.44
Currently i am manually copying, paste special and transposing the values from the same column 1 so they are all in a single row for each value then selecting all the duplicate rows with single values and deleting them (move rows up). This is very time consuming and prone to errors.
Any help to automate this would be greatly appreciated, thank you.
Bookmarks