I have an excell fill with these data in it :
Name1
1
2
3
Name2
1
2
3
4
Name3
1
2
......
I want to have Names in a cell in front of each row below it like this :
1 Name1
2 Name1
3 Name1
1 Name2
2 Name2
3 Name2
4 Name2
1 Name3
2 Name3
....
is there any way to do this?