Hi,
I have a 'draft timetable' sheet like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Harry[/TD]
[TD]Trumpet[/TD]
[TD]Wednesday[/TD]
[TD]10:30[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Wednesday[/TD]
[TD]11:00[/TD]
[/TR]
[TR]
[TD]Jackie[/TD]
[TD]Saxophone[/TD]
[TD]Wednesday[/TD]
[TD]11:30[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Flute[/TD]
[TD]Wednesday[/TD]
[TD]12noon[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jill[/TD]
[TD]Trumpet[/TD]
[TD]Thursday[/TD]
[TD]10:30[/TD]
[/TR]
</tbody>[/TABLE]
And 'final timetable' sheet that I want to look like this (no empty cells):
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Harry[/TD]
[TD]Trumpet[/TD]
[TD]Wednesday[/TD]
[TD]10:30[/TD]
[/TR]
[TR]
[TD]Jackie[/TD]
[TD]Saxophone[/TD]
[TD]Wednesday[/TD]
[TD]11:30[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Flute[/TD]
[TD]Wednesday[/TD]
[TD]12noon[/TD]
[/TR]
[TR]
[TD]Jill[/TD]
[TD]Trumpet[/TD]
[TD]Thursday[/TD]
[TD]10:30[/TD]
[/TR]
</tbody>[/TABLE]
The 'draft' sheet has about 150 rows and the empty rows are random.
Is there a formula I can use in the 'final' sheet that looks for the first row containing data in the 'draft' sheet and uses that in row 1, then looks for the next row containing data in 'draft' and uses that in row 2, etc. Not necessarily copying the entire row - I'm happy to use a separate formula in each column.
Thanks
I have a 'draft timetable' sheet like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Harry[/TD]
[TD]Trumpet[/TD]
[TD]Wednesday[/TD]
[TD]10:30[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Wednesday[/TD]
[TD]11:00[/TD]
[/TR]
[TR]
[TD]Jackie[/TD]
[TD]Saxophone[/TD]
[TD]Wednesday[/TD]
[TD]11:30[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Flute[/TD]
[TD]Wednesday[/TD]
[TD]12noon[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jill[/TD]
[TD]Trumpet[/TD]
[TD]Thursday[/TD]
[TD]10:30[/TD]
[/TR]
</tbody>[/TABLE]
And 'final timetable' sheet that I want to look like this (no empty cells):
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Harry[/TD]
[TD]Trumpet[/TD]
[TD]Wednesday[/TD]
[TD]10:30[/TD]
[/TR]
[TR]
[TD]Jackie[/TD]
[TD]Saxophone[/TD]
[TD]Wednesday[/TD]
[TD]11:30[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Flute[/TD]
[TD]Wednesday[/TD]
[TD]12noon[/TD]
[/TR]
[TR]
[TD]Jill[/TD]
[TD]Trumpet[/TD]
[TD]Thursday[/TD]
[TD]10:30[/TD]
[/TR]
</tbody>[/TABLE]
The 'draft' sheet has about 150 rows and the empty rows are random.
Is there a formula I can use in the 'final' sheet that looks for the first row containing data in the 'draft' sheet and uses that in row 1, then looks for the next row containing data in 'draft' and uses that in row 2, etc. Not necessarily copying the entire row - I'm happy to use a separate formula in each column.
Thanks