Apologies if I'm not clear on this...
I have a problem with an Excel spreadsheet and would be very grateful for advice on how to deal with it. I should add that I'm no expert with scripting and have a reasonable (but not expert) working knowledge of Excel basics.
At present, I have a spreadsheet which is laid out as follows:
I need to convert it so that each name in column 1 has just one value in the next cell, and the name is then repeated on the following row with the next value, as follows, until all the values in the proceeding cells are used up, at which point it moves onto the next row:
john 23
john 54
john 45
paul 654
paul 6
And so on. Is there a quick and simple way to achieve this? The list is very, very long, and I don't want to have to do this by hand - we're talking 1000+ rows, with up to 20 values in each row!
Grovelling thanks in advance.