I have been given some data in a text file that I need to enter into Excel which is in the following format...the values i am entering here are random ones;
1. abcdefg
2. hijklmn
3. opqrst
...
...
223. uvwxyz
1. 0.00001
2. 0.03446
3. 0.34467
...
...
223. 0.75647
1. 0.23344
2. 0.23464
3. 0.98463
...
...
223. 0.23443
etc. etc.
This means that I have a list of sets, each set containing 223 values, where the first value in one set corresponds to the other first value in the other sets and so on. There are about 100 of these sets, each containing 223 values. The sets are currently separated with an empty row (this might be of help, I don't know). I would like an efficient way to get all the corresponding values in a row next to each other; i.e. i want to start a new column with every set.
Any ideas anyone?
Thanks for reading and best regards
1. abcdefg
2. hijklmn
3. opqrst
...
...
223. uvwxyz
1. 0.00001
2. 0.03446
3. 0.34467
...
...
223. 0.75647
1. 0.23344
2. 0.23464
3. 0.98463
...
...
223. 0.23443
etc. etc.
This means that I have a list of sets, each set containing 223 values, where the first value in one set corresponds to the other first value in the other sets and so on. There are about 100 of these sets, each containing 223 values. The sets are currently separated with an empty row (this might be of help, I don't know). I would like an efficient way to get all the corresponding values in a row next to each other; i.e. i want to start a new column with every set.
Any ideas anyone?
Thanks for reading and best regards
Last edited: