I have a list of data:
Unit Number Period
GB045543 2006/01
2006/02
2006/03
2006/04
GB300994 2006/01
GB329025 2006/03
This is just a small snapshot of the data list - it goes all the way down to 4,500 or so rows.
As you can see, there will be many unit numbers in column 1 and a random selection of period numbers in column 2, and then where there are more than one period number per unit, a load of blank cells underneath the unit number.
What I need to do is copy down the unit number next to each period, without overwriting the next one, so I need a piece of code that will copy the unit number down the report, stopping where there is a new unit number and then to copy the new one down. And so on and so forth.
Can someone help please because this is driving me mad!!
Thank you.
Richard
Unit Number Period
GB045543 2006/01
2006/02
2006/03
2006/04
GB300994 2006/01
GB329025 2006/03
This is just a small snapshot of the data list - it goes all the way down to 4,500 or so rows.
As you can see, there will be many unit numbers in column 1 and a random selection of period numbers in column 2, and then where there are more than one period number per unit, a load of blank cells underneath the unit number.
What I need to do is copy down the unit number next to each period, without overwriting the next one, so I need a piece of code that will copy the unit number down the report, stopping where there is a new unit number and then to copy the new one down. And so on and so forth.
Can someone help please because this is driving me mad!!
Thank you.
Richard