Hello people,
I'm stuck with a spreadsheet I'm trying to do.
I've put it in place for someone else who is even worse at computers than me, Columns C,E,G etc... (alternate columns) all update automatically to a certain extent.
I'm up to row 38 at the minute I want/need
If Column "A" includes a name I want those alternate columns to be dragged down to the row, so that the formula's above are dragged down allowing the formula to work
If you get what I mean
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Date
[/TD]
[TD]Date Renewal
[/TD]
[TD]Date
[/TD]
[TD]Date Renewal
[/TD]
[/TR]
[TR]
[TD]James
[/TD]
[TD]01/01/15
[/TD]
[TD]01/01/16
[/TD]
[TD]02/01/15
[/TD]
[TD]02/01/16
[/TD]
[/TR]
[TR]
[TD]Michael
[/TD]
[TD]01/01/15
[/TD]
[TD]01/01/16
[/TD]
[TD]02/01/15
[/TD]
[TD]02/01/16
[/TD]
[/TR]
[TR]
[TD]Sam
[/TD]
[TD]01/01/15
[/TD]
[TD]01/01/16
[/TD]
[TD]02/01/15
[/TD]
[TD]02/01/16
[/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Basically ^^ If John or any other name is written into A. ... the Date Renewal Column drags down, but only to the column where a name is included... is this possible, thanks in advance
I'm stuck with a spreadsheet I'm trying to do.
I've put it in place for someone else who is even worse at computers than me, Columns C,E,G etc... (alternate columns) all update automatically to a certain extent.
I'm up to row 38 at the minute I want/need
If Column "A" includes a name I want those alternate columns to be dragged down to the row, so that the formula's above are dragged down allowing the formula to work
If you get what I mean
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]Date
[/TD]
[TD]Date Renewal
[/TD]
[TD]Date
[/TD]
[TD]Date Renewal
[/TD]
[/TR]
[TR]
[TD]James
[/TD]
[TD]01/01/15
[/TD]
[TD]01/01/16
[/TD]
[TD]02/01/15
[/TD]
[TD]02/01/16
[/TD]
[/TR]
[TR]
[TD]Michael
[/TD]
[TD]01/01/15
[/TD]
[TD]01/01/16
[/TD]
[TD]02/01/15
[/TD]
[TD]02/01/16
[/TD]
[/TR]
[TR]
[TD]Sam
[/TD]
[TD]01/01/15
[/TD]
[TD]01/01/16
[/TD]
[TD]02/01/15
[/TD]
[TD]02/01/16
[/TD]
[/TR]
[TR]
[TD]John
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Basically ^^ If John or any other name is written into A. ... the Date Renewal Column drags down, but only to the column where a name is included... is this possible, thanks in advance