I would be grateful for help in doing the following:
I have list of names in col A followed by four items of numerical data in cols B to E. i.e.
A B C D E
Name1 7 8 4 7
Name2 4 5 1 9
etc.,
I want to turn this into
A B
Name1 7
Name1 8
Name1 4
Name1 7
Name2 4
Name2 5
etc
I have approx 500 different names. I will accept blank cells where names are repeated i.e. in the example A2 could be blank. Is there a quick way to do this please?
with grateful thanks for any ideas please.