I have a spreadsheet where the headers in each column are increments of todays date as below -
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]=today()
[/TD]
[TD]=today()+1
[/TD]
[TD]=today()+2
[/TD]
[TD]=today()+3
[/TD]
[/TR]
</tbody>[/TABLE]
To extend this series across the worksheet I selected the last two cells and used the drag handle in the bottom right hand corner.
What actually happens:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]=today()
[/TD]
[TD]=today()+1
[/TD]
[TD]=today()+2
[/TD]
[TD]=today()+3
[/TD]
[TD]=today()+2
[/TD]
[TD]=today()+3
[/TD]
[/TR]
</tbody>[/TABLE]
What I thought would happen:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]=today()
[/TD]
[TD]=today()+1
[/TD]
[TD]=today()+2
[/TD]
[TD]=today()+3
[/TD]
[TD]=today()+4
[/TD]
[TD]=today()+5
[/TD]
[/TR]
</tbody>[/TABLE]
Does anyone please know why this isn't working or how I can easily extend the series?
Thank you
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]=today()
[/TD]
[TD]=today()+1
[/TD]
[TD]=today()+2
[/TD]
[TD]=today()+3
[/TD]
[/TR]
</tbody>[/TABLE]
To extend this series across the worksheet I selected the last two cells and used the drag handle in the bottom right hand corner.
What actually happens:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]=today()
[/TD]
[TD]=today()+1
[/TD]
[TD]=today()+2
[/TD]
[TD]=today()+3
[/TD]
[TD]=today()+2
[/TD]
[TD]=today()+3
[/TD]
[/TR]
</tbody>[/TABLE]
What I thought would happen:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]=today()
[/TD]
[TD]=today()+1
[/TD]
[TD]=today()+2
[/TD]
[TD]=today()+3
[/TD]
[TD]=today()+4
[/TD]
[TD]=today()+5
[/TD]
[/TR]
</tbody>[/TABLE]
Does anyone please know why this isn't working or how I can easily extend the series?
Thank you